From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable users for "Request Control" on remote panel

We have a LV application running on a Server. Each user at the Company can view the front Panel in web browser using remote Panel. Some users could have the right to Access the front Panel and click on the Buttons through right click - Request Control.

 

I want to have a list of users, who can control the front Panel. Is it possible to filter users for it? Is there maybe an Event which is triggered on remote Panel Connection, with user Name as Event Argument? If not, how can I do that?

 

I want to grant control of the front Panel only for some users.

 

Madottati

0 Kudos
Message 1 of 2
(2,039 Views)

Hi Madottati,

 

you can use the Property and Invoke Nodes from the following link to check the clients and users who connect to the server:

 

How do I Know Who is Connected to a Remote Front Panel? - National Instruments
http://digital.ni.com/public.nsf/allkb/8985CCE15716DFBD86257026006B3298?OpenDocument

There is also a method called RemotePanel >> Close Connection to Client. This method can help you to close the connection from server side if needed. The checking for new connections needs a polling algorithm, since there is no event you could handle.

 

Best,

Melanie

Best regards,
Melanie Eisfeld
Senior Applications Engineer, National Instruments Germany
Certified LabVIEW Developer
Certified TestStand Architect
0 Kudos
Message 2 of 2
(1,997 Views)