09-30-2009 07:14 AM
You still miss the termination char!
Felix
09-30-2009 07:17 AM
09-30-2009 07:24 AM
Anyone new to LabVIEW should get their instrument working with Hyperterminal first. It goes a long way knowing that the commands you send work the way you intend. Things like forgetting the question mark would not be an issue if it were all hammered out in Hyperterm first.
09-30-2009 07:28 AM
at first, i added the termination char....
second, my syntax is like this, fitting to the manuel but still not workin:
*IDN?
:MEAS: VOLT: DC?
09-30-2009 07:35 AM
09-30-2009 08:14 AM
no i need no null modem cable, it mentioned in the users guide...
now i get an error from the keitly back, called: invalid character????
09-30-2009 09:03 AM
i tried it with hyperterminal, no response...cable and com settings are totally right...
maybe this keithley is defect...
i will try it with a new one tomorrow...
09-30-2009 09:50 AM
09-30-2009 10:41 AM - edited 09-30-2009 10:45 AM
Are you seeing the invalid character error on the Keithley (Error -213 I think).?
If so, then it is getting commands and the termination character.
The Keithley manual is structured a little odd, in that you have to build the command string. If you leave off the prefix, it will give you that error.
Try this -> send "MEAS:VOLT:DC?\n" (without the quotes)
Good luck,
Mike
Not sure why I see the smiley face in my post - should be "MEAS:VOLT:DC?\n"
09-30-2009 10:48 AM
wd8ivl wrote:
Mike
Not sure why I see the smiley face in my post - should be "MEAS:VOLT:DC?\n"
That's a problem with the forum editor, it sees the colon+D as a smile. I thought they fixed it.