06-30-2023 03:12 AM
I have two pc's( lets say PC A and PC B) connected over ethernet. I want to launch the LabVIEW and run a code which is located on PC B from PC A. Can anyone help me how to do this.
06-30-2023 03:24 AM
Hi Manik,
@Manik981211 wrote:
I want to … run a code which is located on PC B from PC A.
So you want to start/control some software on a remote computer? Something like that is often considered "computer virus"…
Talk with your network/IT admin about your requirements!
06-30-2023 03:34 AM
There are several ways.
Remote desktop is the easiest. 🙂
Else you can e.g. create a small web service that is always in the background which can start the program. If it's a system that's always running it can be integrated into it. Kind of like how you send data to a queue you can send to the other computers TCP/IP. Or setup RabbitMQ (which is the same idea but probably less work).
06-30-2023 06:33 AM
Is it possible to do this with open application reference. I have two pc's over ethernet