I’m hoping for a bit of nudge in the right direction, as the subject says I’d like VMSAcars to show the speed when certain events happen (gear raised/lowered flaps raised/lowered).
To be honest I’m not really sure what I’m doing or if it is even possible. I have VMSAcars Premium & I am running the latest stable release of VMSAcars.
What you want or seek is already a part of vmsAcars log entries, you can see an example below from one of my old reports. Every logged action was being reported back to your phpVMS with location, heading, altitude and speed value.
And this is what it looks like nowadays with latest version of vmsAcars.
Technically speaking, the values are still reported back and saved in your database, just the textual display is removed (and i think this is better because it gives us more control over the display). Depending on your needs you can still reach them via some custom work (like displaying only, evaluating etc.) As an example, by editing your pireps/show.blade.php you can have something like this.
I just added some fields to show you the possibilities, location is there too.
The Hero part is certainly very accurate!!
Thank you so much for turning me in the correct direction, I don’t think I could have been more off track with the direction I was going if I had tried.
I appreciate you taking the time out of your day with pictures and a code example to help me out.
My pleasure, glad it helped a little and gave you some direction
If you need to use them for evaluation purposes, I mean like having a check for gear or flap operation speeds you have two options;
Custom rule (vmsAcars premium feature, still being enhanced by development)
Custom module (running at web, can run when a pirep gets filed and check log entries for some specific text and then compare speed/altitude, apply a penalty or write a comment etc.)
Above example is for the web, to display stuff but can give you ideas about how to access the log entries.