09-18-2014 10:58 PM
Hi,
I am new comer for Measurement studio. Currently, my company use labview for testing. And they develop lots of VI. I want to invoke some of them in my C# program. So how can program invoke such VIs. Is there any instructions I can followed. or C# only can use some controls listed in the tool box.
09-22-2014 12:14 AM
Hi
maybe you can try this one
1, create DLL document based on your VIS
2, call the DLLs you have created in your C programme
09-22-2014
06:05 PM
- last edited on
06-10-2025
10:09 AM
by
Content Cleaner
09-22-2014 08:18 PM
Thanks two guys. I will take some time to look at sample program.