11-22-2011 11:38 AM
Hello all, this is my first post here
I'm trying to communicate with a piezo controller instrument using my serial port. I can successfully write a command using the visa test panel, 'AV20\r' for example sets all the voltage channels to 20 volts. In my labview vi, I configure the serial port with the same settings I see in the test panel and run it, yet the instrument doesn't respond.
Any suggestions would be greatly appreciated, I'm sure I must be missing something simple here...
Thanks,
Brian
Solved! Go to Solution.
11-22-2011 11:46 AM
Are you sure your string constant or control in LabVIEW that contains the string is setup to show \codes mode?
11-22-2011 12:15 PM
Thanks RavensFan! That did the trick. Just so I understand what was happening...I was sending the text string \r rather than the hexadecimal representation of the carriage return?
11-22-2011 01:31 PM
Exactly!