Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to calibrate analyseur HP 8753E with Labview??

ghabri
Envois : 1
0 Compliments
Driver instrument pour la calibration du HP8753E sous labview
Driver instrument' for the calibration of HP8753E in labview
_______________________________________________________

Bonjour,
Je suis entrain de développer une interface utilisateur sous labview 8,5 pour interfacer un analyseur de fréquence HP 8753E, j'ai pas pu trouver une solution (normalement avec les driver d'instrument) pour faire la calibration du l'analyseur (remarque la calibration peut se faire manuellement mais je doit le faire avec labview)
j'espére que ma question est claire, merci de me répondre Smiley Happy
Cordialement
----------
Hello,
I am currently developing a user interface in labview 8.5 to interface a frequency analyzer HP 8753E, I could not find a solution (normally with the instrument driver) to the calibration of the analyzer (note the calibration can be done manually but I must do with labview)
I hope that my question is clear, thank you for answering me Smiley Happy
cordially

0 Kudos
Message 1 of 7
(4,476 Views)

If the calibration can be done manually, then translate the front panel key presses to their equivalent SCPI commands and send those SCPI commands using LabVIEW.

0 Kudos
Message 2 of 7
(4,468 Views)

This is the fourth FIFTH (!!!!) post on the same EXACT question.

 

Stop creating multiple posts!!!! Smiley Mad

 

 

I've actually done this, but you know I'm not even going to bother showing you any of the code since you seem to think your problem is so important that you need to post it FIVE times. Read the manual. There's an example on how to do it. It's written in HP-BASIC. Good luck in translating it to LabVIEW.

0 Kudos
Message 3 of 7
(4,466 Views)

thanks, so haw can i make this i don't understand !!

0 Kudos
Message 4 of 7
(4,458 Views)

i'm so sorry for the multiply posting, i'm just change the topic, thanks for your answer, i will try , i hope you help me 🙂

0 Kudos
Message 5 of 7
(4,457 Views)

Hi ghabri.

 

I noticed that you have another post asking what drivers to use with the HP 8753E. Although there is no specific instrument driver for this instrument, the driver for the 8753D will work for the most part with the 8753E. You can refer to this forum post for mroe details:

http://forums.ni.com/t5/LabVIEW/Driver-for-HP8753E/td-p/55285

 

The driver can be downloded from this link by searching for the 8753:

http://www.ni.com/downloads/idnet/

 

As for the calibration, the instrument drivers do not seem to include any VIs to calibrate the instrument. I would recommend using NI-VISA to write the appropriate SCPI commands in order to calibrate the device (as mentioned above). You should refer to the instrument's manual for information on this topic. There are many examples in the NI Example Finder for basic read/write operations using NI-VISA.

 

I hope that this information helps.

 

Regards,

 

James D.
Applications Engineer
National Instruments
0 Kudos
Message 6 of 7
(4,426 Views)

James are you saying that the driver does not provide a VI that can correct a calibration, only recall a calibration file you have saved previously ? 

 

Thanks

Graeme

0 Kudos
Message 7 of 7
(4,124 Views)