Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read Flag Status
#1
Is there anyway to read the status off a flag from Comfigurator?
Thanks
Reply
#2
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

Reply
#3
Cool, What is the 02 for at the end?
Reply
#4
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
Reply
#5
What does RA02 and RA03 mean when reading Flags 2 and 3?
From the monitor..

> DA840202
< OK
< RA02
> SR01
And
> DA840302
< OK
< RA04
Reply
#6
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

Reply
#7
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)