LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I run Remote Panel Connection Mgr on server with just runtime & exe

We are running a LabVIEW 6.1 executable on a PC with Windows2000. We have remote panels enabled and the system seems to be working fine. However, we would like to be able to run the Remote Panel Connection Manager in order to monitor the load we placing on our communications system. I can run it while in development mode, but the option is no longer available under Tools once I create the exe. On the actual server machines we do not have the full development system (only the runtime engine) installed. Is there a way to run the Remote Panel Connection Manager while running just the exe with the runtime engine?
0 Kudos
Message 1 of 6
(3,280 Views)
just enable the remote panel option when building exe
0 Kudos
Message 2 of 6
(3,280 Views)
Take a look at the following KnowledgeBase:

http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/3b2160b128ee09a886256b60006ffa66?OpenDocument

I think this should answer any questions on the subject
0 Kudos
Message 3 of 6
(3,280 Views)
I'm not sure what you mean. I did enable the remote panel license manager when I built the exe, but the remote panel connection manager is no longer available under TOOLS.
0 Kudos
Message 4 of 6
(3,281 Views)
That is indeed an excellent article. I found it very helpful when I was first working on using remote panels on our machines with just the runtime engine. Unfortunately, it really doesn't address the use of the remote panel connection manager.
0 Kudos
Message 5 of 6
(3,279 Views)
The manager is a separate VI. It's located in \project\remotepanel.llb. You could try building an separate exe from it or including it as a support file in the exe you want to run as a remote panel. If it does run, you might have to create a custom menu in order to call it from your exe.
0 Kudos
Message 6 of 6
(3,279 Views)