
The Function Block MSG_BOX manages messages of an interface in RAW format.
The Function Block is connected to the same interface variable via RAW_IN and RAW_OUT>. For example, in.RAW and out.RAW. Switching with the same Function Block between boxes is not possible.
Note: Not all outputs may be supported for communication. This varies depending on the interface.
Receives data from the interface. The feedback of the process can be distinguished so that transmission to multiple Function Blocks is possible. However, simultaneous sending can lead to data loss.
When the value changes, the corresponding position is retrieved. The position starts at 0 and ends at TOTAL-1. The values are automatically limited. The value NULL at the input is ignored.
Tip: To always display the latest message, the output TOTAL can be connected to the input. An impulse should also be triggered via SEL so that a message is displayed even with a full box.
When the value changes, the corresponding ID is searched for and if a message is found, it is displayed. The value NULL at the input is ignored.
When there is a positive edge, the next message is called.
When there is a positive edge, the previous message is called.
When there is a positive edge, the message is deleted.
When there is a positive edge, the message is marked as read.
Communicates in JSON format with the interface. The output is only not equal to NULL when sending.
Returns the number of messages in this box.
Returns the current message position of the message. The latest message is appended at the end.
Returns the sender of the message.
Returns one or more recipients of the message. Multiple recipients are separated by a semicolon ";".
Returns the subject of the message.
Returns the text or body of the message.
Returns the priority of the message. How these priorities are evaluated depends on the interface used. Possible values are: 1, 0, -1 or also "high", "low"
Returns the type of the message.
Returns the status of the message.
Returns the timestamp in DT# format of the message.
Returns the read status of the message.