![Lightware RAP-B511-EU User Manual Download Page 69](http://html.mh-extra.com/html/lightware/rap-b511-eu/rap-b511-eu_user-manual_1915314069.webp)
7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
69
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
7.4.
System Commands
7.4.1. Query the Product Name
The name of the product is a read-only parameter and cannot be modified.
Command and Response
ç
GET·/.ProductName
æ
pr·/.ProductName=
<product_name>
Example
ç
GET /.ProductName
æ
pr /.ProductName=RAP-B511-EU-K
7.4.2.
Set the Device Label
This property can be changed to a custom text. The default format of the device label is the following:
LW_
<product_name>
_
<serial_no>
ATTENTION!
The device label can be changed to a custom text in the
tab of the LDC software. This
writable parameter is not the same as the ProductName parameter.
Command and Response
ç
SET·/MANAGEMENT/LABEL.DeviceLabel=
<custom_name>
æ
pw·/MANAGEMENT/LABEL.DeviceLabel=
<custom_name>
The Device Label can be 31 character length and ASCII characters are allowed. Longer names are truncated.
Example
ç
SET /MANAGEMENT/LABEL.DeviceLabel=RAP-B511
æ
pw /MANAGEMENT/LABEL.DeviceLabel=RAP-B511
7.4.3. Query the Serial Number
Command and Response
ç
GET·/.SerialNumber
æ
pr·/.SerialNumber=
<serial_nr>
Example
ç
GET /.SerialNumber
æ
pr /.SerialNumber=00009865
7.4.4. Query the Firmware Version
Command and Response
ç
GET·/SYS/MB.FirmwareVersion
æ
pr
·
/SYS/MB.FirmwareVersion=
<firmware_version>
Example
ç
GET /SYS/MB.FirmwareVersion
æ
pr /SYS/MB.FirmwareVersion= v1.0.1b2
7.4.5.
Resetting the Device
The device can be restarted – the current connections (LAN, RS-232 or USB) will be terminated.
Command and Response
ç
CALL·/SYS:reset()
æ
mO
·
/SYS:reset=
Example
ç
CALL /SYS:reset()
æ
mO /SYS:reset=
7.4.6.
Restore the Factory Default Settings
Command and Response
ç
CALL·/SYS:factoryDefaults()
æ
mO
·
/SYS:factoryDefaults=
Example
ç
CALL /SYS:factoryDefaults()
æ
mO /SYS:factoryDefaults=
The device is restarted, current connections are terminated, and the default settings are restored. See the
complete list in the
section.