I have these problems for STI 08 EUDM, I expect the new version.
Thank you
cboles wrote:OK - there is a new version up now that should fix the SSM and float bugs. I'm still working on the SSM CAN ECU ROM patch. I'm adding some cool stuff that should also make the logging of multi-byte parameters (such as floats) more than twice as fast. These patches could also be added to K-line ROMS, where the speed improvement is more desperately needed.
Mart wrote:Hi Colby,
problem solved with float for me.
Mart wrote:Hi Colby,
problem solved with float for me. However, I noticed that paramater Engine Load (Relative) (SSM 0x07) always stay at 99.998 in my log on my 06 STI.
I can see the Engine Load ( Extended parameters ) g/rev moving around but the standard SSM parameter seem stuck. Is it normal?
Please more info about that ROM patch for multi-bytes parameters!!
thanx
Mart
MattS00 wrote:Today I noticed that coolant temp is not reporting correctly with the beta release, but it appears to be reporting correctly in evoscan. I have a 2000 Eclipse with a h8/539 ecu. The request id and scaling forumla is the same in the OP2.0 and evoscan. For some reason when trying the OP2.0 beta the data is inverted. I get higher numbers when the engine is colder.
<parameter id="P30" name="Accelerator Pedal Angle" desc="Accelerator pedal angle." ecubyteindex="11" ecubit="2">
<address>0x000029</address>
<conversions>
<conversion units="%" expr="x*100/255" format="0.00" />
</conversions>
cboles wrote:MattS00 wrote:Today I noticed that coolant temp is not reporting correctly with the beta release, but it appears to be reporting correctly in evoscan. I have a 2000 Eclipse with a h8/539 ecu. The request id and scaling forumla is the same in the OP2.0 and evoscan. For some reason when trying the OP2.0 beta the data is inverted. I get higher numbers when the engine is colder.
Is this something that has changed in the latest release, or has it always been the case?
paramname=pedal_angle
paramid=0x29
scalingrpn=x,0.3921569,*haproot wrote:Quick question. How would I log Accelerator Pedal Angle? Throttle seems to give the actual throttle plate angle. Here's what I found in the logger.xml.. actually it's all I could find. Also my IDC doesn't seem to be calculating properly. It's over 100 all the time. Thanks.![]()
- Code: Select all
<parameter id="P30" name="Accelerator Pedal Angle" desc="Accelerator pedal angle." ecubyteindex="11" ecubit="2">
<address>0x000029</address>
<conversions>
<conversion units="%" expr="x*100/255" format="0.00" />
</conversions>
cboles wrote:that would be:
- Code: Select all
paramname=pedal_angle
paramid=0x29
scalingrpn=x,0.3921569,*
type=mut2
paramname=RPM
paramid=0x21
scalingrpn=x,31.25,*
trigparam=RPM
condition=gt
value=1800
action=start
trigparam=RPM
condition=lt
value=7000
action=stopTephra wrote:Colby,
Can you give me a quick howto on how to do something like:
when TPS > 80, then stop logging a certain item
Can it be done?
Cheers
David
Return to Openport Stand-Alone Logging Beta
Users browsing this forum: No registered users and 1 guest