I have a LabView exe file that is used to control one of our devices on a com port.
We use an FTDI device that makes a USB port appear as a com port. There are no problems with this.
Our devices output data approximately every ten seconds and I keep the com port open and check for data approximately once per second.
The PC that runs the app has four USB ports, each connected to one of our devices.
I thought that I could open four instances of the app, one for each port.
However, I could not get multiple instances of the app to execute.
After searching what few old threads I could find related to this (2005 and earlier), it appears that I cannot open multiple instances.
There are also comments that multiple VISA resources cannot be open simultaneously.
So now my questions...
Can I have multiple VISA resources open simultaneously (say one for COM4 and one for COM5)?
Can I open multiple instances of an app?
Can I open different apps that use different VISA resources at the same time?
All help is appreciated.