LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tektronix instrument drivers. The scope initialize VI

The scope initialize VI doesn't recognize the scope model which is "DPO_SCOPE_4104B". Is there an updated VI?

0 Kudos
Message 1 of 4
(1,306 Views)

Which driver are you using? This one says it supports DPO 4104 (tested) and DPO 4104B (not tested).

http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=6E23DB10D9FC2B05E04400144FB7D2...

0 Kudos
Message 2 of 4
(1,297 Views)

jeffnelsonflukecalcom_0-1667321996302.png

 

0 Kudos
Message 3 of 4
(1,192 Views)

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.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 4
(1,189 Views)