annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Problem calling a TCL script from Test Stand

I downloaded from NI the example that calls a TCL script from Test Stand. After the necessary configurations I tested the example and the script that was given as part of the example was executed properly.
Now I'm trying to call from Test Stand a script that I wrote and send and read commands from serial port. My scripts runs properly when I execute it from the TCL interpreter (TCL83) but when I try to call it from Test Stand(using Call TCL Script step type), nothing happens and the script isn't executed. Changing again the script file to that one of the NI example, it is executed without problems.
I don't know if in my script I use a function that is not present on tcl83.dll or if there's a special condition to execute
my script. My script file is attached.
Anyway, is there any LabVIEW package that interfaces LabView and a TCL interpreter? How can I obtain it?
My Test Stand version is 2.0.1.
Scarica tutti
0 Kudos
Messaggio 1 di 2
3.131Visualizzazioni
Finally, my script was executed succesfully.
I think that the problem was with a "puts" command
present in the middle of the TCL script.
0 Kudos
Messaggio 2 di 2
3.131Visualizzazioni