pascalSCADA OPM: WestASCIIDriver: Record TWestRegister

Pascal SCADA OPM

Record TWestRegister

Hierarchy
Methods
Properties

Unit

WestASCIIDriver

Declaration

type TWestRegister = record

Description

: Identify a West n6100 register.

Overview

Fields

Value:Double;
Decimal:Byte;
Timestamp:TDateTime;
LastReadResult:TProtocolIOResult;
LastWriteResult:TProtocolIOResult;
ScanTimes:Array of TScanTime;
MinScanTime:LongInt;

Description

Fields

Value:Double;

register value.

Decimal:Byte;

Decimal places of the register.

Timestamp:TDateTime;

Date/time of the last update of the register.

LastReadResult:TProtocolIOResult;

IO result of the last read request.

LastWriteResult:TProtocolIOResult;

IO result of the last write request.

ScanTimes:Array of TScanTime;

List of all update times of the register.

MinScanTime:LongInt;

Smaller update time of the register.


Generated by PasDoc 0.14.0.