‎10-21-2022 05:30 PM
The scope initialize VI doesn't recognize the scope model which is "DPO_SCOPE_4104B". Is there an updated VI?
‎10-21-2022 05:53 PM
Which driver are you using? This one says it supports DPO 4104 (tested) and DPO 4104B (not tested).
‎11-01-2022 12:00 PM
‎11-01-2022 12:18 PM - edited ‎11-01-2022 12:19 PM
Don't be afraid to fix a broken "driver".
Most Instrument drivers packages "Initialize" vi simply does an IEEE 488.2 common command "*IDN?" query to check if the right instrument is present.
There is nothing special about a *IDN? querry and most modern instruments will respond with their make, model, serial number, and possibly even a firmware version.
An older version of the driver may not have the newer model number in the VI.
Jusd open the Initialize VI block diagram and add it.