I am converting a test rig from using Fieldpoint to NI DAQmx. Unlike DAQmx, The Fieldpoint IO references are defined in a the FieldPoint.IAK file which is edited in MAX.
I have found references in the code which are not defined in the IAK file. What will happen if these are called? Will the Fieldpoint VI generate an error? Is there a default way in which they are handled, or can I be confident that these references are just not called?
In an ideal world, an undefined reference would cause the VI to appear as broken, I am sure this is true for DAQmx, but it appears not to be so for Funny old Fieldpoint.
BR, Ivan