Pressing the Run Button Doesn't Start the Code in LabVIEW

Updated Jul 9, 2024

Reported In

Software

  • LabVIEW

Issue Details

I have a LabVIEW application that uses non-English characters in the VI names. And when I press the run button in the main VI, the code won't start. What can I do to solve this issue?

Solution

As LabVIEW does not support Unicode, there is always a chance that one of the Vis' names contains an unsupported character.
If you use non-English characters (such as á, è, ö) in VI names, please replace them with the English equivalents (a, e, o) to solve the issue.