Hello,
I have been recently trying to figure out, how to efficiently combine a .NET application with LabView application.
To be more specific. User is working in a LabView app, all of the sudden decides to do what the .NET app can (single document app that provides dynamically created buttons), he just clicks this one button, and I need the button click info pass to labview app.
I was thinking about doing it like this : start the .NET app through cli interface, let user do whatever, send the result through socket to labview quit the app, in labview read the data.
But it seems very heavyweight and stupid. I know there must be some better solution using .NET connectivity, but my knowledge of .NET is still limited. Please advice.