Scenario: I have a section of code that has missing subVIs and controls (they're typedefs), and I want to disable it. I put a diagram disable structure around the code, and it means that the missing VIs are okay, but LabVIEW still requires the typedef'd controls to be loaded <- this causes a broken arrow, even through the only broken code is within the diagram disable structure.
Fix: If the only reference to a typedef control is within the disabled case of a diagram disabled structure, then it should be ignored (and therefore should have to be loaded).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.