Modify ↓
Opened 12 years ago
Closed 12 years ago
#162 closed defect (implemented)
Squawk incorrect standby upon landing
Reported by: | Owned by: | István Váradi | |
---|---|---|---|
Priority: | minor | Milestone: | General availability |
Component: | datacollection/fsuipc | Keywords: | squawk, standby |
Cc: |
Description
Log:
15:42:06: Touchdown heading: 313 degrees
15:42:06: CG: 23.7%
15:42:06: NAV1: 117.30 (140°)
15:42:09: Spoilers deployed
15:42:39: Transponder was standby during LANDING (0.0)
15:42:41: Flaps 0 - 37 knots
15:43:05: --- Taxi ---
15:43:05: Flight time end
Transponder was incorrectly considered to be standby upon landing as the fokker sets it automatically. Apparently it sets the transponder to standby after 30 sec after landing or so, maybe it is speed related.
Offered solution: squawk shall not be checked from flare until taxiing.
Attachments (0)
Change History (6)
comment:1 by , 12 years ago
Status: | new → accepted |
---|
comment:2 by , 12 years ago
Milestone: | → General availability |
---|
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Status: | accepted → implemented |
---|
comment:5 by , 12 years ago
Status: | implemented → delivered |
---|
comment:6 by , 12 years ago
Resolution: | → implemented |
---|---|
Status: | delivered → closed |
Note:
See TracTickets
for help on using tickets.
Changed the default transponder checking to use the the condition value!=1 instead of value==0. This might solve transponder check problems for this type.