Hello!
While using VAM and SIMACARS in our VA we found some discrepancies with the flight times are registered from SIMACARS and the actual flight time registered on the airplane clock. After doing some maths and "googleing" we found the clock on SIMACARS counts the seconds as 58...59...60...00...01. This means we are missing at least 2 seconds on each minute of the flight. If you consider a 10-12 hours flight you will lose around 24 minutes less than the original flight time which represents an average of 3% loss on the flight time.
So, I decided to step in and find how this information is sent to VAM, intercepted, fix the time, and return the correct time to the system, so the flight time is more accurate. I wrote a function in php and added to the receivevampirep.php script and it is working for us. I would like to know if there is any interest in adding this to a future version or bug fix on VAM.
Thank you!