05-08-2006 02:37 PM
Solved! Go to Solution.
05-08-2006 04:07 PM
05-08-2006 04:15 PM
05-08-2006 04:18 PM
05-08-2006 04:25 PM
"ibcmd sends count bytes from cmdbuf over the GPIB as command bytes (interface messages). The number of command bytes transferred is returned in the global variable, ibcntl. Refer to the list of
Command bytes are used to configure the state of the GPIB. They are not used to send instructions to GPIB devices. Use ibwrt to send device-specific instructions."
So, no.
05-08-2006 06:25 PM
05-09-2006 06:40 AM
05-09-2006 04:03 PM
Thanks all for the help.
I will have to "experiment" with using the low-level commands since that is new to me.
05-11-2006 02:39 AM
05-11-2006 08:11 AM
Unfortunately, these two HP counters do not work well with VISA. They're from the 1970s.
As I am understanding this, I would need to send ibcmd "\x40\x2a\x2b" (GPIB address 10 and 11) and also ibcmd "\x08" and using ibwrt to send the actual commands?