Hi, I am building an ATE system that requires some integration between TCL scripting and Labview VI functions. What I need help with is getting a vi that has been exported as a shared library (dll) to load properly in TCL. Initially, I got an error in TCL because I didn't have a
pkg_init file. I am a little fuzzy on the structure of how this file is used and what all needs to be in it. I built one which is
PkgInit.c, and TCL recognizes it, but still can't load the
Pkg.dll because it states it is missing a dependant library. Anybody know what I am asking? I believe that I am missing something in this init file.
Any bilinguals out there know much about integrating LabVIEW/TCL?
For backgound roughly on my delimma is that I am using Labview in a very large ATE setup. I have a particular interface that uses TCL, but it loads a package that takes about 12 seconds, then I run some commands in LV and go back to TCL and it takes another 12 seconds. The going back and forth creates an unreasonable delay. The LV commands I initiate between the TCL commands are very simple GPIB commands that I'd like to just put in TCL so I can run one long script, with one package load, then back to LV.
Any help would be greatly appreciated.