LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiplexing with labview 10

So I have a labview programming class, and part of our assignment is to multiplex 4 inputs to one output , and display hem one at a time in an indicator on the front panel. He described it as a "time varying multiplex" because we have to also put a time delay on how long each value will be in the box before switchong to the next one. My problem is that I have spent close to 4 hours on this , and obviously I have no idea what I'm doing. The only solution I can come up with is having an array on the front panel with buttons on it that switch the indicator box to the indexed values in an array. Is there anyone out there that can help me with this to get it to automatically switch between values ?I would attach the file I already made but unforunately I live in Michigan and we had an ice storm last night and I am left without power, posting this from my phone. I really appreciate any help Thanks, Josh
0 Kudos
Message 1 of 2
(3,059 Views)

You could try using some sort of loop and using a timer delay for each instance. If you need different time delays for each output, you could create an event or case structure and use different constants on your time delay. You can find plenty of examples in the LabVIEW Help section and by searching ni.com.

Jake H | Product Manager
0 Kudos
Message 2 of 2
(3,002 Views)