-
GPIB-Tcl users have come up with a HOWTO:
https://sourceforge.net/forum/forum.php?thread_id=1325901&forum_id=52819.
2009-07-02 00:56:44 UTC by undees
-
This file appears to be from another project; GPIB-Tcl does not use these commands.
2009-07-02 00:54:04 UTC by undees
-
Yes, the Web page covers version 2.4. The SRPM is an older vresion.
2009-07-02 00:51:55 UTC by undees
-
Hi, Rohit.
If the device supports LAN control, it probably uses the VXI-11 protocol, which is more complicated than raw sending and receiving of TCP packets. Most VISA implementations suppport VXI-11 though. Since you mentioned that you have working C code using VISA on Windows, it might be worth a try to compile it with a Linux implementation of VISA like this one...
2009-03-16 18:15:04 UTC by undees
-
Hi.
I wish to send SCPI messages to an Rohde & Schwarz, Frequency analyzer. I previously controlled the device with windows using the visa libraries and C. I now need to do a similar thing from a linux machine.
The FSL and the machine are both connected over EthernetLAN via a DHCP. I used to communicate with the device using its IP address.
I have never used TCL before. I have...
2009-03-14 16:08:20 UTC by rohitagarwal
-
I sure wish this had been in languages/tcl.
2009-02-03 06:54:36 UTC by nobody
-
The link to:
http://gpib-tcl.sourceforge.net/Usage.html
on the page:
http://gpib-tcl.sourceforge.net/GPIB-Tcl.html
does not match the version of gpib-tcl I got from:
http://superb-east.dl.sourceforge.net/sourceforge/gpib-tcl/gpibtcl-2.3.0-1.src.rpm.
2009-02-03 03:03:34 UTC by nobody
-
Sorry!!
It's oka... my board number was set to number 1.
I set number 0 and all right!!!
2009-01-30 11:38:00 UTC by sergisanchez
-
Hi,
I put in tclsh
% package require gpib
2.4.1
I use ActiveTcl 8.4.19 (Windows XP)
When i put:
% gpib interface exception on
% gpib open -address 23
GPIB interface error - ENEB - Nonexisting GPIB interface
(an error occurs with exception on)
% gpib interface exception off
% gpib open -address 23
31273
but i can't communicate (write, read) with instrument number 23 that...
2009-01-30 10:24:52 UTC by sergisanchez
-
Incorporates suggestion from user art65 (Arthur) to add a new "board" parameter to the "gpib open" command.
This first draft of a patch is just for testing, and does not yet update the "last board used" setting used by some commands (e.g., "gpib interface clear").
2008-04-21 21:06:37 UTC by undees