Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

A multiplexer vi.

Hello all,

I am totally surprised at the fact that there is no such thing as a multiplexer/demux express/sub vi in labview 7 express. I actually need demux code in labview.

I hope somebody has some suggestions for fast demux vi code.

I tried using a case structure, but as far as I could test it, it will not work (to even configure it as a demux causes errors!).

Thanks in advance.
0 Kudos
Message 1 of 2
(3,115 Views)
Depending on how the data is coming in I would suggest using the decimate array function. It is an easy way to split an array into a bunch of sub arrays, and I think would solve your problem.

If not can you attach the VI with the case structures that caused errors.
0 Kudos
Message 2 of 2
(3,115 Views)