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
FOME Simulator for Proteus F7 writes log files with different variable names/missing variables than log files created by hardware with TunerStudio
#465
Open
DenisMitchell opened this issue
Aug 15, 2024
· 0 comments
Logged variables have different names in the "fome_simulator_log.mlg" file that is generated by the simulator vs a log file generated by hardware/TunerStudio running the same firmware release.
For example, all of the idleStatus variables show up as idleStatus.dTerm, idleStatus.error in the MLG generated by the simulator, vs idleStatus_dTerm, idleStatus_error in the MLG generated by TunerStudio on actual hardware.
I'm not sure if there is something automatically changing underscore to period somewhere. I also see some variables wholesale missing from the simulator generated MLG. For example, only Idle: Stepper target position and Idle: Timing adjustment(deg) are present in the simulator generated MLG file, whereas the MLG file generated by TunerStudio includes Idle: Target RPM, Idle: Target A/C bump, Idle: coasting, Idle: cranking, and more than a handful of others.
I cannot locate the source of this issue on the repository.
The text was updated successfully, but these errors were encountered:
Firmware: "rusEFI (FOME) release_231224.2024.03.04.proteus_f7.3033743810"
Logged variables have different names in the "fome_simulator_log.mlg" file that is generated by the simulator vs a log file generated by hardware/TunerStudio running the same firmware release.
For example, all of the idleStatus variables show up as idleStatus.dTerm, idleStatus.error in the MLG generated by the simulator, vs idleStatus_dTerm, idleStatus_error in the MLG generated by TunerStudio on actual hardware.
I'm not sure if there is something automatically changing underscore to period somewhere. I also see some variables wholesale missing from the simulator generated MLG. For example, only Idle: Stepper target position and Idle: Timing adjustment(deg) are present in the simulator generated MLG file, whereas the MLG file generated by TunerStudio includes Idle: Target RPM, Idle: Target A/C bump, Idle: coasting, Idle: cranking, and more than a handful of others.
I cannot locate the source of this issue on the repository.
The text was updated successfully, but these errors were encountered: