Specifications

M1 Control RS-232 ASCII String Protocol Page 40 of 68 Rev. 1.79 July 16, 2009
LL – Level/scene/state Status, 0 = OFF, 1 = ON, 2-99 =
light level percentage
00 – future use
CC Checksum
Example: 0BPCA01000099 PLC change – A01, changed to OFF
Special: When an All_Lights_On, All_Lights_OFF, or All_Units_Off
command is transmitted the Unit Code will equal 00, and the Level (LL)
will be:
X10_ALL_UNITS_OFF = 01
X10_ALL_LIGHTS_ON = 02
X10_ALL_LIGHTS_OFF = 07
This transmission update option transmits the updated status whenever
it changes and is enabled by setting the location TRUE in the M1
Control Global Programming Location 39. Example: “Xmit Light Chgs–
ASCII” (Yes or No)
4.25.3 Turn OFF PLC Device (pf)
09pfHUU00CC
09 – Length as ASCII hex
pf – PLC OFF Command
H - House Code ‘A’ to ‘P’
UU – Unit Code ‘01’ to ‘16’
00 – future use
CC Checksum
Example: 09pfA0100BF House Code A, Unit 1, Off
4.25.4 Turn ON PLC Device (pn)
09pnHUU00CC
09 – Length as ASCII hex
pn – PLC ON Command
H - House Code ‘A’ to ‘P’
UU – Unit Code ‘01’ to ‘16’
00 – future use
CC Checksum
Example: 09pnA0100B7 House Code “A”, Unit 1, On
4.25.5 Request PLC status (ps)
07psb00CC
07 – Length as ASCII hex
ps – request PLC status Command
b – Bank (ASCII), 0=A1 to D16, 1=E1 to H16, 2=I1 to L16,
3=M1 to P16
00 - future use
CC - Checksum
Example: 07ps00026 PLC status for bank A1 to D16