Hello all,
I would like to program a set of labview executables.
1 executable will be the main interface.
The other executable will be a driver for a sensor which we want to use.
In order for this to work, I would like for the executables to communicate with each other.
It is possible that we will need a configuration where we will connect more then 1 sensor to the interface.
My preference would be to use the same set of commands for this sensor.
I can the call a second instance of the same sensor driver executable.
The structure of this software would be like the structure shown in the diagram below:
I have tried to do this using "shared variables". This works incredibly for 1 sensor.
As far as my knowledge about shared variables stretches, it is quite hard to use the same set of commands for 2 different drivers.
It is not possible for shared variables to have something alike an address to make a distinction between one driver or the other.
I would like to ask this forum for your opinion on methods to program this.
This method does not specifically have to be based on shared variables, I am open to all advise.
I am using LabVIEW 2019.
Thanks in advance!