sunair Posted December 22, 2015 Report Posted December 22, 2015 Hi There, i use an addon for live route show for PHPVMS. It works amazing, but i see sometimes a straight line, the problem is my acars program (or phpvms) sends/recieving just every 2 minutes an update of my position. Is there a way to change that to 1 minute or something? I hope you can help me! Thanks a lot Jelle Quote
Members Vangelis Posted December 22, 2015 Members Report Posted December 22, 2015 What acars software do you use ? As far as i know the majority uses a hardcoded timer so there is no way to change it Quote
sunair Posted December 22, 2015 Author Report Posted December 22, 2015 Hi Vangelis, I Use the Cacars software, he said it has an update timer from 1 minute. So you say i cannot change it by myself? Quote
Moderators Parkho Posted December 27, 2015 Moderators Report Posted December 27, 2015 Hi Vangelis, I Use the Cacars software, he said it has an update timer from 1 minute. So you say i cannot change it by myself? You can't change the ACARS client refresh time but you can change the default live map refresh time to 1 minute in local.config.php. Config::Set('ACARS_LIVE_TIME', 720); Default number is 720 minutes which you can change to 1 minute if you haven't already done that. Quote
Heritage1 Posted January 2, 2016 Report Posted January 2, 2016 Yes you can change this, as sunair above mentioned, I have mine set to; Config::Set('ACARS_LIVE_TIME', 420); Also in the Line above that, forgot what number, look for config file, that also can be changed, mine is set to ever 20 seconds, and it works, if you need the script let me know, sorry , on my laptop right now. Jim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.