LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error list in VI scripting

Solved!
Go to solution

Wow! I knew the options previously existed to enable scripting, I didn't know they still worked.

 

Thanx, +1 kodu for you...

0 Kudos
Message 11 of 14
(716 Views)

Does this method work in an executable by any chance?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 12 of 14
(711 Views)

With the standard LabVIEW Run-Time Engine () with default settings) I don't think it's possible to do VI scripting.

At least in the past (LV2010-LV2011) VI Scripting was not supported in the Run-Time Environment.

I also believe it's not supported in the default LabVIEW 2012 Runtime Engine, but I could be wrong.

 

It gives back an error 1043 (LabVIEW:  The property or method is not supported in this version of LabVIEW.)

 

 

Kind Regards,
Thierry C - CLA, CTA - Senior R&D Engineer (Former Support Engineer) - National Instruments
If someone helped you, let them know. Mark as solved and/or give a kudo. 😉
0 Kudos
Message 13 of 14
(686 Views)

You can always find out whether or not something will run in the run-time engine by looking at its LabVIEW help entry.  Alternately, you can try it, but the help file is a lot easier.  In general, if it changes code, you will not be able to use it in the run-time engine, since the run-time engine does not include a compiler.  If it involves inspection, you can probably do it.  Note that inspection of the block diagram on executables is a somewhat dicey proposition.  It won't work if the block diagram has been stripped.  This sort of thing is usually done as part of development.

 

Please note that "scripting" is an overloaded term.  I like to restrict its use to code creation and modification, using "VI server" or "methods" or "properties" for other things, such as inspection.  Unfortunately, this is not the norm on these forums, where "scripting" is used to denote any VI server use.

0 Kudos
Message 14 of 14
(679 Views)