Addressing Placeholders to Correct Converted Code
- Updated2023-02-17
- 1 minute(s) read
Addressing Placeholders to Correct Converted Code
Placeholders represent nodes on the diagram that existed in the original version of LabVIEW but do not exist in the converted LabVIEW NXG code. Fix placeholders in your converted code to replicate the functionality of the original source code.
Evaluate the placeholder in the context of your entire application to determine whether you need the feature the placeholder represents.
Issue | Solution |
---|---|
The placeholder represents functionality that is not essential. | Delete the placeholder. |
The placeholder represents functionality that is essential. |
|
If the previous steps do not resolve your code, wait to migrate your code until LabVIEW NXG can support the required functionality.