LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Switch as control and indicator

Dennis,

 

Your idea is much better then mine. Thank you for sharing it. I do understand binary and hex so actually your idea will be much easier to implement. 

 

I was thinking that I could have a control for 4 lines (0000-1111) just so it would be easier to read rather then 1 big binary number like you said. However even in 4 numeric controls, how would I split apart the binary numbers individually so I can send them to different DAQ writes?

0 Kudos
Message 11 of 13
(782 Views)
You would want to join the numbers and use a single DAQmx Write.
0 Kudos
Message 12 of 13
(779 Views)

You could use an array of toggle switches for a more graphical representation.  You would be "physically" flipping bits.

 

Capture.PNG

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 13 of 13
(747 Views)