Programming interface
3.4 Event messages
SIMATIC RTLS4083T
Operating Instructions, 12/2019, C79000-G8976-C527-02
19
3.4
Event messages
General
The event messages and their parameters are described below.
"Display Theme Changed" event message
This event message is sent after a "Theme" on the display has been changed. If the text
transmission has failed, the value "-1" is set in the "ThemeID" parameter, which invalidates
the parameter.
URI
"agilion.wls.epaper.display_theme_changed"
Parameter
Consists of:
TransponderID, type: UInt64
ThemeID, type: UInt32
"Display Text Changed" event message
This event message is sent after the contents of a form field on the display have been
changed. Text is the content of this form field. If the text is empty, a problem with setting the
text occurred.
URI
"agilion.wls.epaper.display_text_changed"
Parameter
Consists of:
TransponderID, type: UInt64
FieldID, type: UInt32
Text, type: String
"Button Pressed" event message
This event message is sent after the F1 function key has been pressed or released. If you
want to adapt the short/long press functionality, you need to change the parameter involved
in the configuration file, "RTLS_LM_DataExport.ini".
URI
"agilion.wls.epaper.button_pressed"
Parameter
Consists of:
TransponderID, type: UInt64
ButtonID, type: UInt32
ButtonDown, type: UInt32