02-05-2008 04:39 AM
02-06-2008 03:30 PM
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.