ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Command ASCII

Solved!
Go to solution

I'm new in these wanderings. I'm having some difficulty running the following command:
I would appreciate if help me decipher the following command in ASCII code.
Chr$(1)+"C"+Chr$(04)+"Input"+Chr$(255)

I thank the help provided

0 Kudos
Message 1 of 4
(3,147 Views)

What are you using to run the command?  What is it supposed to do?  That does not appear to be a standard LabVIEW format, although it would be perfectly at home in a text-based language.

 

Note that you can decode the ASCII characters here (and they don't appear to make a whole lot of sense).

0 Kudos
Message 2 of 4
(3,141 Views)

It is a controller for pressure / volume GDS.
This command is to give pressure to the controller.
Thanks for the help.

Note: I´m using Labview 8.0

0 Kudos
Message 3 of 4
(3,139 Views)
Solution
Accepted by topic author zesocras

For the 3 Chr$, use a U8 integer and typecast to string. Concatenate string with the other text as needed. Done.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 4
(3,130 Views)