- ページ 21
産業機器 Siemens SIMATIC RTLS4083TのPDF 取扱説明書をオンラインで閲覧またはダウンロードできます。Siemens SIMATIC RTLS4083T 37 ページ。 Localization systems
Siemens SIMATIC RTLS4083T にも: 取扱説明書 (33 ページ), 機器マニュアル (11 ページ), 取扱説明書 (24 ページ), 取扱説明書 (30 ページ)
"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
Parameter
The following happens when you briefly press the F1 function key:
Value
0
1
The default value is 1 in the configuration file "RTLS_LM_DataExport.ini".
3.5
Code examples
Code example WAMP connection
{
"wamp": {
}
}
SIMATIC RTLS4083T
Operating Instructions, 08/2021, C79000-G8976-C646-02
"agilion.wls.epaper.button_pressed"
Consists of:
TransponderID, type: UInt64
ButtonID, type: UInt32
ButtonDown, type: UInt32
Description
Evaluated as not pressed
OnShortButtonPress = 0
•
•
•
Considered pressed
OnShortButtonPress = 1
•
•
"url": "ws://127.0.0.1:12344/",
"realm": "agilion.wls",
"user": "Administrator",
"key": Contact Siemens Support for the current password.
Function key briefly pressed > Event parameter: ButtonDown = 0
Function key pressed long (> 2 seconds) > Event parameter:
ButtonDown = 1
After a short or long press and subsequent heartbeat > Event
parameter: ButtonDown = 0
Function key pressed short or long > Event parameter: ButtonDown = 1
After a short or long press and subsequent heartbeat > Event
parameter: ButtonDown = 0
Programming interface
3.5 Code examples
21