This VI cannot access the class constant
- Updated2025-07-30
- 1 minute(s) read
This VI cannot use the LabVIEW class constant because the library access scope does not allow access to the class. The LabVIEW class is a private library item and only VIs inside the same library or libraries as the class can access the class.
To correct this error, change the access scope of the class library.