7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
73
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
7.6.8. Query the Local Time (RTC)
Command and Response
ç
GET·/SYS/MB/RTC.LocalTime
æ
pr·/SYS/MB/RTC.LocalTime=
<localtime>
Parameters
<localtime>
Displays the date and the local time.
Example
ç
GET /SYS/MB/RTC.LocalTime
æ
pr /SYS/MB/RTC.LocalTime=2019-02-14T17:16:14
7.6.9. Query the Local Time (RTC) Elements
TIPS AND TRICKS:
When repetitive scheduled actions are required, these properties should be set as a
condition in the Event Manager.
Command and Response
ç
GET·/SYS/MB/RTC.
<RTC_element>
æ
pr·/SYS/MB/RTC.LocalTime=
<RTC_element>
Parameters
Identifier
Parameter description
Parameter example
<RTC_element>
Years
2019 (four digit number between 2000 and 2099)
Months
12 (max. two digit number between 1 and 12)
Days
7 (max. two digit number between 1 and 31)
Hours
9 (max. two digit number between 0 and 24)
Minutes
54 (max. two digit number between 0 and 59)
Seconds
11 (max. two digit number between 0 and 59)
DaylightSaving
true
or
false
Weekday
1
: Monday;
2
: Tuesday;
3
: Wednesday;
4
: Thursday
5
: Friday;
6
: Saturday;
7
: Sunday
It shows the which day is on the week.
Yearday
193 (max. two digit number between 1 and 365)
It shows the which day is in the year.
Scheduler time
5-18-19 (Weekday-Hours-Minutes)
Example
ç
GET /SYS/MB/RTC.Years
æ
pr /SYS/MB/RTC.Years=2019
7.7. Button Configuration
General parameters
Identifier
Parameter description
Parameter values
<btn_ID>
Button identifier
BUTTON1-11
7.7.1.
Lock the Front Panel Functionality
Command and Response
ç
SET·/MANAGEMENT/UI.ControlLock=
<lock_status>
æ
pw·/MANAGEMENT/UI.ControlLock=
<lock_status>
Parameters
Identifier
Parameter description
Parameter values
<lock_status>
0:
None - All functions of the front panel buttons and the rotary
are enabled.
1:
Locked - Locking and unlocking of the front panel buttons and
the rotary are possible with Lightware Device Controller software
or via protocol command.
2:
Force locked - The front panel buttons are locked and cannot be
unlocked by button combination, only in LDC (on the
or using the LW3 command.
Example
ç
SET /MANAGEMENT/UI.ControlLock=1
æ
pw /MANAGEMENT/UI.ControlLock=1
7.7.2.
Lock the Buttons Separately
Command and Response
ç
SET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
.Enabled=
<btn_lock_status>
æ
pw·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
.Enabled=
<btn_lock_status>
Parameters
Identifier
Parameter description
Parameter values
<btn_lock_status>
true:
On buttonpress event, the funcitonality of the
button is enabled.
false:
On buttonpress event, the funcitonality of the
button is disabled.
Example
ç
SET /MANAGEMENT/UI/BUTTONS/BUTTON1.Enabled=false
æ
pw /MANAGEMENT/UI/BUTTONS/BUTTON1.Enabled=false