ST_CmdTable - General Information
Type: |
Data structure |
Available as of: |
V1.0.4.0 |
Inherits from: |
- |
This data type reflects a command table. Command sequences can be created with a table.
Variable |
Data type |
Description |
---|---|---|
sTitle |
STRING[40] |
Title of the command table. |
diCmd |
DINT |
Command for this table. |
udiNumberOfCmdSteps |
UDINT |
Number of steps of the command table. |
pstCmdTable |
POINTER TO ST_Cmd |
Point of entry (pointer onto first command) of the command table. |