LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV8: Diagram Disable Structure

I am converting my test code from the use of traditional DAQ to DAQmx. In a couple of my test VIs I have the Traditional DAQ VI for Port Config. if I put those in a disable structure marked as disabled will it cause any issues when running using DAQmx drivers? I don't think it should since it does not get executed but I wanted to confirm.
 
Once I verify my DAQmx changes work, I will remove it.
 
Thanks
 
Jeff D.

Certified Architect LabVIEW Champion DQMH Framework

0 Kudos
Message 1 of 3
(2,481 Views)

Hi Jeff,

That's right, any code in the disabled state of a Diagram Disable Structure does not get compiled or linked to by the owning VI.  You should be safe.

-D

0 Kudos
Message 2 of 3
(2,480 Views)
Yeah I figured that was the case.. just wanted to double check
 
thanks!!!!
Jeff D.

Certified Architect LabVIEW Champion DQMH Framework

0 Kudos
Message 3 of 3
(2,473 Views)