FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

FieldPoint WEB Remote Panel Tab Control

Using a TAB control on Fieldpoint (FP 2000) and Labview 7.1

I wanted to implement a password feature mainly for the Web browser remote panel feature for my Filedpoint application, as suggested in "Developing Remote Front Panel LabVIEW Applications"
http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/e789515b9976253786256b1f007e039b?OpenDocument#5

(see bottom of the page)
"
Alternatively, you can program security into the VI itself. For example, you can require a user to log in when the VI first runs, and disable all other aspects of the VI until you verify the login. To do so, place a login field on one page of a tab control, the other controls on subsequent pages, and enable the other pages after the user successfully logs in. "

I find that I can "Hide tabs" using the "Page Selector Visible" feature if the Remote panel is hosted by Labview in Development Mode but this feature does function with the Web remote panel mode. In fact you can use the Tab Control normally from the Web remote panel.

I find that I can disable a specific tab
if the Remote panel is hosted by Labview in Development Mode but this feature is ignored by the Web remote panel mode.

Thus: -
  Do you know of any limitations (a list would be usefull, if there are specific limitations)?
  If its a limitation, is it of FieldPoint or the Web remote panel or the Runtime Engine installed in the Browser or ...?
  Do you know of a better way of getting a password feature.
    ( I am aware of IP security available - the IP addresses are DHCP supplied - " 'Doh' says Homer Simpson", the P.C's will change as well)


I lookforward to any insights..., wisdom or experiences you may have had
0 Kudos
Message 1 of 4
(3,401 Views)
Are you running your VI embedded on RT?  Property Nodes (like the 'Page Selector Visible' in your case) do not work when the VI is embedded onto a RT target. 
 
-Khalid
0 Kudos
Message 2 of 4
(3,394 Views)
Yes the application is running embedded on the RT target.

Do you have further information on the features not available?

Thanks
0 Kudos
Message 3 of 4
(3,388 Views)

This discussion covers some restrictions placed by LabVIEW-RT:

http://forums.ni.com/ni/board/message?board.id=170&message.id=133674#M133674

Regards,

-Khalid

0 Kudos
Message 4 of 4
(3,367 Views)