Instrument Control (GPIB, Serial, VISA, IVI)

取消
顯示結果 
搜尋替代 
您的意思是: 

VISA: (Hex 0xBFFF0015) but is responding to *IDN?

I am using NI 488.2 GBIP controller

Whenever i try to commmunicate with the device it shows timeout error

While using Instrumentation and automation mode it responds to *IDN? but whenever I try any other command it again shows the same problem

When I try to open GBIP analyser it prompts GBIP+ analyser not connected

 

0 積分
1 條訊息(共 9 條)
4,883 檢視

You are not providing enough information. What is the make and model of the instrument? What is a command (other than *IDN?) that you have tried? I hope you are not expecting a response when you issue a command that does not end with '?'.

 

Also, the analyzer function is only available for '+' type controllers - ie PCI-GPIB+. Use NI-Spy to monitor communication.

0 積分
2 條訊息(共 9 條)
4,880 檢視

The instrument connected to the sysem is Agilent 4156C semiconductor analyzer

I am not getting anything on NI spy as well.

I am not able to understand that analyzer mode is only for +type cards

Can zou let me know how can I get data from Agilent analyzer to labview using PCI-GBIP

I am new to GPIB so please bear with me 

0 積分
3 條訊息(共 9 條)
4,841 檢視

other command whcih i am providing is

FORM:DATA ASC; SOUR:FUNC  SIN; SENS:DATA? 

for whcih it shows timeout error 

0 積分
4 條訊息(共 9 條)
4,839 檢視
I've never used that instrument but I suspect it just isn't in a state that will return a measurement. You could try the driver.
0 積分
5 條訊息(共 9 條)
4,826 檢視

how   to install the driver

i am quite new to this area please help 

0 積分
6 條訊息(共 9 條)
4,821 檢視
For the LabVIEW part, place the unzipped folder in your instr.lib folder. You'll also have to get the dll from Agilent.
0 積分
7 條訊息(共 9 條)
4,819 檢視
do i need to place the dll in the same directory
0 積分
8 條訊息(共 9 條)
4,815 檢視
No, you don't have to. The Agilent installer will probably place it in some default location and the LabVIEW wrapper will probably expect it there but you can place the dll anywhere you want and tell the LabVIEW functions where you have placed it. This is no different than any other LabVIEW VI with a Call Library function Node.
0 積分
9 條訊息(共 9 條)
4,813 檢視