Hi,
I have a LabView application that is used for RS-485 diagnostics with a 2-port PCMCIA card in a laptop. The application is written to access only one of these ports at a time, although the user interface does allow the user to choose which one. What I need to do is to run two instantiations of this application, accessing one port per application, yet keeping them completely independent. How do I do this?
So far, I have complied an executable application, but they don't seem to be independent. Could it be that opening one port interferes with the other. Also, renaming the app doesn't seem to work. It does seem clear that I have to run a compiled application because I can't run the same VI with the same subVI's independently within LabView.
Thanks,
Jason