08-16-2007 09:03 AM
08-16-2007 10:10 AM
08-16-2007 10:17 AM
Dennis,
1.CONF:RES? was just mistake '?' should not be there
2. I wrote the code into MAX NI-488.2 Communicator, but that just first step. Later on I will implement it in CVI.
3. I'm not allowed to use IVI (even I would like 🙂
4. That's all code I wrote. I'm afraid I missed some configuration commands!!!
08-28-2007 06:53 AM
I solved my problem so far as
E1411:
*RST
CONF:VOLT:DC
E1460:
*RST
CLOS(@10992)
CLOS(@100)
E1411
Meas:volt:dc?
E1460:
OPEN(@100)
CLOS(@101)
E1411
Meas:volt:dc?
But I still can not measure resistivity.
If I use
CONF:RES
and then
MEAS:RES?
NI-488.2 Communicator returns me error: iberr=EABO
08-28-2007 09:19 AM
08-29-2007 12:59 PM
08-30-2007 02:51 AM
Hey Scott,
thanks for both replays, I think both issues come from same source, so I'll react just too this one.
1. In attachment are captures from NI-Spy. All what I'm able to read from them is status description of the error: "I/O operation aborted"
2. I checked in user manual for Agilent E1411B the syntax of meas command:
MEASure:VOLTage:AC? [<range>[,<resolution>]] [,<channel_list>]
Example: MEAS:VOLT:AC? 0.54,MAX,(@100)
!Function: AC volts range selected: 0.63 V MAX resolution: 61.035 mV specify single channel trigger source is IMMediate by default.
3. To your question from second thread: "have you ever been successful at measuring resistance"
4-wire ohms function returns me negative resistance, but at least it does not generate error.
meas:fres?
2-wire ohms function always returns me error.
meas:res?
In attachment see DMM_resistivity
08-31-2007 01:19 PM