0xFB00 PAI Command
Index (hex) | Name | Meaning | Data type | Flags | Default |
---|---|---|---|---|---|
FB00:0 | PAI Command |
| UINT8 | RO | 0x03 (3dec) |
FB00:01 | Request | Command request The respective functional chapters explain which value is to be entered here. | OCTET-STRING[2] | RW | {0} |
FB00:02 | Status | Command status This indicates that the command is still running or has been executed. Functional dependent, see respective sections. Otherwise: 0: Command not existing 1: executed without errors 2,3: executed not successful 100..200: indicates the execution progress (100 = 0% etc.) 255: function is busy, if [100..200] won’t be used as progress display | UINT8 | RO | 0x00 (0dec) |
FB00:03 | Response | Command response If the transferred command returns a response, it will be displayed here. Functional dependent, see resprective sections. | OCTET-STRING[6] | RO | {0} |