pascalSCADA OPM: ProtocolTypes: Record TScanWriteRec

Pascal SCADA OPM

Record TScanWriteRec

Hierarchy
Methods
Properties

Unit

ProtocolTypes

Declaration

type TScanWriteRec = record

Description

: Record used internaly by protocol driver to execute write by scan (asynchronous).

Overview

Fields

SWID:Cardinal;
Tag:TTagRec;
ValuesToWrite:TArrayOfDouble;
WriteResult:TProtocolIOResult;
ValueTimeStamp:TDateTime;

Description

Fields

SWID:Cardinal;

Identification of the scan write command.

Tag:TTagRec;

Structure with informations about the tag.

ValuesToWrite:TArrayOfDouble;

Array of values to be written.

WriteResult:TProtocolIOResult;

I/O result of the write command.

ValueTimeStamp:TDateTime;

Date/time when the values was written.


Generated by PasDoc 0.14.0.