This function outputs custom text with value arguments to the User Logs window in the NTC Configurator program.
To view the logs, go to the main window of NTC Configurator and navigate:
Advanced ➜ Show Log Window ➜ enable the Complex Events flag
.
In the Function Menu | On the Diagram |
---|---|
![]() |
![]() |
Name | Value Type | Description |
---|---|---|
send |
bool |
Signal to send the message. |
value0 |
float int32 |
Argument 0 |
... | ... | ... |
valueN-1 |
float int32 |
Argument (N - 1) *N – the number of input lines is defined by the "Number of inputs" setting. |
The function’s triggering logic depends on the input configuration!
➜ Triggers every time if a constant with value True is connected to the send input.
➜ Triggers on the rising edge (value changes from False to True) if a variable or output of another function is connected to the send input.
None
Name | Description |
---|---|
Number of inputs | Defines the number of value input lines. |
Message | A formatted text string to output to the log. Maximum length is 140 characters. Argument format: {index[%format]} :For example:{0} – value from input 0, no formatting{1%04X} – value from input 1, formatted as a 4-digit hexadecimal number, padded with zeros |