This function writes arbitrary text with value arguments into the TXD (transmit) buffer starting at index.
A detailed explanation of buffers and how to work with them is provided in a separate article.
In the function menu | On the diagram |
---|---|
![]() |
![]() |
Name | Value Type | Description |
---|---|---|
enable |
bool |
Trigger signal to send the message |
index |
int32 |
Index in the array from which the text will be inserted |
value0 |
float int32 |
Argument 0 |
... | ... | ... |
valueN-1 |
float int32 |
Argument (N - 1) *N – number of value inputs, defined in the Number of inputs setting. |
The function’s triggering behavior depends on the input type!
➜ Triggers every cycle if a constant with value True is connected to the enable input.
➜ Triggers on rising edge (value changes from False to True) if a variable or another function's output is connected to the enable input.
None
Name | Description |
---|---|
Number of inputs | Defines the number of value input lines |
Message | Formatted text string to output to the log. Maximum length is 140 characters. Argument format: {index[%format]} : |