LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

E8801A Instrument I/O Assistant Queries with SCPI commands not working sometimes

It shows up as a com port. 🙂
0 Kudos
Message 11 of 17
(1,219 Views)

If it shows up in MAX, you can communicate with it.  Have you tried communicating through MAX?  (Don't forget to terminate each cmmand with the \n like in the *IDN?\n example when you open up the VISA communicator.)

 

Were you successful with MAX?

 

Bill

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 17
(1,207 Views)

Dear Frostwing, please contact Prologix support (support@prologix.biz) off list. Thanks.

 

0 Kudos
Message 13 of 17
(1,170 Views)

Hi,

 

my problems are just the same. I am using the Progolix GPIB-USB Controller 4.2. I can communicate with it in MAX. The write and read functions in the register "Basic I/O" work fine.

The problem is when i try to make the same with my own vi.

My programm starts with the vi open Visa -> write(serial) -> read (serial) -> close Visa. The write vi gets the same input like the Basic I/O in MAX: "id?\n" but i do not get an answer.

Does anybody has an idea how to solve the problem.

I hope someone can help and i know that most of you think i should by a "real" GPIB USB Controller, but i have this one already.

 

Best regards

0 Kudos
Message 14 of 17
(998 Views)

You perhaps only think you are sending \n. Did you turn on '\' Codes Display? You should attach code when you are having problems. Is this also with the E8801A?

0 Kudos
Message 15 of 17
(986 Views)

Also, id? is an invalid command.

0 Kudos
Message 16 of 17
(980 Views)

Hi,

 

first of all thank you for your answers. Secondly shame on me i was blind and got the wrong thread. To be honest i do not even know what E8801A means. Sorry for that.

But for the sake of completeness i think i should post the solution for my problem though it isn't a real solution. Blind as i am i could not find/search for the right example vi. By looking at the example "advanced_serial_write_and_read.vi" i could see how to do it with sending the "\n" in the right way.

 

Best regards

0 Kudos
Message 17 of 17
(939 Views)