LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help ,a difficult problem about web publishing function of labview

I have finished a remote control panel in labview and i published the panel with the web publishing tool in labview ,the tool automatically produced a .html file .
then i want to add some script in the webpage to control the use time of users .but I found that when i add the script into webpage AND CHANGE IT TO .asp file, the .asp file could not work correctly.>>>>>>>
that means the automatically .html page could not be added any script . >>>>>>>>>>
how could i control the user's time

help me !! THANK YOU VERY MUCH
0 Kudos
Message 1 of 4
(2,703 Views)
This is probably because of the server that you are using. The LabVIEW Remote Panel server is not a full-fledge web server. It is specifically for the purpose of publishing VIs and not a whole lot else. However, controlling the user's access time can be done with LabVIEW. If you look in the properties for the Web Server, you will see that you can set the Control Time Limit. This will close a client's connection after they have been connected for that amount of time.
J.R. Allen
0 Kudos
Message 2 of 4
(2,703 Views)
Thanks for your help , But I could not find the properties for control time limit , could you give me some details for it ?
0 Kudos
Message 3 of 4
(2,703 Views)
Have a look at Tools-Options-Web Server:Visible VIs.

Control Time Limit specifies the amount of time in seconds a client is allowed to control a VI front panel in the Visible VIs list.
0 Kudos
Message 4 of 4
(2,703 Views)