LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i execute a TCL script using LabWindows

Hi to you all !!!
 
I am trying to run a TCL script using LabWindows, the idear is to writh TCL scripts but using LabWindows in order to start the script, run it and get the result
 
How do i do it ???
 
Ski Farm
0 Kudos
Message 1 of 2
(3,139 Views)

Hello Skifarm,

It looks like there have been other individuals who have tried something similar to this before.  If you review the forum post here that mentions using TCL scripts with prebuilt header/lib files to interpret the commands.  This would create an independent CVI project that could run the TCL interpretations.  There is also a LabVIEW example here which demonstrates using the command line to run TCL commands using an external intepreter.  This program could be ported over to LabWindows CVI relatively easily and a similar process could be implemented.  I think that both options are viable solutions to your problem, but the former might require more work to fully integrate the interpreter into the project.

John B.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,099 Views)