Dear LabVIEW community,
let me please ask you regarding the following.
I'd like to have C# interface for my application (b/c LabVIEW possibilities are not suitable for my task), but I need also to access VIs programatically, and read/write properties of UI objects via property nodes.
Is it possible to do it in the way, that:
- prepare in LabVIEW code, which will access VIs programatically, read/write properties by property node (via VI Server reference find controls, and then process them);
- build this code as .NET assembly;
- use assembly for C# application.
Will such combination work? Or, there will be problems like different application context (b/c VIs will be in edit mode; and C# application will run as executable), or some other issues?
Does anyone have experience with the similar task?
Thank you very much,
Sincerely, kosist90.