This function fills the TXD buffer with user-defined data starting from index 0.
If the user-defined sequence is shorter than the buffer length, the remaining cells will be filled with 0x00
.
This function uses the TXD buffer
In the Function Menu | On the Diagram |
---|---|
![]() |
![]() |
Name | Value Type | Description |
---|---|---|
enable |
bool |
If true, the TXD buffer is initialized with the user-defined data. |
None
Name | Description |
---|---|
Data (hex) | The sequence used to initialize the TXD buffer. Can be specified in HEX or ASCII (text). The following example shows the same data entered as HEX and ASCII: HEX: 3120322033 ASCII: 1 2 3 |