Hi,
I am facing a problem of bad refreshing rate of the front panel when i tried to receive data remotely through internet.
since my objective is to monitor the data/reading from the graph of my frontpanel through internet, it seem useless if the refreshing rate of the page is too slow.
i have set the period to 0.0 which data suppose to be updated as frequent as possible.
******************************************************************************************************************
autoUpdatePanel =
INET_RegisterPanelAutoUpdate webhandle, main_panel, INET_UPDATE_CLIENTPULL, "main_panel.jpg", "index2.htm", 0.0, 0);
******************************************************************************************************************
as you information, i am running labwindow 5.5 under window 98 with internet tooklit function,my internet connection is 512kbps broadband. so is it my network problem or is there any other option for labwindow to refresh the page faster?