05-26-2021 08:57 AM
I am working on a LabVIEW project which is a machine vision application
I used a tab control (3 pages).
1st page for the login interface ( press login button to go next page)
the second page is where I have to select the server ( image processing (page 3) ) and client ( another vi receive data from the server via TCP/IP (localhost))
page 3 as I said contains image processing
so my problem is when I open the client I can't use it until I close the first app
maybe the images will clarify better
05-30-2021 10:01 PM
I, for one, refuse to look at images of LabVIEW code (imagine I had a C++ program and sent you a listing of the 1000 lines of code, asking you for help, saying it had a UI with three Tab pages, etc., but didn't attach the code).
Attach all of the relevant LabVIEW code. If it is managed as part of a LabVIEW Project (with a .lvproj file), compress the folder containing the Project and all its VIs and attach the resulting .zip file.
Bob Schor
05-31-2021 03:36 AM
I thought images will be sufficient for this problem
Anyway, the problem was solved and thank you for your reply 😉