You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These controls should be investigated as it appears they're well out of range.
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value 67653.000000 (originally 67653.866106) is larger than max 65535 for M-2000C:N_RPM (address 29264 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -22977.000000 (originally -22976.957988) is too small for M-2000C:PSV_EL_G_EXT (address 29350 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -26619.000000 (originally -26618.951243) is too small for M-2000C:PSV_EL_G_INT (address 29352 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -27154.000000 (originally -27153.898158) is too small for M-2000C:PSV_EL_D_EXT (address 29356 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -22720.000000 (originally -22719.024424) is too small for M-2000C:PSV_EL_D_INT (address 29358 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -13108.000000 (originally -13107.001172) is too small for M-2000C:VTAC_10_DRUM (address 29518 mask 65535)
2024-06-01 08:57:17 ERROR MemoryAllocation.lua: value -13108.000000 (originally -13107.001172) is too small for M-2000C:VTAC_1_DRUM (address 29520 mask 65535)
The text was updated successfully, but these errors were encountered:
I'm guessing the ranges on these controls just (well, except for N_RPM, not sure what's going on there) just need their ranges adjusted from {0, 1} to {-1, 1}.
It's probably also worth taking a look at similar controls to see if they also have issues (e.g. VORILS_100_DRUM, PSV_DERIVE, etc)
These controls should be investigated as it appears they're well out of range.
The text was updated successfully, but these errors were encountered: