Skip to content

Vehicle Emission and Fuel consumption logs in File Output #35

Answered by kschrab
muralikrishnat29 asked this question in Q&A
Discussion options

You must be logged in to vote

It is possible to configure the FileOutput to write out fuel/emission values. For example, the output_config.xml of
the Barnim scenario already includes such configuration. You would need to add the following entries to your configuration:

<subscription id="VehicleUpdates">
    <entries>
        <entry>"VEHICLE_EMISSIONS"</entry>
        <entry>Time</entry>
        <entry>Updated:Name</entry>
        <entry>Updated:VehicleEmissions.CurrentEmissions.Co2</entry>
        <entry>Updated:VehicleEmissions.CurrentEmissions.Co</entry>
        <entry>Updated:VehicleEmissions.CurrentEmissions.Hc</entry>
        <entry>Updated:VehicleEmissions.CurrentEmissions.Pmx</entry>
        <entry>Updated:Vehi…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pv2-0
Comment options

@kschrab
Comment options

Answer selected by muralikrishnat29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants