FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Check for "BEL" (HEX 07)

Hello everybody,

I'm developing a application which reads and writes data to a RS232 CAN converter. If this converter detects an error, he will send "ASCII 7" (BELL).
How can I check within LabView for ASCII 7 or how I can write ASCII 7 by using a char constant?+

Thanks
Thomas
0 Kudos
Message 1 of 3
(3,284 Views)
Tom,

Place a string constant on your block diagram. Then, right-click on the constant and select Hex Display from the menu. Now, type in "07" into the constant. Now you have the "BEL" value that you can use for transmission or comparision.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 3
(3,281 Views)
That's it!

Thanks
Thomas
0 Kudos
Message 3 of 3
(3,279 Views)