LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwindows/CVI with a (embedded?) script interface

I wonder if its possible to control a labwindows/cvi program via a script, like calcexpress for labview. This can be by embedding some script interpret (tcl?) or not. Does anyone have any experience with this? Any other pointers would be welcome too.
0 Kudos
Message 1 of 2
(3,096 Views)
One way to control a CVI app is by making it a COM server, and using an activex enabled scripting language. You can do this fairly easily with CVI 6.0. But you cannot embed tcl scripts within CVI.

You could also make a CVI dll and call it from the script as well. There are extentions to tcl available that allow you to call C dll's

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,096 Views)