05-17-2014 05:15 AM
Hello..
I have an 8bit binary numeric control and I want it to be shown on graph so that it would look like a digital bit pattern just like image below.
Please Help..
05-17-2014 05:36 AM - edited 05-17-2014 05:38 AM
First, convert binary data to boolean data.
Next, you can use Waveform Graph.
Community: Convert Boolean to Digital Waveform in LabVIEW
05-17-2014 06:26 AM - edited 05-17-2014 06:28 AM
Thanks for the rplay..
But here you are using a two dimension boolean array.
I want to use the sequence further for the modulation purpose and need the sequence in numeric form. (i.e. 0101 etc)
I have a numeric (binary representation) control (not array) and want it to be shown on waveform graph. (not digital waveform which uses boolean).
Can you solve this?
05-17-2014 06:27 AM
Thanks for the rplay..
But here you are using a two dimension boolean array.
I want to use the sequence further for the modulation purpose and need the sequence in numeric form. (i.e. 0101 etc)
I have a numeric (binary representation) control (not array) and want it to be shown on waveform graph. (not digital waveform which uses boolean).
Can you solve this?
05-17-2014 10:22 AM - edited 05-17-2014 10:26 AM
Try something like the attached draft (LabVIEW 8.2).