01-11-2023 07:34 PM
I'm planning to develop a VeriStand application that will include a Custom Device (CD) and a Custom Workspace Tool (CWT) and that will run on a customer PC using the Operator version of VeriStand.
Does LabVIEW need to be installed on the customer PC for the CD and CWT to operate correctly, or do the CD and CWT build processes convert these components into standalone LabVIEW executables that will work with the VeriStand Operator application?
Thanks in advance for any help or insights you can provide.
-John
Solved! Go to Solution.
01-11-2023 09:13 PM
Does LabVIEW need to be installed on the customer PC for the CD and CWT to operate correctly?
No
Do the CD and CWT build processes convert these components into standalone LabVIEW executables that will work with the VeriStand Operator application?
Not exactly. The compilation or build process compiles the files into library (.llb but not .exe) that can run on LabVIEW runtime.
01-12-2023 06:33 AM
@ZYOng Thanks for your quick reply!