07-03-2007 01:29 PM
07-03-2007 01:34 PM
07-03-2007 01:44 PM
07-03-2007 02:16 PM - edited 07-03-2007 02:16 PM
Whether to include one or both (or not at all) is up to the make of the instrument. That type of information should be in the progamming manual.
Whether you have to append the control codes after each command is also up to the vendor. What you could try is Hyperterminal and just type a series of commands and not hit the enter key until the last command. If it works, then you can send multiple commands with a single CR/LF. If it doesn't, then you will have to append to each one. One quick way is to create a string array and wire it into a for loop with the VISA Write. Put a concantanate string inside the loop with the constants from the string palette.
Message Edited by Dennis Knutson on 07-03-2007 01:16 PM
07-06-2007 01:44 PM
I am using the same instrument (Thermo Orion pH) but haven't even established connectivity with Hyperterminal. I am wondering how you send commands with Hyperterminal. Do you have to send a text file? Also, how do you know if a command is received? Will hyperterminal display the output from the instrument?
Thanks for listing those commands, also. They are not in my manual and when I tried to contact Thermo, I received little help.