7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
75
Applied firmware package: v1.1.0b3b3 | LDC software: v2.5.1b5
Button Icon and IDs
i1
i2
i3
i4
i5
i6
i7
i8
i9
i10
i11
i12
i13
i14
i15
i16
i17
i18
i19
i20
i21
i22
i23
i24
i25
i26
i27
i28
i29
i30
i31
i32
i33
i34
i35
i36
i37
i38
i39
i40
i41
i42
i43
i44
i45
i46
i47
i48
i49
i50
i51
i52
i53
i54
i55
i56
i57
i58
i59
i60
i61
i62
i63
i64
i65
i66
i67
i68
i69
i70
i71
i72
i73
i74
i75
i76
i77
i78
i79
i80
i81
i82
i83
i84
i85
i86
i87
i88
i89
i90
i91
i92
i93
i94
i95
i96
i97
i98
i99
i100
i101
i102
i103
i104
i105
i106
i107
i108
i109
i110
i111
i112
i113
i114
i115
i116
i117
i118
i119
i120
i121
i122
i123
i124
i125
i126
i127
i128
i129
i130
i131
i132
i133
i134
i135
i136
i137
i138
i139
i140
Example
ç
SET /MANAGEMENT/UI/BUTTONS/BUTTON2.IconId=i139
ç
pw /MANAGEMENT/UI/BUTTONS/BUTTON2.IconId=i139
7.7.7.
Set the Label for the Button
Command and Response
ç
SET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
. IconId=
<row1>
;
<row2>
;
<row3>
æ
pw·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
. IconId=
<row1>
;
<row2>
;
<row3>
Parameters
Identifier
Parameter description
Parameter values
<row1>
;
<row2>
;
<row3>
It defines the displayed text of
the button in the Miniweb or the
LDC layout.
Maximum three rows can be displayed for one
button separated with semicolon. 30 ASCII
characters are allowed for all rows.
Example
ç
SET /MANAGEMENT/UI/BUTTONS/BUTTON1.IconId=DP;laptop;on
ç
pw /MANAGEMENT/UI/BUTTONS/BUTTON1.IconId=DP;laptop;on
7.7.8.
Clear the Button Style
The buttons style deleted when IconId has no parameter.
Command and Response
ç
SET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
. IconId=
æ
pw·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
. IconId=
Example
ç
SET /MANAGEMENT/UI/BUTTONS/BUTTON1.IconId=
ç
pw /MANAGEMENT/UI/BUTTONS/BUTTON1.IconId=
7.7.9.
Button Status Indicators
Query the Latch
Command and Response
ç
GET·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.Latch
æ
pr·/MANAGEMENT/UI/BUTTONS/
<btn_ID>
/BUTTON.Latch=
<btn_latch_status>
Parameters
Identifier
Parameter description
Parameter values
<btn_latch_status>
When the button is pressed, the latch property toggles
between true and false values every time. This
property operates independently of the
.
True
or
False
.
Example
ç
GET /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.Latch
æ
pw /MANAGEMENT/UI/BUTTONS/BUTTON1/BUTTON.Latch=false
DP
laptop
on
<row1>
<row2>
<row3>