LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

equivalent of Split Signals for digital waveform

Hi , I read multi digital waveforms in a loop and I would like to split the channels. For analog waveform I can simply use split signals control. How about digital waveform, is there any equivalent for digital channels?

 

 

0 Kudos
Message 1 of 6
(3,072 Views)

You can use firstly "Digital to Boolean Array VI" to get a 2D boolean aray equivalent of Digital Waveform samples...!!

But remember at this step, the sampling rate information (dt) will be lost (after you've converted the digital waveform to 2d array of boolean)...

 

Now next, if I'm not wrong, here each column would represent different waveforms...!!

 

At last, you can use "Boolean Array to Digital VI" to convert 2d array of boolean back to digital waveform...!! You will require dt (sampling rate info) here at this step...!!

 

Additionaly to extract sampling rate info from the digital waveform, before you convert it to boolean array, you can use "Get Waveform Components (Digital Waveform) Function"

 

Digital waveform tools.png


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 6
(3,067 Views)

thanks moderator1983

it is not possible to connect my output from DAQmx Read(Digital 1D Wfm NChan NSamp).vi to Digital to Boolean Array VI"  because this one accepts digital waveform while my output from DAQmx Read is 1D array of digital waveform. 

0 Kudos
Message 3 of 6
(3,043 Views)

Here you go...!!


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 4 of 6
(3,030 Views)

Can you send vi form purpose for analog signal. signal is measure from NI 5133 using niScope Read (poly)

0 Kudos
Message 5 of 6
(2,928 Views)
Partha,

Please don't hijack an old and completely unrelated thread. Start a new one with a much better description of your problem. What you've posted does not make much sense.
0 Kudos
Message 6 of 6
(2,917 Views)