invernyx / smartcars-3-bugs

The bug tracker for the smartCARS 3 application
3 stars 0 forks source link

[BUG] - Flight Time is Logged Rather Than Block Time #229

Closed bryan737dfw closed 1 year ago

bryan737dfw commented 1 year ago

Describe the bug

When filing a flight report the logged time represents the flight (air) time rather than the block (gate to gate) time. This causes pilots to not receive proper credit for all hours in command of the flight.

How do you reproduce this bug?

  1. Fly a flight.
  2. File report.

Expected behavior

The block time (gate to gate/out to in) should be logged. Or there should be a configurable option for which time to log.

Screenshots

This shows the OOOI times for the flight: SC3-block-times

Can see that the flight time was logged: SC3-pirep-notes

Operating system

Windows 10 22H2

Community airline

Noble Air

smartCARS Version

0.10.1

Plugins installed

Chat, Flight Center, Flight Tracking, Logbook, Map

Additional context

No response

dcherrie commented 1 year ago

I would say that AIR TIME should be what is displayed in smartCARS same as SC2 and counts up, not block time. Pilots get paid for being on the ground, but its the air time that goes in their log.

15:15 flight was actually an air time of 14:53 which is confusing cause I use that time to compare to simbrief flight duration and realised the 22 minute different because I started the clock on-board.

image

Thien42 commented 1 year ago

The behavior is intentional, because otherwise as @dcherrie mentioned the time spent on the ground would be counted towards the pilots stats which is also not right

dcherrie commented 1 year ago

The behavior is intentional, because otherwise as @dcherrie mentioned the time spent on the ground would be counted towards the pilots stats which is also not right

@Thien42 is it intentional for this to count upwards from when the application and started tracking rather than from pushback or takeoff?

image
Thien42 commented 1 year ago

The behavior is intentional, because otherwise as @dcherrie mentioned the time spent on the ground would be counted towards the pilots stats which is also not right

@Thien42 is it intentional for this to count upwards from when the application and started tracking rather than from pushback or takeoff?

image

Yes

dcherrie commented 1 year ago

The behavior is intentional, because otherwise as @dcherrie mentioned the time spent on the ground would be counted towards the pilots stats which is also not right

@Thien42 is it intentional for this to count upwards from when the application and started tracking rather than from pushback or takeoff?

image

Yes

So for example, I've started my tracker earlier in my turn-around and it currently says 25 minutes before I've even pushed back and when my actual off-block time from simbrief is still 15 minutes away.

This count isn't really relevant if it doesn't show air time or pushback time but only shows when you started the tracker. A few of our VA pilots have already complained that their flight time in our system isn't what smartCARS says and thinks we are short changing them.

jordanhavard commented 1 year ago

Perhaps this can be an option in Central that will allow VAs to display it as

bryan737dfw commented 1 year ago

Our VA (and I believe many other VAs) credit block time (off the gate to on the gate) for pilot flight reports.

I was specifically thinking of what was on the filed report, but agree with others that in SC3 the elapsed time should also reflect the block time... I think that is what it does in SC2. (I'll pay more attention to what I see within the SC3 client during my next flight)

Maybe capture all four OOOI times and then have an option for the VA to specify if they wish to log "out" to "in" (block) -or- "off" to "on" (air) on the filed PIREP.

dcherrie commented 1 year ago

Our VA (and I believe many other VAs) credit block time (off the gate to on the gate) for pilot flight reports.

I was specifically thinking of what was on the filed report, but agree with others that in SC3 the elapsed time should also reflect the block time... I think that is what it does in SC2. (I'll pay more attention to what I see within the SC3 client during my next flight)

Maybe capture all four OOOI times and then have an option for the VA to specify if they wish to log "out" to "in" (block) -or- "off" to "on" (air) on the filed PIREP.

Current SC2 timer shows air time.

bryan737dfw commented 1 year ago

In relation to what gets logged when filing the flight report...

SC2 Log (PIREP): image

External logging program: image

SC2 is logging the block time for the PIREP. Although technically, in SC2 it logged from start of pushback until the aircraft ground speed got to 0 or 1kts after landing.

dcherrie commented 1 year ago

In relation to what gets logged when filing the flight report...

SC2 Log (PIREP): image

External logging program: image

SC2 is logging the block time for the PIREP. Although technically, in SC2 it logged from start of pushback until the aircraft ground speed got to 0 or 1kts after landing.

Ahh, sorry. You have taxi time to be included in your VA SC2. We don't have that option enabled in our VA.

FartherBranch55 commented 1 year ago

Just for clarification, I am the holder of a commercial pilot license in Australia and we always log time when the aircraft is started and moving, including run up and taxi time, because as soon as you start moving you are commanding the aircraft and so is logged as flight time. So for me to have the option in flight center to use block time would be welcome.

GenericNerd commented 1 year ago

This is a tough one because per phpVMS, the input is "Flight Time" as indicated in the original issue. This to us means air time, from takeoff to touchdown. If phpVMS indicated "Block Time" I'd immediately agree. As this is not the case, I do not believe this is a bug, but instead intentional behaviour.

I think @jordanhavard may have the best approach to this issue and we may want to look into providing a setting as part of the flight tracking plugin. For the sake of keeping this issue scoped, we recommend that someone creates a suggestion for this feature.

bryan737dfw commented 1 year ago

I am very disappointed that this was the decision, but do hope that this is given high consideration to be added a "feature".

These are the definitions of block, flight, and air time of which I am aware:

Flight time or block time is an aviation term referring to the total amount of time spent piloting aircraft, and serves as the primary measure of a pilot's experience. Flight time is defined by ICAO as "the total time from the moment an airplane first moves for the purpose of taking off until the moment it finally comes to rest at the end of the flight", and thus includes time spent taxiing and performing pre-flight checks on the ground, provided the engine is running. In commercial aviation, this means the time from pushing back at the departure gate to arriving at the destination gate.

Air time is defined as "the time from the moment an aircraft leaves the surface until it comes into contact with the surface at the next point of landing".

GenericNerd commented 1 year ago

Flight time or block time is an aviation term referring to the total amount of time spent piloting aircraft, and serves as the primary measure of a pilot's experience. Flight time is defined by ICAO as "the total time from the moment an airplane first moves for the purpose of taking off until the moment it finally comes to rest at the end of the flight", and thus includes time spent taxiing and performing pre-flight checks on the ground, provided the engine is running. In commercial aviation, this means the time from pushing back at the departure gate to arriving at the destination gate.

Air time is defined as "the time from the moment an aircraft leaves the surface until it comes into contact with the surface at the next point of landing".

I agree with your definition of block time and air time, but flight time isn't a term that is grouped under "Flight Time" per what I could find. A quick Google search shows that there are conflicting responses between air time and block time. For this reason, my original response still stands, but there is now #251 which should hopefully address this in the future.