Class DataMonitorDefinition
数据监控点
Inheritance
Object
DataMonitorDefinition
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
String |
DeviceId
设备ID
Declaration
public int DeviceId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
DMonGroupUid
分组
Declaration
public long DMonGroupUid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
FractionalDigits
小数位
Declaration
public int FractionalDigits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
IntegralDigits
整数位
Declaration
public int IntegralDigits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
IP
IP地址
Declaration
public string IP { get; set; }
Property Value
Type | Description |
---|---|
String |
MainAddress
主地址
Declaration
public int MainAddress { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Name
监控点条目名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Port
端口号
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PortNo
portNo
Declaration
public int PortNo { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
Int32 |
StationNo
站号
Declaration
public int StationNo { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SubAddress
子地址
Declaration
public int SubAddress { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SubIndex
西门子DB块地址
Declaration
public int SubIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Uid
数据监控条目UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Unit
单位
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
String |
UpdateInterval
更新频率
Declaration
public int UpdateInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ZeroPaddingLeft
前置0
Declaration
public bool ZeroPaddingLeft { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ZeroPaddingRight
后置0
Declaration
public bool ZeroPaddingRight { get; set; }
Property Value
Type | Description |
---|---|
Boolean |