LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open remote front panel of vi's within an executable from an executable.

How do I remotely open front panels of subvi's contained within an executable, where both computers just have LabVIEW Real Time loaded (programs are run as executables)? I want to use the Method: Remote Panel Open Connection to Server to make this work. I have been getting error 1032 "VI Server Access Denied". I do not want to use the web page method (connection is too slow when controlling front panel objects and I can not programmatically exit out (release control of vi) of the web page).

 

Ex. 

PC1: Has executable1 using Remote Panel Open Connection to Server Method etc. code inside. This program will make a call to executable2 (on PC2) to open up different vi front panels (within executable2), so the controls can be changed from PC1. I want to be able to make changes to the vi's running on PC2 from PC1.

 

PC2: Has executable2 containing several subvi's.

 

 

0 Kudos
Message 1 of 2
(3,087 Views)
Not sure if this is what you are looking for but here is how to launch executables that can interact
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 2
(3,085 Views)