Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Cache Data is not meant to be reading the spreadsheet every update when you are connected to iRacing. It should only do that when you are not connected to iRacing, and then it will update once per second. This is so people can use spreadsheet bindings without iRacing connection, otherwise the bindings would never work.

When connected to iRacing, the spreadsheet should be static by default unless you force it to update. You can force it to update with the above script (run Parse), or by changing any property of the spreadsheet (which I think is also only possible by a script).