Class HistoryItemDefinition
历史记录条目
Inheritance
System.Object
HistoryItemDefinition
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 HistoryItemDefinition
Properties
DataType
数据类型
Declaration
public DataType DataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
Description
描述
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeviceId
设备ID
Declaration
public int DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FractionalDigits
小数位
Declaration
public int FractionalDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HDataControl
使能设置
Declaration
public HControl HDataControl { get; set; }
Property Value
Type | Description |
---|---|
HControl |
IntegralDigits
整数位
Declaration
public int IntegralDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IP
IP地址
Declaration
public string IP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsControl
是否使能控制
Declaration
public bool IsControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MainAddress
主地址
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
端口号
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortNo
portNo
Declaration
public int PortNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RecordingPeriod
采集周期
Declaration
public int RecordingPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisterId
寄存器ID
Declaration
public int RegisterId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegisterWidth
数据宽度类型
Declaration
public DataWidth RegisterWidth { get; set; }
Property Value
Type | Description |
---|---|
DataWidth |
ServerId
服务ID
Declaration
public int ServerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StationNo
站号
Declaration
public int StationNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubAddress
子地址
Declaration
public int SubAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubIndex
西门子DB块地址
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 |