02-12-2016 10:15 AM - edited 02-12-2016 10:42 AM
Hi,
I write a labview code to talk to my ke6485 by VISA. but It doesn't work. intiallize it is Ok, but it can't read data from ke6485. I'm a newer for Labivew, I don't know what's wrong with it. looking forward to any suggestions. Thanks very much!
And I have tried to download a driver (6485-852C02.exe) on the website, but it seems didn't work on my labview. I use Labview 2013, and the driver seems work for Labview8.
02-12-2016 06:03 PM
Where did you come up with that command string you are sending the instrument? That looks nothing like a SCPI command like what the instrument is setup to take. Go through section 7 of the manual for the proper commands to get the instrument to do what you want.
02-17-2016 08:48 AM
Thanks! I've solved my problem. Now, I give my code to here, hope it will help someothers who confused the same question.