I've come across this more than one time, so I thought I'd ask if there was a simple way to do it.
I have old test software that used binary word inputs in the procedures to access memory registers, input control words, etc. for processor based operational tests. The interface of the old system was something like this:
REG: 1|0|1|0|1|1|1|0|1|1|1|1|0|0|0|0
VAL: 0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|1
Where the register number was input in order to obtain/control the values in those registers.
I've been porting over to LabView, which I should say is turning out to be more of a re-write, since LabView is so easy to get flow going from scratch. When I come across this however, I can't see how I can have the user navigate through the bits to toggle say, bit2 of the value in order to observe some action taking place in the UUT.
Would the best alternative be a custom control that converts decimal 1 and 0 enums to binary word data? Or is there an easier way to do this...?
Thanks in advance!
J Sines
--------------------
"I have made no decision...
My main concern now is to open as many options to the future as I can."
-- from Stephen Baxter's "The Time Ships"