04-08-2019 11:01 AM
How do you call a specific procedure from a TCL file?
I have a .tcl file with several proc defined.
proc a
proc b
proc c
etc
I tried calling, the proc both from the TCL step-type installed or from a command line step, but the call is not being evaluated.
Any thoughts?
04-09-2019 02:20 PM
Hi aavila!
I have linked a tutorial that I think could be helpful in explaining how to call a TCL file. This tutorial walks through a thorough example that could be good to compare with some of the steps you have taken so far.
"Calling Scripting Languages from NI TestStand"
http://www.ni.com/tutorial/8847/en/
04-09-2019 03:27 PM
thanks.
I previously read the tutorial, but that one makes no references to dealing with a file with only procedures inside.
04-10-2019 01:06 PM
Are you running into any error messages when trying to call one of these specific procedures?