LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a java script program in a vi?

Hi,
I have to call a script in java script with arguments. This script contains 4 functions, and need an array to works. This array is produced by my vi. It returns a float.
How can I call this script with parameters in my vi?

Thanks.

BD.
~ La programmeuse compile le C. ~
http://www.pmeonline.fr.st
http://www.nihon-fr.com
http://www.cinemasie.com
http://ippai.free.fr
0 Kudos
Message 1 of 3
(2,884 Views)
Can you call this script from the command line, if so you can parse the command in labview and send it to the sys exec vi.
 
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 3
(2,865 Views)

No, my java script program is composed of several functions. I just want to call the functions in my vi, with arguments, etc.

I don't know if it is easy to use 🙂

~ La programmeuse compile le C. ~
http://www.pmeonline.fr.st
http://www.nihon-fr.com
http://www.cinemasie.com
http://ippai.free.fr
0 Kudos
Message 3 of 3
(2,843 Views)