Class PlcAdvancedSettings
高级设置
Inheritance
System.Object
PlcAdvancedSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class PlcAdvancedSettings
Properties
AlarmInfDispTms
提示信息持续时间
Declaration
public int AlarmInfDispTms { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AssembleIntervalBitReg
组包位寄存器间隔
Declaration
public int AssembleIntervalBitReg { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AssembleIntervalWordReg
组包字寄存器间隔
Declaration
public int AssembleIntervalWordReg { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ByteOrder16
16位整数字节序 0:21,1:12
Declaration
public U16ByteOrders ByteOrder16 { get; set; }
Property Value
Type | Description |
---|---|
U16ByteOrders |
ByteOrder32
32位整数字节序 0:4321,1:3412,2:2143,3:1234
Declaration
public U32ByteOrders ByteOrder32 { get; set; }
Property Value
Type | Description |
---|---|
U32ByteOrders |
ByteOrderFloat
32位浮点数字节序 0:4321,1:3412,2:2143,3:1234
Declaration
public U32ByteOrders ByteOrderFloat { get; set; }
Property Value
Type | Description |
---|---|
U32ByteOrders |
ErrMsgDispTime
Declaration
public int ErrMsgDispTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxPacketsBitReg
位组包最大寄存器个数
Declaration
public int MaxPacketsBitReg { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxPacketsWordReg
字组包最大寄存器个数
Declaration
public int MaxPacketsWordReg { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlcResponseTimeout
通讯超时参数
Declaration
public int PlcResponseTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProtocolInterval
通讯间隔时间(单位:s)
Declaration
public int ProtocolInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProtocolTimeout1
协议超时参数1
Declaration
public int ProtocolTimeout1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProtocolTimeout2
协议超时参数2
Declaration
public int ProtocolTimeout2 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RetryCount
重试次数
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RetryType
重试类型
Declaration
public RetryType RetryType { get; set; }
Property Value
Type | Description |
---|---|
RetryType |