Hi All,
So I have been working on a dashboard panel that will get live XML data everything 5 seconds. when I set a timer to read the XML data every 5 seconds, it is almost like the file gets locked. it never seems to update. If i set the timer to update greater than 10 seconds it updates fine.
I feel like it could be that I am leaving the file open after I read it I am using the ogscript.parseXML function, should I be closing the XML file after I have read it?
Thanks for any help
Curtis