| Volume NMps | |
| Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class | Code  ClassTree | INDEX NO INDEX |
Class NMpsCell
|
||
|---|---|---|
| Version | 1.0 | |
| Modified | 07-JUL-2017 13:58:14.00 | |
| Code | nmps_plc.c | |
The NMpsCell object is a container for data objects.

The cell contains a number of positions to store references to data objects.
The positions are numbered from 1. Every position contains a pointer to
the data object, objid for the object, two boolean that marks if the rear
or front is inside the cell, and finally a directlink id.
The first inserted data object is always placed in position 1. When more
objects are inserted at the front end of the cell, they are inserted at
position 1 and the other data object are shifted downwards in the cell.
Data object can also be inserted at the rear end of the cell. In this case
it is positioned in the free position with lowest index.
Data objects can be inserted
1. by a connected transport object (NMpsTrp, NMpsTrpRR or NMpsTrpFF). A transport
object can insert an object at the front or rear end of the cell.
2. by the extern function. This is used by application programs. An data object can
be inserted at arbitrary position.
SubwindowA subwindow to a NMpsCell object is used, when the same operation should be executed for all the data objects in the cell. The code of the subwindow will, during one plc scan, be executed - one time for initiation - one time for each data object in the cell. The data objects are refered to with the CurrentData object. You can also use the CurrentIndex object, which gives the index of the current data object. During the initiation phase, CurrentData and CurrentIndex is zero. Since the subwindow is executed several times in the same plc scan, it should not contain objects with state attributes.See also
| DevBody attributes | |||
|---|---|---|---|
| pwrs:Class-$PlcNode | PlcNode | ||
| GraphPlcNode | |
|---|---|
| object_type | 220 |
| parameters[0] | 0 |
| parameters[1] | 0 |
| parameters[2] | 14 |
| parameters[3] | 0 |
| subwindows | 1 |
| subwindow_class[0] | pwrb:Class-WindowPlc |
| graphmethod | 16 |
| graphindex | 1 |
| default_mask[0] | 0 |
| default_mask[1] | 3 |
| segname_annotation | 1 |
| compmethod | 46 |
| compindex | 1 |
| tracemethod | 0 |
| traceindex | 1 |
| connectmethod | 0 |
| executeordermethod | 8 |
| objname | Cell |
| graphname | Cell |
| Template Object | |
|---|---|
| MaxSize | 8 |
| In Output | ||
|---|---|---|
| Class | Output | |
| Type | Int32 | |
| Flags | State|Rtvirtual|Noedit | |
| GraphName | In | |
| Body | RtBody | |
Connection to a transport object, NMpsTrp, NMpsTrpFF or NMpsTrpRR. Data objects transported into the cell is inserted at the front end of the cell. They will be inserted at first position and the other data object are shifted downwards in the cell. Data objects transported from the cell is fetched from the front end with index 1. The other data objects are shifted upward in the cell.
| Out Output | ||
|---|---|---|
| Class | Output | |
| Type | Int32 | |
| Flags | State|Rtvirtual|Noedit | |
| GraphName | Out | |
| Body | RtBody | |
Connection to a transport object, NMpsTrp, NMpsTrpFF or NMpsTrpRR. Data transported into the cell is inserted at the rear end of the cell. They will be inserted at first free position and the other data object remains their position. Data objects transported from the cell is fetched from the rear end. The other data object remains their position.
| MaxSize Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | ||
| Body | RtBody | |
Maximum number of data objects in the cell. Larges MaxSize is 30.
| Function Intern | ||
|---|---|---|
| Class | Intern | |
| Type | CellFunctionMask | |
| Flags | ||
| Body | RtBody | |
Special functions of the cell.
Function is a bitmask, and the functions can be superimposed.
4 If an data object is removed from the cell by the extern function
(ExternOpType=2,3 or 4) the data object is also remove from the rtdb
database.
8 When the cell is reseted by the ResetObject, the dataobject is also
removed from the database rtdb.
16 Backup. The cell and data objects in the cell, is backed up by
the nmps backup process.
| ResetObject Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Objid | |
| Flags | ||
| Body | RtBody | |
Digital object that will cause reset of the cell, i.e. all data object are removed. Name of an attribute of type pwr_tBoolean. When the attribute is high, all the data object are removed from the cell. If Function 8 is set, the objects is also removed from the rtdb database.
| ResetObjectP Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Pointer to Boolean | |
| Flags | Pointer|State|Invisible|Private | |
| Body | RtBody | |
| BackupNow Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Flag for interaction with the nmps backup process. If the flag is set the cell is included in the next incremental backup.
| ReloadDone Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Indicates that the cell i loaded from the nmps backup at startup.
| ReleaseAppl Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Flag for interaction with nmps applications using the NMpsAppl API.
| InitTime Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Flag that indicates that initiation should be done.
| BackupNowMsg Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| MirrorRestart Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Flag for interaction with the nmps mirror handler.
| CellFull Output | ||
|---|---|---|
| Class | Output | |
| Type | Boolean | |
| Flags | State|Noedit | |
| GraphName | full | |
| Body | RtBody | |
Indicates that the cell is full. Number of data objects equals MaxSize.
| NumberOfData Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Number of data objects in the cell.
| DataSelected Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Not used.
| LastIndex Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
The last occupied index in the cell.
| SelectIndex Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Not used.
| FrontNew Output | ||
|---|---|---|
| Class | Output | |
| Type | Boolean | |
| Flags | State|Noedit | |
| GraphName | fnew | |
| Body | RtBody | |
Indicates that a new object is inserted at front end of cell. FrontNew is true in one plc scan.
| RearNew Output | ||
|---|---|---|
| Class | Output | |
| Type | Boolean | |
| Flags | State|Noedit | |
| GraphName | rnew | |
| Body | RtBody | |
Indicates that a new object is inserted at rear end of cell. RearNew is true in one plc scan.
| InPointer Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Pointer to Float32 | |
| Flags | Pointer|State|Invisible|Private | |
| Body | RtBody | |
| InObjId Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Objid | |
| Flags | State|Invisible | |
| Body | RtBody | |
| InDlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| InOpType Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
| InFlag Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| OutFrontOpType Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
| OutFrontFlag Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| OutRearOpType Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
| OutRearFlag Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| ExternObjId Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Objid | |
| Flags | State|Invisible | |
| Body | RtBody | |
Objid for a data object that is inserted from an extern program.
| ExternOpType Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Type of extern operation.
0 Insert ExternObjid into index 1 in the cell.
1 Insert ExternObjid into the index specified in ExternIndex.
2 Remove the object in index 1 in the cell.
3 Remove the object in the index specified in ExternIndex.
4 Remove the object with the objid specified in ExternObjid.
8 Move the object specified in ExternObjid one step forward in the cell
(to higher index).
9 Move the object specified in ExternObjid one step backwards in the cell
(to lower index).
10 Remove the object with the objid specified in ExternObjid. The object
is not remove from the database, even if Function 4 is specified.
| ExternFlag Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
Indicates that an extern function shoud be executed. When an application wan't to execute an extern function, it should first fill in the other extern attributes and the the ExternFlag. If there is a chance of collision between application programs, you should check that ExternFlag is not already set. The ExternFlag is reset by the cell when the extern function is finished.
| ExternIndex Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Index in the cell where an object is to be inserted or remove.
| ExternStatus Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Int32 | |
| Flags | State|Invisible | |
| Body | RtBody | |
Status of the last executed extern operation.
| DataLP Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataL_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataL_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataL_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataL_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataL_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataLastP Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | DL | |
| Body | RtBody | |
Pointer to data object with highest index.
| DataLast_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
True if the front of the data object with highest index is inside the cell.
| DataLast_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
True if the back of the data object with highest index is inside the cell.
| DataLast_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataLast_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataLast_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataCurrentP Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataCurrent_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| DataCurrent_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Idx Intern | ||
|---|---|---|
| Class | Intern | |
| Type | UInt16 | |
| Flags | State|Invisible | |
| Body | RtBody | |
| CurrentIndex Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Float32 | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data1P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D1 | |
| Body | RtBody | |
Pointer to data object in index 1.
| Data1_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
True if the front of the data object in index 1 is inside the cell.
| Data1_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
True if the back of the data object in index 1 is inside the cell.
| Data1_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data1_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data1_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data2P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D2 | |
| Body | RtBody | |
| Data2_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data2_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data2_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data2_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data2_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data3P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D3 | |
| Body | RtBody | |
| Data3_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data3_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data3_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data3_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data3_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data4P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D4 | |
| Body | RtBody | |
| Data4_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data4_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data4_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data4_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data4_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data5P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D5 | |
| Body | RtBody | |
| Data5_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data5_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data5_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data5_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data5_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data6P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D6 | |
| Body | RtBody | |
| Data6_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data6_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data6_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data6_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data6_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data7P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D7 | |
| Body | RtBody | |
| Data7_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data7_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data7_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data7_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data7_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data8P Output | ||
|---|---|---|
| Class | Output | |
| Type | DataRef | |
| Flags | State|Noedit | |
| GraphName | D8 | |
| Body | RtBody | |
| Data8_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data8_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data8_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data8_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data8_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data9_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data10_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data11_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data12_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data13_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data14_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data15_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data16_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data17_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data18_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data19_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data20_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data21_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data22_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data23_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data24_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data25_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data26_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data27_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data28_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data29_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30P Intern | ||
|---|---|---|
| Class | Intern | |
| Type | DataRef | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30_Front Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30_Back Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30_Dlid Intern | ||
|---|---|---|
| Class | Intern | |
| Type | RefId | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30_Select Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| Data30_SelectOld Intern | ||
|---|---|---|
| Class | Intern | |
| Type | Boolean | |
| Flags | State|Invisible | |
| Body | RtBody | |
| PlcNode Buffer | ||
|---|---|---|
| Class | Buffer | |
| Type | pwrs:Class-$PlcNode | |
| Flags | Invisible | |
| Body | DevBody | |