04-06-2012 04:28 AM
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
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
cordially
04-06-2012 08:09 AM
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.
04-06-2012 08:41 AM - edited 04-06-2012 08:45 AM
This is the fourth FIFTH (!!!!) post on the same EXACT question.
Stop creating multiple posts!!!!
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.
04-06-2012 10:47 AM
thanks, so haw can i make this i don't understand !!
04-06-2012 10:49 AM
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 🙂
04-09-2012 04:01 PM
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,
03-17-2014 10:25 AM
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