LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Find Resource no longer works

I had code that was working in CVI 2019.  Currently running in 2020.  Here is a snippet of my code:

 

result = viFindRsrc ( rmHandle, "PXI?*INSTR { VI_ATTR_MODEL_CODE == 29435 }",
&findHandle, &numSynchBoards, visaResource );

 

In the past this would dynamically find the 6672 in my chassis.  Now it errors out because it can't find the resource.  MAX finds it and self-test passes.  Repaired NI-VISA and NI-Synch.  

 

Tried using FindRsrc.c example program to find all resources (?*INSTR) and it found my other VISA instruments but not my NI-Synch card.

 

Did VISA change?  

0 Kudos
Message 1 of 1
(449 Views)