LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read bit from DDE link

Hi

Im using Labview in order to acquire data, by DDE link, from an FT-IR analyzer.

The DDE request output is a string, but i need to read bit status (like1011100... etc).

How can I transform string output in bit pattern??

I hope somebody can help me.

Thank you very much

Antonio

0 Kudos
Message 1 of 2
(1,912 Views)

Hi Antonio,

you can use the "String to Byte Array" function. With "index array" and "number to boolean array" you can get the single bits.

 

Hope it helps.

Mike

Message 2 of 2
(1,899 Views)