skiselkov
Members-
Posts
473 -
Joined
-
Last visited
-
Days Won
38
Content Type
Profiles
Forums
Latest X-Plane & Community News
Events
Downloads
Store
Everything posted by skiselkov
-
Hey there, I think you're fighting another issue here. If you're using yoke-linked steering, that's X-Plane only giving you some very limited steering authority. I'd recommend using one of your axes on the throttle quad as a rudder. With a rudder axis bound, you will get the full +-20° steering authority on the nose wheel, which combined with the TBM's short wheelbase will give you plenty of steering authority even around very tight spaces. For brakes, just using the regular 'B' key (brake effort regular) will provide sufficient braking during a landing or speed control. In absence of a brake axis, the system simulates gradual application of the brakes on a 'B' keypress, so you can "pulse" the key to get partial braking. It won't be as smooth as a true axis, but it won't slam on the brakes with full force right away.
-
[SOLVED] Support new VATSIM departure/arrival ATISes
skiselkov replied to intelfx's topic in Technical Support
Added support in v1.6- 1 reply
-
- 2
-
I had a look at this and it doesn't appear to be a bug or badly implemented track indicator. What you are seeing is the accurate magnetic ground track donut. The problem appears to be that the database-provided magnetic variation for the Pine Bluff VOR/DME is incorrect. You are quite correct that the databases say it's 4°E. However, and here's a funny one: the Pine Bluff airport near to the VOR/DME is is declared as 2°E: Now, as to how the airplane knows its magnetic heading - the IRSes contain a magnetic variation database, which is valid from 2020 through to 2025. The IRS feeds the current date + position and this database computes the actual magnetic variation expected at that position and that's what you're seeing on your avionics. And here's the kicker: the magnetic variation database says the actual magnetic variation should be around 0.3°WEST: Similar results using the IGRF magnetic model: You can run the computations for select positions yourself here: https://www.ngdc.noaa.gov/geomag/calculators/magcalc.shtml Investigating enroute charts, there's a 3 degree declination change over the span of a mere 65 miles. This seem to suggest that the Pine Bluff VOR/DME is misaligned and needs to be realigned IRL: To summarize: doesn't look like a bug to me. Seems more like either the navaid is misaligned IRL, or the navigational database needs to be updated.
-
[SOLVED] FMS FLIGHT LOG PAGE - FUEL USED RESET
skiselkov replied to richjb's topic in Technical Support
Implemented, will ship in update 1.5 -
To edit the appearance, you need to load into the airframe. You are currently in non-persistent mode, so the airframe you have showing there isn't currently loaded. Simply select the "FLY" button and then once the airframe is loaded, you will be able to edit the appearance.
-
Hey Jean-Luc. Please check breaker CBP-1 K1 and make sure it isn't pulled out.
-
[SOLVED] Plane doing weird summersalt
skiselkov replied to JustNotWillem's topic in Technical Support
Your anti-virus software is acting up: F:\X-Plane 11/Aircraft/X-Aviation/CL650/plugins/systems/win_x64/systems.xpl : Error Code = 225 : Operation did not complete successfully because the file contains a virus or potentially unwanted software. That's what's causing this. Please filter out the X-Plane folder from the A/V software's scan areas. -
That's not an error, that's how a Collins FMS draws a flyover waypoint.
-
In the Challenger v1.4 we're introducing a new capability for the THRUST LIMIT page - selecting either derated (FLEX) or maximum (MTO) takeoff modes. Please see the attached PDF for a description how to set these up. CL650_FLEX_MTO.pdf
-
- 13
-
This is just rounding noise from the aux system. During refueling, the forward and aft aux tanks get filled first due to refueling ejectors picking up fuel from the center aux. Then when you remove refueling pressure, the fuel sloshes back to the center aux under gravity. This can manifest as summing noise on the total fuel value in here. Basically, don't worry about it.
-
[NO RESPONSE] few days without CTD but its back again...Log attached
skiselkov replied to tull's topic in Crash To Desktop
I'm not really sure this is one of ours. This appears to be somewhere deep inside FMod, which we don't control. Probably best to report this to Laminar. -
Thank you for the excellent report and the FMS file. Made it trivial to figure out why it wasn't working. Fix will be included in V1.3 update.
-
Please always post a Log.txt with your report.
-
[FIXED v1.3.1] Navigraph Charts set up in CL 650
skiselkov replied to redboers's topic in Technical Support
I've added a new method of random number generation in V1.3. -
Confirmed, the fix for #2508 addresses this as well. However, I've added more hardening against zero-length DF legs causing issues.
-
Isolating plugins won't be necessary in this case. The issue is somewhere in the FMS code ,just trying to determine if it's been fixed already or it's something new.
-
[SOLVED 2473] CTD - Happening when SmartCars do a Pause at TOD
skiselkov replied to SirValinor's topic in Crash To Desktop
UPDATE! Apologies for closing this one apparently prematurely. I got a few more reports of this and started investigating deeper. There was indeed a memory leak that was consuming memory continuously, at a rate of roughly 400 MB/hr. So after 10 hours, it would have consumed 4000 MB. If you were doing a long multi-sector flight on a machine with 16GB or less of memory, or perhaps left the sim open overnight, this was most likely an issue of out-of-memory crashes. Anyway, fixed in update 1.3. Apologies again for prematurely closing this issue.