LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring the LabVIEW VI which is at other pc

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.

0 Kudos
Message 1 of 4
(888 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(880 Views)

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).

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(867 Views)

Is it possible to do this with open application reference. I have two pc's over ethernet

0 Kudos
Message 4 of 4
(817 Views)