11-18-2020 12:58 AM
Hi,
While searching LabVIEW drivers of Anritsu 68247B, I found Drivers of Anritsu 68347B which also weren't certified by NI.
Unfortunately the drivers aren't working on particular instrument. As both instruments have the same specs and functionality so,
Can I use it if the instrument check is disabled?
If so how can I disable it?
11-18-2020 09:35 AM - edited 11-18-2020 09:35 AM
I would have to see the "drivers".
But if that instrument drivers VI set was written using the NI Instrument Driver Design Guidelines. The "Initialize.vi" should have a Boolean input for both Reset and Check Instrument ID.
That Instrument ID sends the IEEE488 common command *IDN? and checks the response
Set Check Instrument ID to False to disable that check
11-19-2020 01:17 PM - edited 11-19-2020 01:18 PM
One potential caveat is that drivers that support multiple models will most likely use the results of an ID query to base the set commands they will use. Fairly often, I've seen commands be quite different between models, and the only way for the driver to know which set of commands to use is if there was an ID query.
Failing to do an ID query will result in the driver using some "common" set of commands that "commonly" don't work.