Class BasePlcParameter
基本参数信息
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 BasePlcParameter
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 |
BroadcastNo
广播站号
Declaration
public int BroadcastNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultStationNo
默认站号
Declaration
public int DefaultStationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DriverFileMd5
驱动文件MD5
Declaration
public string DriverFileMd5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FloatOrder
32位浮点数字节序
Declaration
public Int32OrFloatOrder FloatOrder { get; set; }
Property Value
Type | Description |
---|---|
Int32OrFloatOrder |
Id
设备ID
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Int16Order
16位整数字节序
Declaration
public Int16Order Int16Order { get; set; }
Property Value
Type | Description |
---|---|
Int16Order |
Int32Order
32位整数字节序
Declaration
public Int32OrFloatOrder Int32Order { get; set; }
Property Value
Type | Description |
---|---|
Int32OrFloatOrder |
IsBroadStationNo
是否启用广播站号
Declaration
public bool IsBroadStationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
MaxStationNo
最大站号
Declaration
public int MaxStationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Mfr
厂家
Declaration
public string Mfr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinStationNo
最小站号
Declaration
public int MinStationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
PLC名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlcResponseTimeout
通讯超市时间
Declaration
public int PlcResponseTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlcType
Declaration
public PlcType PlcType { get; set; }
Property Value
Type | Description |
---|---|
PlcType |
ProtocolInterval
协议超时
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 |
SupportedPlcs
支持的PLC
Declaration
public IList<string> SupportedPlcs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |