Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Dave Baxter
From: Hal Murray hmur...@megapathdsl.net Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter To: Discussion of precise time and frequency measurement time-nuts@febo.com Message-ID: 20091013230739.58c8db...@ip-64-139-1-69.sjc.megapath.net Content-Type: text

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread David C. Partridge
...@febo.com [mailto:time-nuts-boun...@febo.com] On Behalf Of Dave Baxter Sent: 14 October 2009 10:15 To: time-nuts@febo.com Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter Hi... I use mostly NI GPIB cards adapters, but from the little work I've done with the HP/Agilent

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Jerome Peters
of precise time and frequency measurement' Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter Dave, I don't remember being your college tutor on this - in fact I never was a college teacher, but what you've laid out below is pretty much what I taught all the trainee programmers

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Heinzmann, Stefan (ALC NetworX GmbH)
Dave Baxter wrote: As my old college tutor kept trying to drum into us, the programs purpose and function should be easily read in the comments. The code is the translation from your comments, to get the machine to do your bidding. Document what you do, in the source comments, line by line

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter.

2009-10-14 Thread Dave Baxter
but good hotels with WiFi around the Newbury (UK) area? Cheers. Dave B. -Original Message- Message: 3 Date: Wed, 14 Oct 2009 10:27:22 +0100 From: David C. Partridge Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter Dave, I don't remember being your college tutor

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread GandalfG8
In a message dated 14/10/2009 11:16:12 GMT Daylight Time, jpet...@nvidia.com writes: Just downloaded the most recent version of NI-488.2 version 2.5 off the NI website. It downloaded/unzipped/installed without any apparent issue. The Devices and Interfaces - Measurement Automation

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread John Ackermann N8UR
I'd be (happily) surprised if the NI libraries recognized Agilent devices. I think they only support their own cards though. There could also be a problem if you have both Agilent and NI support libraries installed. I ran into this on Linux when I tried to install the NI-provided drivers

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Mike Naruta AA8K
The standard I used in my department was that when anyone changed code, they commented out the original code and then entered their new code with a date and explanation of the change. That way you have the what and why the previous developer originally thought he was doing and what, when, and

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Dave Baxter
. -- Message: 1 Date: Wed, 14 Oct 2009 03:15:33 -0700 From: Jerome Peters jpet...@nvidia.com Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter To: 'Discussion of precise time and frequency

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-14 Thread Mark C. Stephens
Hello All, We aren't all made of money so here is the slow but free approach: Download Visual C# or VB, etc express version from Microsoft for free. http://www.microsoft.com/exPress/ Download visa + driver CD from NI for free.

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Lux, Jim (337C)
On 10/14/09 5:46 AM, Mike Naruta AA8K a...@comcast.net wrote: The standard I used in my department was that when anyone changed code, they commented out the original code and then entered their new code with a date and explanation of the change. That way you have the what and why the

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-14 Thread Stanley Reynolds
We aren't all made of money snip It may be worth taking a course at the local collage to qualify for the student license of Labview. I agree that it is not intuitive to use but some of that may be my past programing experience. Using Labview is very easy compared to writing your own drivers.

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-14 Thread Brooke Clarke
Hi Stanley: It turns out the many of the HP Panel Drivers include Labview code along with the HP VEE code, but they don't talk much about it. The key problem talking to older equipment with modern (fast) computers is the timing. Old instruments are much slower than today's computers so you

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread Tom Holmes, N8ZM
' Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter I have not yet met with success, but I have a little more experience ;) Since so many people have made helpful suggestions, I thought I'd include the current status. Just downloaded the most recent version of NI-488.2

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-14 Thread John Miles
Despite what all the hype will say, do not expect it to be Easy or Quick (whatever programming language you use, and I include LabView in that respect too!) Programming, and doing it well, in any language, for whatever reason, takes time and thought to get Just Right, so that all

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-14 Thread Mark C. Stephens
Dear All, To clarify, I was not comparing a quick app to read/set a HP 59309A digital clock with some of the awesome applications produced by the members of this group. Additionally, I would not recommend Visual basic for a large application either! My idea is to encourage everyone to roll

[time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-13 Thread Jerome Peters
Hello, I'd very much appreciate any help that I can get in setting up a HP5328B to communicate over GPIB. The goal is to log/graph the frequency over time of various VFO's projects I'm working on. I am using the Agilent 82357A USB to GPIB Interface, I have the manual for the counter, so I

Re: [time-nuts] Getting GPIB to work on HP5382B Universal counter

2009-10-13 Thread Hal Murray
I'd very much appreciate any help that I can get in setting up a HP5328B to communicate over GPIB. The goal is to log/graph the frequency over time of various VFO's projects I'm working on. I am using the Agilent 82357A USB to GPIB Interface, I have the manual for the counter, so I know

[time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread Mark C. Stephens
jpet...@nvidia.com Subject: [time-nuts] Getting GPIB to work on HP5382B Universal counter To: 'time-nuts@febo.com' time-nuts@febo.com Message-ID: b2f30d7e6db34f46b1f99934dca846bc107e04c...@hqmail04.nvidia.com Content-Type: text/plain; charset=us-ascii Hello, I'd very much appreciate any help

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread Jerome Peters
:37:34 -0700 From: Jerome Peters jpet...@nvidia.com Subject: [time-nuts] Getting GPIB to work on HP5382B Universal counter To: 'time-nuts@febo.com' time-nuts@febo.com Message-ID: b2f30d7e6db34f46b1f99934dca846bc107e04c...@hqmail04.nvidia.com Content-Type: text/plain; charset=us-ascii Hello

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread John Miles
, 2009 6:01 PM To: time-nuts@febo.com Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal Hi Mark, Thanks for your response, It is good to see that there are some solutions. However ~$1,250 for the Base version of LabView is a bit steep for tinkering in the garage. So it sounds

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread John Ackermann N8UR
13, 2009 6:01 PM To: time-nuts@febo.com Subject: Re: [time-nuts] Getting GPIB to work on HP5382B Universal Hi Mark, Thanks for your response, It is good to see that there are some solutions. However ~$1,250 for the Base version of LabView is a bit steep for tinkering in the garage. So

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread Mike S
At 09:01 PM 10/13/2009, Jerome Peters wrote... Thanks for your response, It is good to see that there are some solutions. However ~$1,250 for the Base version of LabView is a bit steep for tinkering in the garage. You can often find IOtech serial-GPIB converters on eBay for well under $100.

Re: [time-nuts] Getting GPIB to work on HP5382B Universal

2009-10-13 Thread Don Latham
: Jerome Peters jpet...@nvidia.com Subject: [time-nuts] Getting GPIB to work on HP5382B Universal counter To: 'time-nuts@febo.com' time-nuts@febo.com Message-ID: b2f30d7e6db34f46b1f99934dca846bc107e04c...@hqmail04.nvidia.com Content-Type: text/plain; charset=us-ascii Hello, I'd very much appreciate