Class TPLCStructItem
Unit
Declaration
type TPLCStructItem = class(TPLCBlockElement, ITagInterface, ITagNumeric)
Description
TPLCStructItem
Hierarchy
- TComponent
- TTag
- TPLCTag
- TPLCNumber
- TPLCNumberMappable
- TPLCBlockElement
- TPLCStructItem
Overview
Methods
procedure SetBlock(blk:TPLCStruct); |
|
function GetValueRaw: Double; override; |
|
procedure SetValueRaw(aValue: Double); override; |
|
procedure SetIndex(i: Cardinal); override; |
|
procedure SetTagType(newType: TTagType); override; |
|
procedure TagChangeCallback(Sender:TObject); override; |
|
procedure RemoveTagCallBack(Sender:TObject); override; |
|
procedure UpdateTagSizeOnProtocol; override; |
Properties
property TagType; |
|
property SwapBytes; |
|
property SwapWords; |
|
property SwapDWords; |
|
property PLCBlock: TPLCStruct read PBlock write SetBlock; |
Description
Methods
procedure SetBlock(blk:TPLCStruct); |
|
function GetValueRaw: Double; override; |
|
: See also
|
procedure SetValueRaw(aValue: Double); override; |
|
: See also |
procedure SetIndex(i: Cardinal); override; |
|
: See also |
procedure SetTagType(newType: TTagType); override; |
|
: See also |
procedure TagChangeCallback(Sender:TObject); override; |
|
IHMITagInterface |
procedure RemoveTagCallBack(Sender:TObject); override; |
|
procedure UpdateTagSizeOnProtocol; override; |
|
Properties
property TagType; |
|
: ; See also |
property SwapBytes; |
|
: ; See also |
property SwapWords; |
|
: ; See also |
property SwapDWords; |
|
: See also |
property PLCBlock: TPLCStruct read PBlock write SetBlock; |
|
: Structure tag which the item belongs. |
Generated by PasDoc 0.14.0.