LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Execute script on 8.6 VI?

Solved!
Go to solution

I modified a script provided by  (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!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 3
(2,280 Views)

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

0 Kudos
Message 2 of 3
(2,236 Views)
Solution
Accepted by topic author jyang72211

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.

Message 3 of 3
(2,234 Views)