C
Chris
Guest
On 08/31/20 23:27, Phil Hobbs wrote:
By concidence, i\'m currently writing libraries and app to drive
the Prologix adapter. The idea is to make an instrument
agnostic system, driven by a plain text strings in a command
file, thus bypassing the need for instrument specific drivers.
It\'s up to the user to decide what to send to the instrument as
command strings.
The Prologix has a large command set, some of which take args
and some don\'t and often needs to be in a particular mode for
the command. Have the network layer written, with a Prologix
layer that normalises the commands into a single list. It also
remembers what mode it\'s in to avoid repetitious mode commands.
So far, that\'s all working and currently working the top level
command language design.
This was prompted by having a load of old HP and other kit in the
lab, much of it with gpib interfaces. An ongoing
requirement for data logging capability and more. Did have a
look at the hp software packages, but felt like bloatware from
the start, Gb on disk and expensively protectionist to boot. It\'s
a bit of work, but keeps coding skills alive in semi retirement
and can make it do just what I want, rather than hp\'s idea.
It will be opensourced eventually...
Chris
On 2020-08-30 23:05, John Miles, KE5FX wrote:
On Friday, August 28, 2020 at 9:47:41 AM UTC-7, Phil Hobbs wrote:
Its main drawback is that you can have the RF or microwave band
displayed, but not both at once. Still, for 2 cents on the dollar one
really can\'t complain too loudly.
Sure it can!
http://www.ke5fx.com/sweep_0_24G.gif
In single-sweep mode at least...
I\'m a happy user of your GPIB Tools via a Prologix GPIB-Ethernet
adapter. Thanks for making them available!
Cheers
Phil Hobbs
By concidence, i\'m currently writing libraries and app to drive
the Prologix adapter. The idea is to make an instrument
agnostic system, driven by a plain text strings in a command
file, thus bypassing the need for instrument specific drivers.
It\'s up to the user to decide what to send to the instrument as
command strings.
The Prologix has a large command set, some of which take args
and some don\'t and often needs to be in a particular mode for
the command. Have the network layer written, with a Prologix
layer that normalises the commands into a single list. It also
remembers what mode it\'s in to avoid repetitious mode commands.
So far, that\'s all working and currently working the top level
command language design.
This was prompted by having a load of old HP and other kit in the
lab, much of it with gpib interfaces. An ongoing
requirement for data logging capability and more. Did have a
look at the hp software packages, but felt like bloatware from
the start, Gb on disk and expensively protectionist to boot. It\'s
a bit of work, but keeps coding skills alive in semi retirement
and can make it do just what I want, rather than hp\'s idea.
It will be opensourced eventually...
Chris