XRinger
Member
I was using the line, X10 2 7 ON
on my old board and it worked fine.
But, when I loaded my program into my brand new board (Version: v03.02.17f), I got errors..
I checked a new manual and found this:
X10 RF function is supported in the PLC programming also.
In PLC programming, PLC command is in the format:
X10 H U C
Where H is house code from 0-F, U is unit code, also from 0-F; C is one of following
four commands:
0 – Off
1 – On
2 – Bright
3 – Dim
So, I changed my code to use 0 for off and 1 for on.. It worked!
But now I seem to have a weird problem..
When I list the program, my X10 commands have reverted back to using the text "OFF" and "ON".. as in "X10 2 7 ON".
Not a big problem, until I hit the Send button.
I get the line errors again, and have to re-edit the lines back to the new 0 & 1 (off & on) commands..
What can I do to stop the listing from reverting?
Oh no!
I just noticed this in the table of commands..
X10 a b c a: house code 0-15, b: device code 0-15, c: ON, OFF, BRIGHT, DIM
Not sure what code to use now..
on my old board and it worked fine.
But, when I loaded my program into my brand new board (Version: v03.02.17f), I got errors..
I checked a new manual and found this:
X10 RF function is supported in the PLC programming also.
In PLC programming, PLC command is in the format:
X10 H U C
Where H is house code from 0-F, U is unit code, also from 0-F; C is one of following
four commands:
0 – Off
1 – On
2 – Bright
3 – Dim
So, I changed my code to use 0 for off and 1 for on.. It worked!
But now I seem to have a weird problem..
When I list the program, my X10 commands have reverted back to using the text "OFF" and "ON".. as in "X10 2 7 ON".
Not a big problem, until I hit the Send button.
I get the line errors again, and have to re-edit the lines back to the new 0 & 1 (off & on) commands..
What can I do to stop the listing from reverting?
Oh no!
I just noticed this in the table of commands..
X10 a b c a: house code 0-15, b: device code 0-15, c: ON, OFF, BRIGHT, DIM
Not sure what code to use now..