09-16-2011 09:43 AM
I modified a script provided by smercurio_fc (thanks you). It workes fined. The script will replace all the specified controls and constants enum on a specified VI with a another specificied type-def enum. The script is written in 2011. I want to use that script on a VI written in LabVIEW 8.6. Can I run my script in development mode or exe mode? I would prefer to compile the script into an exe and run it on another machine that only has LabVIEW 2011 run time engine and LabVIEW 8.6. Thanks!
Solved! Go to Solution.
09-20-2011 12:59 PM
Hi jyang72211,
This is Alexander M from National Instruments. Would you be able to post (or email me) the script of interest so I may get a better look?
Regards,
Alexander M
Applications Engineer
National Instruments
09-20-2011 01:12 PM
Scripts are basically programmatic manipulation of a VI within the development environment. You aren't going to be able to run them on a PC that only has a run-time environment.