Hello,
I have labview executable application, it has some drivers that are accessed by queues inside program. I want to use teststand and call these drivers. What would be the correct approach? From what I understand we can not acces labview functions from another application instance and expose queues etc.
My idea was to add network communication to each driver like tcp or network streams so teststand functions can connect to driver and retrieve some data. But this will have some overhead and will be much slower than accessing queue or some global variable directly from LV.
Do You have any suggestions?