Class DeviceAddressItem
Привязка адреса памяти устройства к измеряемому параметру.
public class DeviceAddressItem
- Inheritance
-
DeviceAddressItem
- Inherited Members
- Extension Methods
Properties
Address
Адрес памяти устройства.
public int? Address { get; set; }
Property Value
- int?
ArchiveDepth
Глубина архива. Пока используется только для часовых и месячных привязок устройства ТЭКОН-19, во всех остальных случаях имеет значение 0.
public byte ArchiveDepth { get; set; }
Property Value
CellDataType
Тип данных ячейки.
public CellDataType CellDataType { get; set; }
Property Value
DataParameter
Измеряемый параметр.
public DataParameter DataParameter { get; set; }
Property Value
DataType
Тип данных.
public DeviceDataType DataType { get; set; }
Property Value
Multiplier
Множитель значения.
public float Multiplier { get; set; }
Property Value
Unit
Единица измерения.
public Unit Unit { get; set; }