LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fw: Digital waveform question

I want to show several (say, 3) independent boolean plots in one graph.
How can I do it ? In the examples I've found only 8 / 16 or 32 plots,
representing bits of a given byte / word or double word.


Thank you,
Sergey.
0 Kudos
Message 1 of 3
(2,787 Views)
You have to convert the Boolean array to an array of numbers using the 'Boolean to (0,1)' function. The attached VI shows how to do this.

Chris_Mitchell
Product Development Engineer
Certified LabVIEW Architect

0 Kudos
Message 2 of 3
(2,787 Views)
> I want to show several (say, 3) independent boolean plots in one graph.
> How can I do it ? In the examples I've found only 8 / 16 or 32 plots,
> representing bits of a given byte / word or double word.
>

The plain digital data can be clustered with a mask to define custom groups
or digital lines for a plot. The Example Digital Graph Mask.vi should give
some info.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,787 Views)