07-20-2017 11:48 AM
I'm pretty sure it's the correct instrument it just doesn't like the ID query section. I found a note on front panel saying to remove that section if not compatible and i put the false constant wired to the case structure holding the ID query information
07-20-2017 04:30 PM - edited 07-20-2017 04:31 PM
@Amanda_Kay wrote:
I'm pretty sure it's the correct instrument it just doesn't like the ID query section. I found a note on front panel saying to remove that section if not compatible and i put the false constant wired to the case structure holding the ID query information
I'm giving you a kudo because you were careful about what you were doing and you elaborated on exactly what you did and why. This is a great post!
Don't forget to mark your (new) post as the solution. 🙂
05-29-2018 05:16 AM - edited 05-29-2018 05:21 AM
Hi everyone,
I am using Agilent 8114A pulse generator for my experiment and trying to use the available driver Agilent 8114. According to the description of the said driver, it is compatible with Agilent 8114A. However, when trying to run the plug-and-play examples, this error occurs "The ID Query failed. This may mean that you selected the wrong instrument or your instrument did not respond. You may also be using a model that is not officially supported by this driver. If you are sure that you have selected the correct instrument and it is responding, try disabling the ID Query (Error -1074003951 occurred at Agilent 8114.lvlib:Initialize.vi)"
I already checked the connection through MAX and it is okay. I also double check the compatibility of the driver with my instrument and it is also okay. Now, I am not sure how to properly disable the ID Query.
Can anyone please help me with this problem? Thank you very much
05-30-2018 06:06 PM
Hello lplopez!
I am hoping you can provide me a little more information.
1) How is the 8114A connected to your computer and what is the supported communication protocol?
2) Have you checked that the device settings are properly set to allow communication with an external controller (ie your computer)?
05-30-2018 10:20 PM - edited 05-30-2018 10:26 PM
Hi Brettski,
Thank you for your reply. I am using GPIB-USB-HS for communication. I am honestly, don't know how to check if the device allows external controller. But I have tried changing the GPIB address in the instrument (8114A) and my computer reads it properly.
05-31-2018 06:37 AM
@lplopez wrote:
Hi everyone,
I am using Agilent 8114A pulse generator for my experiment and trying to use the available driver Agilent 8114. According to the description of the said driver, it is compatible with Agilent 8114A. However, when trying to run the plug-and-play examples, this error occurs "The ID Query failed. This may mean that you selected the wrong instrument or your instrument did not respond. You may also be using a model that is not officially supported by this driver. If you are sure that you have selected the correct instrument and it is responding, try disabling the ID Query (Error -1074003951 occurred at Agilent 8114.lvlib:Initialize.vi)"
I already checked the connection through MAX and it is okay. I also double check the compatibility of the driver with my instrument and it is also okay. Now, I am not sure how to properly disable the ID Query.
Can anyone please help me with this problem? Thank you very much
When you call the Initialize.vi, the response to *IDN? does not match the RegEx in the case structure. Thus, the error message.
To ignore the check, set the ID Query (TRUE) control to "False" to disable the query.
The other alternative is to read the *IDN? response in MAX, compare it to the RegEx, and see why it does not match.
09-27-2024 02:44 PM
I am facing this issue how do you compare it to the regex. I am also a novice. How do you gain access to regex