LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I convert a string of binary numbers into a Digital/Analog waveform?

Let's say I have a string "0001" that I want to covert into a digital waveform.  What is the best way to do it?

Thanks,
Stefano
0 Kudos
Message 1 of 3
(3,121 Views)
Use Boolean Array to Digital.  You will have to convert the text 0101 to boolean F T F T.  You can do this with simple case statement.
Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 3
(3,096 Views)
Try the "DWDT Spreadsheet String to Digital.VI" and set the delimeter to nothing.
0 Kudos
Message 3 of 3
(3,085 Views)