‎03-06-2013 10:45 PM
Hi,
Is there a way to set the time control limit for a vi (remote panel) in labview webserver? So with this i don't need to get in tools->options->webserver everytime that I want to change the control time limit.
Thanks.
‎03-07-2013 11:43 AM
I am also interested in changing the "default" control time limit, is there a way to do that editing a .conf document in webserver folder?
‎03-11-2013 12:24 PM
Why you like to change control time limit programatically? I was looking for and I think that do not have much sense change it programatically.
http://digital.ni.com/public.nsf/allkb/6FB729808D59C75886256BC90052D846?OpenDocument
Regards,
‎03-11-2013 12:53 PM
Abel,
I would like to change it programatically, because my application needs it.
My application consists in a login.vi and a main.vi. When a user succeeds in the login page, the main.vi is added to the visible VI's field, and when the user access main.vi, this vi is removed from visible VI's list, this operation guarantee that a second user will also have to login to get access to Main.vi.
The problem is, when Main.vi is constantly removed and added to visible VI's list, I cannot have control to the time limit for controlling it, so thats why I asked if I can make this programatically. Or simply change in a .conf file(i don't know if this exists) the default time limit for controlling.
Thanks
‎03-13-2013 08:05 AM
Hi Fabio,
Is not possible change it programatically. LabVIEW have an .ini file that set some default configurations, but it configuration is not present in this .ini file.
When you set a time limit on options it will be used in place of default value, so if you chnage this value on LabVIEW options you will have the same effect as you have changed the default value.
Regards,