Input data
Index 6000 COM Inputs
Index (hex) | Name | Meaning | Data type | Flags | Default | |
---|---|---|---|---|---|---|
6000:0 | Com Inputs | Maximum subindex | UINT8 | RO | >137< | |
6000:01 | Transmit accepted | The terminal acknowledges receipt of data by changing the state of this bit. Only now new data can be transferred from the controller to the terminal. | BOOLEAN | RO | FALSE | |
6000:02 | Receive request | By changing the state of this bit, the terminal informs the controller that the DataIn bytes contain the number of bytes displayed in “Input length”. The controller must acknowledge receipt of the data by changing the state of the ReceiveAccepted bit. Only then new data can be transferred from the terminal to the controller. | BOOLEAN | RO | FALSE | |
6000:03 | Init accepted | 0 | The terminal is ready again for serial data exchange. | BOOLEAN | RO | FALSE |
1 | Initialization was completed by the terminal. | |||||
6000:04 | Buffer full | The reception FIFO is full. All incoming data will be lost from this point on! | BOOLEAN | RO | FALSE | |
6000:05 | Parity error | A parity error has occurred. | BOOLEAN | RO | FALSE | |
6000:06 | Framing error | A framing error has occurred. | BOOLEAN | RO | FALSE | |
6000:07 | Overrun error | An overrun error has occurred. | BOOLEAN | RO | FALSE | |
6000:08 | Tx buffer empty | No data in Tx buffer | BOOLEAN | RO | FALSE | |
6000:09 | Input length | Number of input bytes available for transfer from the terminal to the controller. | UINT8 | RO | 0x00 (0dec) | |
6000:0A | Data In 0 | Input byte 0 | UINT8 | RO | 0x00 (0dec) | |
… | … | … | … | … | … | |
6000:89 | Data In 127 | Input byte 127 | UINT8 | RO | 0x00 (0dec) |