Class DataMonitorDefinition
数据监控点
Inheritance
System.Object
DataMonitorDefinition
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 DataMonitorDefinition
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 |
DMonGroupUid
分组
Declaration
public long DMonGroupUid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FractionalDigits
小数位
Declaration
public int FractionalDigits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
Privilege
读写权限
Declaration
public PrivilegeType Privilege { get; set; }
Property Value
Type | Description |
---|---|
PrivilegeType |
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 |
Unit
单位
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateInterval
更新频率
Declaration
public int UpdateInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ZeroPaddingLeft
前置0
Declaration
public bool ZeroPaddingLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ZeroPaddingRight
后置0
Declaration
public bool ZeroPaddingRight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |