Class UpdateHDataDefinitionArgs
更新历史记录条目参数
Inheritance
System.Object
UpdateHDataDefinitionArgs
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 UpdateHDataDefinitionArgs
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Control
使能控制参数
Declaration
public HDataControl Control { get; set; }
Property Value
Type | Description |
---|---|
HDataControl |
DataType
数据类型 【对用到客户端选择的数据类型 DataType枚举】
Declaration
public DataType DataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
Desc
描述
Declaration
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceId
设备ID 【选择设备:BoxDeviceInfo中获取赋值】
Declaration
public int DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FracDigits
小数位
Declaration
public int FracDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IntDigits
整数位
Declaration
public int IntDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsControl
是否使能控制 true:启用使能控制 false:禁用
Declaration
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MainAddress
主地址 【对应到客户端主地址:主地址填写类型 DeviceSpecification-RegisterInfo-MainAddressType】,8进制 16进制都转换成10进制传入参数,跟PLC有关
Declaration
public int MainAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
监控点名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
串口1:0,串口2:1,串口3:2,以太网:4096以上 【选择设备:BoxDeviceInfo中获取赋值】
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RecordingPeriod
采集周期 ,最小1s
Declaration
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegId
寄存器ID 【对应到客户端选择地址类型 DeviceSpecification-RegisterInfo-Id】
Declaration
public int RegId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegWidth
地址宽度 【对应到客户端选择地址类型 DeviceSpecification-RegisterInfo-IoWidth】
Declaration
public DataWidth RegWidth { get; set; }
Property Value
Type | Description |
---|---|
DataWidth |
ServiceId
服务ID
Declaration
public int ServiceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StationNo
站号 【输入框输入】
Declaration
public int StationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubAddress
子地址 【对应到客户端主地址:主地址填写类型 DeviceSpecification-RegisterInfo-SubAddressType】,8进制 16进制都转换成10进制传入参数,跟PLC有关
Declaration
public int SubAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubIndex
子地址索引 【对应到客户端主地址:主地址填写类型 DeviceSpecification-RegisterInfo-SubIndexType】,8进制 16进制都转换成10进制传入参数,跟PLC有关
Declaration
public int SubIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Uid
历史记录条目Uid
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |