ConditionalDisableNotSupported

The Code Conversion Utility removed unsupported conditions from a Conditional Disable Structure. This version of LabVIEW NXG does not support all conditional symbols.

Supported symbols include: CPU, OS, TARGET_BITNESS, and TARGET_TYPE. A disabled subdiagram replaces other conditional symbols.

What to Do

Review code in disabled subdiagrams to determine whether that code is essential to your program.

Alternate Workarounds

If the previous suggestions don't restore the functionality of the affected code and the code isn't essential to the core functionality of your application, you can remove the portion of code. If the code is part of the core functionality of the application, you can use the VI Interop node to call your existing code, provided that the new code organization meets the architectural goals of your application. If neither solution meets the requirements of your application, do not migrate to LabVIEW NXG at this time.