LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I call deployed vi's remotely on PXI RT Target from Host Laptop

Solved!
Go to solution
We have a system comprising of a real-time embedded pxi rack with labview real-time and a host laptop with regular labview. The interconnection is ENET. Both systems have to be deployed I.E standalone runtime distributions. What is the best method to call vi's on the pxi rack from the laptop?
0 Kudos
Message 1 of 5
(2,857 Views)

Hi Torpedotown,

 

Could you provide me with some more information regarding the system you are using?

 

For example, what PXI chassis, controller and modules are you using?

What operating system is being run on your laptop?

 

Kind regards,

Marshall B
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 2 of 5
(2,831 Views)
Solution
Accepted by topic author Torpedotown

There are many details to make it work but I'll offer a high-lvel description.

 

You can use VI Server to invoke code on RT machines.

 

For each application you want to invoke on the RT side create a source distribution. FTP those to the RT node then using the correct path on the RT node use VI server to open and run the target VIs.

 

Have fun,

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 5
(2,829 Views)

Hi Torpedotown,

 

Further to the information which Ben has already provided, take a look at the following NI web pages regarding the VI Server and its functions:

 

Knowledge Base (KB) Article: What is the VI Server?

LabVIEW Help File: Capabilities of the VI Server

Community Example: Control Real-Time (RT) Target VI from Host VI Using VI Server

 

Hope these help

 

Kind regards,

Marshall B
Applications Engineer
National Instruments UK & Ireland
Message 4 of 5
(2,815 Views)

Hi Ben,

 

Thanks. VI server is perfect.

 

Like your website...

 

Torepedotown

0 Kudos
Message 5 of 5
(2,770 Views)