Re: HP 4192A GPIB measurements
Notepad seems to have the find and replace but they do not work on my computer (Win7, works perfectly). I restarted my computer to see if that was the problem. It won't even find zzz that I typed in. I like MS Word because I can turn on hidden punctuation. As long as I save as Text it does everything for me editing the files for plotting.? I also like other features with special character sets and Greek symbols which I don't think I can do here. It is worth the trouble to explore all the features like search and jump to a page instead of scrolling. As I mentioned Tab is ^t and Linefeed is ^l but you can find them in Find>more>special (or replace). Peter
toggle quoted message
Show quoted text
On Fri, Feb 8, 2019 at 3:18 PM Daun Yeagley < daun@...> wrote: Now that's a new one on me!? Are you sure that notepad will/can run
macros??? I know that you can run macros in Notepad++ (which is third
party), but not notepad as exists in Windoze.?? If it can, please give
some reference as to how it does it.
Daun
Daun E. Yeagley II, N8ASB
On 2/8/2019 3:01 PM, Michael A. Terrell wrote:
> I delete Notepad from my Windows computers. Some attacks use it to modify system files. I use Wordpad on those computers. It doesn't run macros, like Notepad or Microsoft Word.
>
>
> Michael A. Terrell
>
>
> -----Original Message-----
>> From: "Dave_G0WBX via Groups.Io" <g8kbvdave=[email protected]>
>> Sent: Feb 8, 2019 8:51 AM
>> To: [email protected]
>> Subject: Re: [HP-Agilent-Keysight-equipment] HP 4192A GPIB measurements
>>
>> Hi Peter.
>>
>> I'd recommend not using Word to edit such files, that has a tendency to
>> alter things, should you want to use the data in something else.? Use
>> Notepad, or other similar tool, that won't make unintended background
>> automated changes.? But you can still search and replace etc.
>>
>> You know you said you didn't particularly want to "learn to program",
>> well, the time may be approaching where you may want to change your view
>> on that.??? All those manual changes etc, you can automate with
>> software, and then even (with some effort it has to be said) graph them too.
>>
>> Pascal would be one choice (Lazarus, for example, the price is right!)
>> Especially as EZGPIB is Pascal based.
>>
>> You mentioned MS's Visual C in the past.? Yes, you could use that too,
>> but the learning curve will be near vertical, unless you have some C/C++
>> experience.
>>
>> It might be worth looking around for a dialect of Basic (stop moaning at
>> the back!)? Very easy to learn (what it was originally for of course)
>> and also easy to process string data.?? In truth, modern Basic
>> implementations are just as versatile and stable as any other language.
>>
>> There are HP related versions too, as well as later packages, but not
>> all are Free.
>>
>> Just googling "Basic for windows" throws up some free/low cost
>> possibilities.
>>
>> Of course, you could also take full control of the Prologix device in
>> time too from within whatever programming environment you might end up
>> with, but one step at a time.
>>
>> I'm 110% sure others on this list will have comments and other
>> recommendations.? ;-)
>>
>> Regards to All.
>>
>> Dave B
>
>
|
Re: HP 4192A GPIB measurements
I'm the last person on the planet to defend anything from Micro$oft but isn't it a bit harsh to blame an application if you download it from a dodgy site? That aside FWIW I like Notepad++, I'm not a proper programmer but I've used it for years. It can be used in a basic way but is highly configurable and 'knows' a bunch of languages so when writing in EzGPIB for example, just set it to Pascal and keywords and so on are highlighted. Lots of plugins around, like a very handy hex editor/viewer which I found invaluable when trying to figure out what the heck was going on when downloading data sets from a spectrometer using EzGPIB as the controller. Oh yes, it's released under Gnu license and so it's free too! Adrian
|
Re: HP 4192A GPIB measurements
It's been several years, but I had downloaded a program from a site that had been infected. When I ran it, it opened Notepad and added a bunch of lines to the Registry. I had to manually search for each line, and delete them. Ii haven't allowed Notepad on any of my Windows computers, since then.
Michael A. Terrell
toggle quoted message
Show quoted text
-----Original Message----- From: Daun Yeagley <daun@...> Sent: Feb 8, 2019 3:18 PM To: [email protected] Subject: Re: [HP-Agilent-Keysight-equipment] HP 4192A GPIB measurements
Now that's a new one on me!? Are you sure that notepad will/can run macros??? I know that you can run macros in Notepad++ (which is third party), but not notepad as exists in Windoze.?? If it can, please give some reference as to how it does it.
|
Re: HP 4192A GPIB measurements
Now that's a new one on me!? Are you sure that notepad will/can run macros??? I know that you can run macros in Notepad++ (which is third party), but not notepad as exists in Windoze.?? If it can, please give some reference as to how it does it.
Daun Daun E. Yeagley II, N8ASB
toggle quoted message
Show quoted text
On 2/8/2019 3:01 PM, Michael A. Terrell wrote: I delete Notepad from my Windows computers. Some attacks use it to modify system files. I use Wordpad on those computers. It doesn't run macros, like Notepad or Microsoft Word.
Michael A. Terrell
-----Original Message-----
From: "Dave_G0WBX via Groups.Io" <g8kbvdave@...> Sent: Feb 8, 2019 8:51 AM To: [email protected] Subject: Re: [HP-Agilent-Keysight-equipment] HP 4192A GPIB measurements
Hi Peter.
I'd recommend not using Word to edit such files, that has a tendency to alter things, should you want to use the data in something else.? Use Notepad, or other similar tool, that won't make unintended background automated changes.? But you can still search and replace etc.
You know you said you didn't particularly want to "learn to program", well, the time may be approaching where you may want to change your view on that.??? All those manual changes etc, you can automate with software, and then even (with some effort it has to be said) graph them too.
Pascal would be one choice (Lazarus, for example, the price is right!) Especially as EZGPIB is Pascal based.
You mentioned MS's Visual C in the past.? Yes, you could use that too, but the learning curve will be near vertical, unless you have some C/C++ experience.
It might be worth looking around for a dialect of Basic (stop moaning at the back!)? Very easy to learn (what it was originally for of course) and also easy to process string data.?? In truth, modern Basic implementations are just as versatile and stable as any other language.
There are HP related versions too, as well as later packages, but not all are Free.
Just googling "Basic for windows" throws up some free/low cost possibilities.
Of course, you could also take full control of the Prologix device in time too from within whatever programming environment you might end up with, but one step at a time.
I'm 110% sure others on this list will have comments and other recommendations.? ;-)
Regards to All.
Dave B
|
Re: HP 4192A GPIB measurements
I delete Notepad from my Windows computers. Some attacks use it to modify system files. I use Wordpad on those computers. It doesn't run macros, like Notepad or Microsoft Word.
Michael A. Terrell
toggle quoted message
Show quoted text
-----Original Message----- From: "Dave_G0WBX via Groups.Io" <g8kbvdave@...> Sent: Feb 8, 2019 8:51 AM To: [email protected] Subject: Re: [HP-Agilent-Keysight-equipment] HP 4192A GPIB measurements
Hi Peter.
I'd recommend not using Word to edit such files, that has a tendency to alter things, should you want to use the data in something else.? Use Notepad, or other similar tool, that won't make unintended background automated changes.? But you can still search and replace etc.
You know you said you didn't particularly want to "learn to program", well, the time may be approaching where you may want to change your view on that.??? All those manual changes etc, you can automate with software, and then even (with some effort it has to be said) graph them too.
Pascal would be one choice (Lazarus, for example, the price is right!)? Especially as EZGPIB is Pascal based.
You mentioned MS's Visual C in the past.? Yes, you could use that too, but the learning curve will be near vertical, unless you have some C/C++ experience.
It might be worth looking around for a dialect of Basic (stop moaning at the back!)? Very easy to learn (what it was originally for of course) and also easy to process string data.?? In truth, modern Basic implementations are just as versatile and stable as any other language.
There are HP related versions too, as well as later packages, but not all are Free.
Just googling "Basic for windows" throws up some free/low cost possibilities.
Of course, you could also take full control of the Prologix device in time too from within whatever programming environment you might end up with, but one step at a time.
I'm 110% sure others on this list will have comments and other recommendations.? ;-)
Regards to All.
Dave B
|
Re: HP 4192A GPIB measurements
How do I take this private? Thanks Dave for the advice.? I took a Fortran programming course back in the '60s then, when the programming was taking over, I told my boss I was better at electronic design but would never be more than a mediocre programmer. He hired two full time programmers and I was back to what I liked. The Intel 8008 chip came along and I built a computer controlled by pink paper tape from a Teletype.? This was an improvement over boxes of cards and evolved into an instrument controlling a Nuclear Data Pulse Height Analyzer and storing the data on Philips audio cassette tapes (hard drives had 30" platters or 24" long drums back then). It ran on Fortran and Assembly language.? I kept my career interesting and moved to RF in Accelerators and a Superconducting Cyclotron, and a good pension.? Now I program PICs in CCS C using the MPLAB IDE. I am happy with C, and EZGPIB with a minimum of Pascal.? I lost interest in Arduino since I showed a friend how to solve his problem and he said Arduino C does not have that function. I like CCS C. A few of weeks ago I installed MS Visual C++ and ran a Tutorial. I like it but will never be an expert.? I can tolerate Raspberry Pi and Linux. I don't want to learn any other languages. I don't want to be a programmer. I have only seen one post (using a macro in Excel) on gathering data and plotting from HP test equipment. This is despite starting a group for EZGPIB back when I was trying to get data from an 8505A VNA. I see some programs in the EZGPIB folder but not many. It just seems to me that I am the only one actually reading and plotting from these machines. I am not referring to newer instruments like the 8566A or 8753B that will spit the plots out for you to the 7470A emulator. These 419x series are 1980 vintage and used analog plotters.?? Regards, Peter.
toggle quoted message
Show quoted text
On Fri, Feb 8, 2019 at 8:51 AM Dave_G0WBX via Groups.Io <g8kbvdave= [email protected]> wrote: Hi Peter.
I'd recommend not using Word to edit such files, that has a tendency to
alter things, should you want to use the data in something else.? Use
Notepad, or other similar tool, that won't make unintended background
automated changes.? But you can still search and replace etc.
You know you said you didn't particularly want to "learn to program",
well, the time may be approaching where you may want to change your view
on that.??? All those manual changes etc, you can automate with
software, and then even (with some effort it has to be said) graph them too.
Pascal would be one choice (Lazarus, for example, the price is right!)?
Especially as EZGPIB is Pascal based.
You mentioned MS's Visual C in the past.? Yes, you could use that too,
but the learning curve will be near vertical, unless you have some C/C++
experience.
It might be worth looking around for a dialect of Basic (stop moaning at
the back!)? Very easy to learn (what it was originally for of course)
and also easy to process string data.?? In truth, modern Basic
implementations are just as versatile and stable as any other language.
There are HP related versions too, as well as later packages, but not
all are Free.
Just googling "Basic for windows" throws up some free/low cost
possibilities.
Of course, you could also take full control of the Prologix device in
time too from within whatever programming environment you might end up
with, but one step at a time.
I'm 110% sure others on this list will have comments and other
recommendations.? ;-)
Regards to All.
Dave B
--
Created on and sent from a Unix like PC running and using free and open source software.
::
|
Re: HP 4192A GPIB measurements
Hi Peter.
I'd recommend not using Word to edit such files, that has a tendency to alter things, should you want to use the data in something else.? Use Notepad, or other similar tool, that won't make unintended background automated changes.? But you can still search and replace etc.
You know you said you didn't particularly want to "learn to program", well, the time may be approaching where you may want to change your view on that.??? All those manual changes etc, you can automate with software, and then even (with some effort it has to be said) graph them too.
Pascal would be one choice (Lazarus, for example, the price is right!)? Especially as EZGPIB is Pascal based.
You mentioned MS's Visual C in the past.? Yes, you could use that too, but the learning curve will be near vertical, unless you have some C/C++ experience.
It might be worth looking around for a dialect of Basic (stop moaning at the back!)? Very easy to learn (what it was originally for of course) and also easy to process string data.?? In truth, modern Basic implementations are just as versatile and stable as any other language.
There are HP related versions too, as well as later packages, but not all are Free.
Just googling "Basic for windows" throws up some free/low cost possibilities.
Of course, you could also take full control of the Prologix device in time too from within whatever programming environment you might end up with, but one step at a time.
I'm 110% sure others on this list will have comments and other recommendations.? ;-)
Regards to All.
Dave B
-- Created on and sent from a Unix like PC running and using free and open source software. ::
|
HP 3476A hybrid 1813-0091
Hello folks, I have two HP 3476A DMMs whose hybrid chips 1813-0091 have failed. I know they've failed because when I replace with one from a working 3476, everything works. I'ld be most grateful for either a couple of these chips, or a couple of examples of the whole DMM where other things have failed. 73 de Brian, VK2GCE
|
Thanks CHeF,
and also via the same link the huge work
done by Marc Mislange F5MM/ et
aussi via le m¨ºme lien l'¨¦norme travail r¨¦alis¨¦ par Marc Mislange
F5MM :
73s Sylvain F6CIS
Le 08/02/2019 ¨¤ 00:45, f1chf a ¨¦crit?:
??
Date :
08/02/2019 00:31:05
?
could be nice to know this link ...
?
Bonsoir le CHF une fourch¨¦e pour le grenier
si pas d¨¦j¨¤ vu.
?
?
|
|
Re: HP 4192A GPIB measurements
On Thu, 07 Feb 2019 11:41:44 -0800, you wrote: Having gone to some effort to remove annunciations from the data collected using Prologix and EZGPIB I find it is not such a good idea. Some of those characters are warning that the numbers are garbage. I wrote a program to do spot frequencies across the entire range of the 4192A and ran it with nothing in the test fixture.
NCSN-000.00E-09, UDFN+20.000E+00, K+00.010000 NCSN-00.000E-09, UDFN+20.000E+00, K+00.100000 NCSN+0.0000E-09, UDFN+20.000E+00, K+01.000000 NCSN+000.07E-12, UDFN+20.000E+00, K+010.00000 NCSN+00.068E-12, UDFN+20.000E+00, K+0100.0000 NCSN+0.0672E-12, UDFN+20.000E+00, K+01000.000 NCSN+0.0784E-12, UDFN+20.000E+00, K+10000.000 ? Means: Normal status-C Series mode measurement-Normal deviation measurement, Uncalibration-D measurement-Normal deviation, Frequency in kHz (correct me if this interpretation is wrong. see Table 3-25 page 3-74) C is measured correctly, D measurement cannot be performed because |Z| is less than 5% of full scale (Table 3-3 page 3-17) The displays show .0F1? ? ? ?--.-? ?(with the decimal point positions depending on the frequency) for |Z| and phase. Table 3-3 says this means Measurement cannot be performed because the measured value of |Z| is less than 5% of full scale (Table 3-3 next page 3-17). Ah, then it's now programming step 2: Each value you take should have an error flag with it (I suggest looking at enum, and then perhaps at records. So what you do is to look at the first set of letters, easiest to just split off the first response, look for the "," here. Then look at the first set of letters, that tells you if the thing is valid or not, it's either 4 letters or 1 letter, but easiest is to find th eposition of either the + or - character. Take whichever is less (if no plus, then look for -, etc...) that's the position of the sign for the number, or if you want, look for each of the possible UDFN combinations, set the error code for that ("good" is a valid error code). Once you do that, then the rest of that little substring is a number. Look at the functions that tell you where a certain character is in a string, then look at routines to copy part of that string. It's just like removing UDFN, for instance, except this time you know what you got rid of. Harvey It is best to manually look at the spot frequencies in |Z| & deg mode the way it boots up to make sure you are not asking the impossible.? The manual is complicated with tables all through it. I am copying many into notes on setting up and using this instrument. I am using MS Word to edit the files now so I don't miss important annunciations. Notice the capacity of the Chinese test fixture is 0.07pF. (Tonghui TH26001 on Ebay, nicely made)
*Preparing the Data File:*
¡¤????????Open the data file in MS Word as a text file.
¡¤????????Check the embedded text to make sure it is not warning of measurement errors.
¡¤????????Replace all tabs (^t) with enter (^l).
¡¤????????Replace all unwanted text with nothing. Save with a different name as a text file. Plot.
|
??
Date : 08/02/2019 00:31:05
?
could be nice to know this link ...
?
Bonsoir le CHF une fourch¨¦e pour le grenier si pas d¨¦j¨¤ vu.
?
? |
|
Re: HP34702A Ohms converter issues
I was checking component values and noticed that R64 is a 10K pot instead of the marked 1K on the schematic.? Also, R69 is totally missing.? Apparently this unit is really early (s/n 00134 of the 1212A sequence) and later units have the 3480¦¸ resistor and a 1K pot.? Actual measured resistance is in the mid 3K range so that's believable.? Even the backdating info in my copies of the manual doesn't cover this very early rev.?
|
Hi Paul, I have a pair for the price of postage. There should be a photo in a recent post within last few days. Steve does not need them. Contact me off line with your shipping address and I will get the postage amount. PeterB
toggle quoted message
Show quoted text
On Wed, Feb 6, 2019 at 9:12 PM Paul Amaranth < paul@...> wrote: Does anyone have a couple of 75/50 ohm N pads gathering dust?
I picked up a semi-antique 8754a with a 8502b test set and I'm
unearthing various bits of RF gear (SA, 8640b etc) I've accumulated for
a project. As a consequence, I need to stock up on various adapters
without killing the budget.
Essentially, right now I'm looking for the HP 11852A and B or their
equivalents.
thanks!
--
Paul Amaranth, GCIH? | Manchester MI, USA? ? ? ? ? ? ?
Aurora Group, Inc.? ?|? ?Security, Systems & Software
paul@...? ?|? ?Unix & Windows? ? ? ? ? ? ? ?
|
An easy way to tell N male 75 ohm and N male 50 ohm.
The center pins on 75 ohm N connectors draw blood, the 50 ohm ones do not!
-- Sam Reaves
ARS W3OHM
Owner and Moderator of: LeCroy Owners Group on Groups.io (Current and Future Group)
LeCroy_Owners_Group on Yahoo! Groups (Legacy Group) Electronics and Mechanical Hardware Design Engineering Manager
Andritz Rolls Global Research Center
|
Re: Help to fix power supply (A80) of an old HP 3586A
Yes they are off the board. So by adding external pass transistors to the board you can easily troubleshoot what ever happens. Your not passing any real current so anything will do. Believe me you will need easy access to the board without the rest of the meter. :-) Plus if a regulator goes nuts and they can because of the base no damage to the 3586. The smoke is self contained. Regards Paul WB8TSL
|
HP 4192A GPIB measurements
Having gone to some effort to remove annunciations from the data collected using Prologix and EZGPIB I find it is not such a good idea. Some of those characters are warning that the numbers are garbage. I wrote a program to do spot frequencies across the entire range of the 4192A and ran it with nothing in the test fixture.
NCSN-000.00E-09, UDFN+20.000E+00, K+00.010000
NCSN-00.000E-09, UDFN+20.000E+00, K+00.100000
NCSN+0.0000E-09, UDFN+20.000E+00, K+01.000000
NCSN+000.07E-12, UDFN+20.000E+00, K+010.00000
NCSN+00.068E-12, UDFN+20.000E+00, K+0100.0000
NCSN+0.0672E-12, UDFN+20.000E+00, K+01000.000
NCSN+0.0784E-12, UDFN+20.000E+00, K+10000.000
?
Means: Normal status-C Series mode measurement-Normal deviation measurement, Uncalibration-D measurement-Normal deviation, Frequency in kHz (correct me if this interpretation is wrong. see Table 3-25 page 3-74)
C is measured correctly, D measurement cannot be performed because |Z| is less than 5% of full scale (Table 3-3 page 3-17)
The displays show .0F1? ? ? ?--.-? ?(with the decimal point positions depending on the frequency) for |Z| and phase. Table 3-3 says this means Measurement cannot be performed because the measured value of |Z| is less than 5% of full scale (Table 3-3 next page 3-17). It is best to manually look at the spot frequencies in |Z| & deg mode the way it boots up to make sure you are not asking the impossible.? The manual is complicated with tables all through it. I am copying many into notes on setting up and using this instrument. I am using MS Word to edit the files now so I don't miss important annunciations. Notice the capacity of the Chinese test fixture is 0.07pF. (Tonghui TH26001 on Ebay, nicely made)
Preparing the Data File:
¡¤???????? Open the data file in MS Word as a text file.
¡¤???????? Check the embedded text to make sure it is not warning of measurement errors.
¡¤???????? Replace all tabs (^t) with enter (^l).
¡¤???????? Replace all unwanted text with nothing. Save with a different name as a text file. Plot.
|
https://www.keysight.com/upload/cmc_upload/ck/zz-migration/images/AMER_9_WN_1.jpg
|
As a reference, from the Maury Microwave precision calibration catalog the dimensions given for the two impedance N connector center pins are:
50 ohm: 0.0650¡± +/- 0.005¡±
75 ohm: 0.0355¡± +/- 0.005¡±
For commercial-grade field-replaceable N connectors (the ones most people are used to) it has been found that these dimensions may vary a thousandth or two.? From the above you can see why damage will result if the two different impedance connectors are mis-mated.
?
I sometimes receive emergency requests from engineers who do not have a 75 ohm connector immediately available so will take a 50 ohm center pin and turn it down in a jewelers lathe to the proper diameter for 75 ohms use.? Such an action is usually done when the need is imminent and any variations in the physical dimensions of the connector that may affect minute impedance variations is not important.
If you are really determined to find out what the pin diameter of an assembled connector is, I recommend obtaining an inexpensive hand-held optical comparator and an insertable reticle that gives diameter measurements in the range needed.? That way you can simply place the comparator over the end of the connector and get at least a close estimate.
Greg
|
I just received an HP 8903 B when plugged in the display seems to be incomplete some of the numbers aren't completing and I received no error but I cannot go any further the screen just displays incomplete characters on both sides is anyone have an idea what this could be so far I've checked all the power rails they seem to be okay and on it's a board with the LEDs I am getting a flashing LED as I press the buttons in the front. Can anyone give me a starting point as to what this could be I suspect it's probably something to do with display bored but I'm not entirely sure or possibly even a ram issue or ROM
|
Re: HP34702A Ohms converter issues
The ref current through R55 is ~1mA, R54 100?A, R53 10?A and R52 around 1.4 ?A - so the current is noticeably higher on the 1M¦¸ range.? Since the ohms converter output goes directly to the display (and not through the DC trimmer), I suspect it's supposed to be powers of 10 by range in order to not require any further gain shift.? R52 measures 900.0 k¦¸, incidentally, and the others are similarly exact.
Time to take a closer look at the passives around U3, I guess?
Incidentally, DCV goes through the range trimmers and then straight to the display - there are no active components in the path.? And the display has an auto-zero circuit so it shouldn't be dependent on the analog stuff preceding it.? There may be issues in the display module too...
|