UMX-TPS-TX100 series – User's Manual 122
Further Examples
<path>.<property> <pattern> Scanned result
42 C; 0;75; 0;7 %s 42
1.3.0b3 r32 %12s 1.3.0b3
T00AA;T00AF T00AA
%*[^,], %s 8N1
T000A;T000B;T000F T000B
lightware-00005031 lightware-%[0-9] 00005031
Reformatting a Value
ATTENTION! Think about the length of the value: 15 characters are allowed, the others are truncated.
Command and Response
ç <loc>:printf(<prefix>%s<postfix>)
æ <loc>:printf
Parameters
Parameter Parameter description
<loc> The location of the variable
1-30
<prefix> The text before the original value of the property (optional)
Custom
ASCII characters
%s The original value of the variable
<postfix> The text following the original value of the property (optional)
Custom
ASCII characters
Example
ç
ç
ç
æ
ç
æ
Set the DHCP State
ATTENTION! applySettings method
applySettings
Command and Response #dhcp #network #ipaddress
ç <dhcp_status>
æ <dhcp_status>
Parameters
If the <dhcp_status> parameter is true, the current IP address setting is DHCP, if the parameter is false the
current IP address is static.
Example
ç
æ
ç
æ
INFO: The applySettings method will save and apply the new value and results the device to reboot.
INFO: The current setting can be queried by the GET command.
Change the IP Address (Static)
Command and Response
ç <IP_address>
æ <IP_address>
Example
ç
æ
ç
æ
INFO: The applySettings method will save and apply the new value and results the device to reboot.
INFO: The current setting can be queried by the GET command.