FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

error-"remote panel exceeds maximum --licenses"

We send our customer  cFP-2020 with a compiled program.  User accesses the program with internet browser.  The usual precautions are observed such as closing the browser after use etc.  However it poses a serious problem somtimes when he tries to access and gets the message that the remote panel exceeds the maximum number of licenses.  Powering down and rebooting doesn't solve the problem.  Are there some subtle features or special cures for this.
0 Kudos
Message 1 of 18
(8,393 Views)

Is there only one client accessing remote front panel or do other users have access to them?  The Knowledgebase,  How Do I Control the Number of Clients Remotely Connected To My VI? might be a good reference for you.

Let me know if this doesn't help.

 

Micaela N
National Instruments
0 Kudos
Message 2 of 18
(8,383 Views)

I've been away for awhile.  There is only one user, sometimes  thru a wi-fi router.  It's a troubling feature for our customer.

lew

0 Kudos
Message 3 of 18
(8,358 Views)
Is there any chance they are establishing different remote panel connections through wi-fi and a wired connection?  I have written a short program that you can run on the 2020 that shows the current remote panel connections.  You can use this to help troubleshoot to see where the extra connection is coming from.
David H.
Systems Engineer
National Instruments
0 Kudos
Message 4 of 18
(8,315 Views)

Thanks,

I'll give this a try and see if it tells us more about what's happening.

lew

0 Kudos
Message 5 of 18
(8,311 Views)

I'm having a similar headache with my Real-Time program.  My users want access to the front panels of multiple VIs running at the same time on the real-time station (from a single host).  If they open and close them at will, eventually they run out of licenses.  I assume this is due to the fact that they have not released control before closing (which I do and don't run into the problem).   Is it possible to programmatically release licenses to VIs that are not being actively viewed?  There is no remote panel connection manager in the real-time OS. 

Dan 

0 Kudos
Message 6 of 18
(7,783 Views)
Dan,

Have a look at the attached VI; it can be run on the RT target to close all remote connections.  You could modify it so that it runs when the total number of connections is equal to the total number of licenses you have.  You could maybe close all but the connection with the latest "Create Time" (to avoid completely disconnecting the user).  Play around with that and you should hopefully able to find something that suits your application.

Regards,



0 Kudos
Message 7 of 18
(7,753 Views)

Perfect. 

This is exactly what I am looking for.  I will tailor this to my needs.  Thanks!

Dan

0 Kudos
Message 8 of 18
(7,750 Views)

We are facing a similar problem using a CompactRIO in this configuration:

- PC and cRIO configured with static IP addresses

- cRIO connected directly using a crossover cable to the PC (to be sure that only one physical client accesses the cRIO at a time)

- Labview 8.6.1, NI-RIO 3.1.1 with scan engine

 

We are able to access our remote front panel using Internet Explorer from the PC during 1-3 days. After that period, when we open our front panel using IE, a message states that the number of open remote panels exceeds the number of licences. But nobody is actually connected to the system.

 

We have tried the "Close Remote Panel Connections.vi" without success as well (using "c:\ni-rt\startup\startup.rtexe\MainPanel.vi" as the VI path for the "Open VI Reference" function).

 

The only workaround working for us is to reboot or power-cycle the CompactRIO, which is not acceptable in a production environment.

 

Any idea ?

 

Best regards,

Arnaud Faucher

0 Kudos
Message 9 of 18
(6,678 Views)
The 5-license software seems to have solved our problem with the cFP-2120.  I think the basic problem relates to the Windows-Labview compatibility where user release is not always transferred to the Labview software.
0 Kudos
Message 10 of 18
(6,668 Views)