pascalSCADA OPM: TagBlock: Class TTagBlock
From Pascal SCADA OPM
Class TTagBlock
Unit
Declaration
type TTagBlock = class(TPLCTag)
Description
Base class for all block tags.
:
Base class for tags TPLCBlock and TPLCString.
Hierarchy
Overview
Fields
PValues:TArrayOfDouble; |
Methods
procedure ScanRead; override; |
|
procedure ScanWrite(Values:TArrayOfDouble; Count, Offset:Cardinal); override; |
|
procedure Read; override; |
|
procedure Write(Values:TArrayOfDouble; Count, Offset:Cardinal); override; |
Properties
property AutoRead; |
|
property AutoWrite; |
|
property CommReadErrors; |
|
property CommReadsOK; |
|
property CommWriteErrors; |
|
property CommWritesOk; |
|
property PLCRack; |
|
property PLCSlot; |
|
property PLCStation; |
|
property MemFile_DB; |
|
property MemAddress; |
|
property MemSubElement; |
|
property MemReadFunction; |
|
property MemWriteFunction; |
|
property Retries; |
|
property ProtocolDriver; |
|
property RefreshTime; |
|
property UpdateTime; |
|
property ValueTimestamp; |
|
property LongAddress; |
Description
Fields
PValues:TArrayOfDouble; |
|
|
: Array that stores the values of the tag block. | |
Methods
procedure ScanRead; override; |
|
|
: See also | |
procedure ScanWrite(Values:TArrayOfDouble; Count, Offset:Cardinal); override; |
|
|
: See also | |
procedure Read; override; |
|
|
: See also | |
procedure Write(Values:TArrayOfDouble; Count, Offset:Cardinal); override; |
|
|
: See also | |
Properties
property AutoRead; |
|
|
: See also | |
property AutoWrite; |
|
|
: See also | |
property CommReadErrors; |
|
|
: See also | |
property CommReadsOK; |
|
|
: See also | |
property CommWriteErrors; |
|
|
: See also | |
property CommWritesOk; |
|
|
: See also | |
property PLCRack; |
|
|
: See also | |
property PLCSlot; |
|
|
: See also | |
property PLCStation; |
|
|
: See also | |
property MemFile_DB; |
|
|
: See also | |
property MemAddress; |
|
|
: See also | |
property MemSubElement; |
|
|
: See also | |
property MemReadFunction; |
|
|
: See also | |
property MemWriteFunction; |
|
|
: See also | |
property Retries; |
|
|
: See also | |
property ProtocolDriver; |
|
|
: See also | |
property RefreshTime; |
|
|
: See also | |
property UpdateTime; |
|
|
: See also
| |
property ValueTimestamp; |
|
|
: See also | |
property LongAddress; |
|
|
: See also | |
Author
- Fabio Luis Girardi <fabio@pascalscada.com>
Generated by PasDoc 0.14.0.