Configuration data
Index 8000 COM Settings
Index (hex) | Name | Meaning | Data type | Flags | Default |
---|---|---|---|---|---|
8000:0 | COM Settings | Maximum subindex | UINT8 | RO | >27< |
8000:11 | Baud rate | Baud rate | BIT4 | RW | 9600 Baud (6) |
8000:1A | Rx buffer full notification | The value specifies the number of data in the receive FIFO, from which the bit “buffer full” is set. | UINT16 | RW | 0x0360 (864dec) |
8000:1B | Explicit baudrate | In this object the desired baud rate can be entered directly as a number. (can be activated in object 8000:11) | UINT32 | RW | 0x00002580 (9600dec) |
Index 800F COM Ext Settings
Index (hex) | Name | Meaning | Data type | Flags | Default | |
---|---|---|---|---|---|---|
800F:0 | COM Ext Settings | Maximum subindex | UINT8 | RO | >1< | |
800F:01 | Tx buffer Low Water | ([800F:01] & 0x0FFF | If the number of bytes still to be sent is smaller than ([800F:01] & 0x0FFF ), the Tx Buffer Empty flag (0x6001:08) is set | UINT16 | RW | 0x0000 (0dec) |
Bit 12 | 1: The explicitly set baud rate is not checked for min (300) and max (256,000) | |||||
Bit 13 | 1: Invalid input data is zeroed | |||||
Bit 14 | res. | |||||
Bit 15 | 0: 8 byte blocks are copied into each process data input | |||||
1: 128 byte blocks are copied into each process data input |