View single post by juwi_uk
 Posted: Friday Sep 30th, 2011 07:37 pm
 PM  Quote  Reply  Full Topic 
juwi_uk



Joined: Friday May 25th, 2007
Location: Newbury, United Kingdom
Posts: 1255
Status: 
Offline

  back to top

Would it be possible to add an alias (as an enhancement) for the first 64 flags so that you can query these via f? alone or as f?00. Seems pointless to have to enter the extra 00 for the first set.

Julian

<-- Extract from manual --> ....


f? - Query all flags
PC f?00
UCM f?00aabbccddeeffgghh
f?00 Requests for the state of 64 flags starting from Flag 1
The reply gives the status of 64 flags on a bit by bit basis
If there are more than 64 flags in future, f?01 will request for the next 64 flags at one time
aa = Flags 1 to 8 with bit 0 = Flag1
bb = Flags 9 to 16 with bit 0 = Flag 9
cc = Flags 17 to 24 with bit 0 = Flag 17
dd = Flags 25 to 32 with bit 0 = Flag 25
ee = Flags 33 to 48 with bit 0 = Flag 33
ff = Flags 49 to 56 with bit 0 = Flag 49
gg = Flags 57 to 64 with bit 0 = Flag 57
Defined 25 June 2010 Implemented UCM 5.216

 Close Window