<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > DeviceBase Class > DeviceBase Properties > DeviceBase.IntervalTimeout Property |
Gets or sets the interval timeout. Defines the maximum time which is to pass between two CAN messages when receiving or sending an INA frame. This parameter is used together with the /RT parameter for the INA2000 CPU object to detect a broken connection. This parameter is not allowed to be less than the reaction time for the controller (5 msec for PLC) plus a reserve of at least 25 ms (accordingly higher for heavy interrupt loads on the PCs), but should be smaller than /RT. If quick detection of the broken connection is not required, monitoring interval timeouts does not need to be enabled (/IT=0). Example: "/IT=80"
[Visual Basic]
<PviKeyWord(PviKeyWord:=""/IT"")> _
Public Property IntervalTimeout() As Integer
Public Get
End Get
Public Set
End Set
End Property
[C#]
[PviKeyWord(PviKeyWord=""/IT"")]
public int IntervalTimeout { public get; public set; }
IntervalTimeout (0 == OFF)
DeviceBase Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]