09-08-2014 03:58 PM
Hi,
I have used an Action engine in my program. The actions are for TCP/IP reference open,read and close. Everything is fine if I implemnet my sequense in LabVIEW but I have to export the current code to C# using .NET Assembly
Now if I make 3 VIs for open ,read and close what shoudl I do with the reference passing between these VIs when I export it to C#. I would greatly apprecaite your help
thanks
09-09-2014 02:51 AM
I'd make 3 wrapper VI's, one for each function. Simply drop the AE with the command in a new VI.
/Y
09-09-2014 06:20 AM
Your code runs in an runtime engine, so as long as your assembly is referenced and running (here maybe reading from port) dont care about internal references.