Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

G Interpretation 2 !!

I think something missing in my last message.

The example command string from manufacturer's specification is (STX)T1UC(CR) in which (STX)stands for start-of-text, (CR)stands for carriage return, and T1UC is the command.
I know that ,in Instrument I/O Assistant of LabView7.1, (CR)can be converted into \r as termination character.
How about (STX)??
What should I write in command string within Query& Parse to get response from the instrument?

Sincerely,
0 Kudos
Message 1 of 3
(3,303 Views)
STX is hex02 (CTRL A). Preface your command with \02. Since the manufacturer is using this sort of structure, you might want to keep an ASCII code conversion chart handy. Sometimes a code will be embedded in the response as well. Charts are all over the web. Just do a google search.

p.s. In the future, if you have a follow up or correction to a thread you start, it's better to respond on the original thread instead of creating a new one.
0 Kudos
Message 2 of 3
(3,293 Views)
Thank you Dennis,
I already got the signal.
0 Kudos
Message 3 of 3
(3,277 Views)