Is there anyway to read the status off a flag from Comfigurator?
Thanks
Do you mean from UCM or from Comfigurator
Action 132, Flag#, 2 will return the Flag value
You can send the command Do Action 132, eg
DA840502 means Do Action 132,05,02 ie Get Flag 5
The reply will be
RA01 if ON
RA00 if OFF
Future firmware will report the flag when it changes and allow query of Flag status
Cool, What is the 02 for at the end?
That is part of he action 132
132, flag#, 0 to clear flag
132, flag#, 1 to set flag
132, flag#, 2 to check flag statis
What does RA02 and RA03 mean when reading Flags 2 and 3?
From the monitor..
> DA840202
< OK
< RA02
> SR01
And
> DA840302
< OK
< RA04
Sorry I misled you. Any value of RA which is not 00 means the Flag is ON
eg RA02, RA03 etc mean the flag is set