‎04-11-2011 06:00 AM
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
Solved! Go to Solution.
‎04-11-2011 07:36 AM
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).
‎04-11-2011 07:41 AM
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
‎04-11-2011 08:05 AM
For the 3 Chr$, use a U8 integer and typecast to string. Concatenate string with the other text as needed. Done.
/Y