Torque

Forums

Forums

Guest  

Show or hide header
Welcome Guest, posting in this forum require registration.




Torque » Torque OBD ECU Scanner » Torque Discussion / Ideas » New: Plugin support(3rd party add-ons, PIDs, etc)

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16
Author Topic: New: Plugin support(3rd party add-ons, PIDs, etc)
piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 7, 2011 (GMT)

No, it’ll calculate MPG if you ask for the PID, (and don’t have the “Dont calculate MPG/Fuel” option ticked)

mrnorm
Member
Posts: 6
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 7, 2011 (GMT)

Quote from admin on October 7, 2011
No, it’ll calculate MPG if you ask for the PID, (and don’t have the “Dont calculate MPG/Fuel” option ticked)

Sorry, that’s what I meant. I’m asking for the PID and “Dont calculate MPG/Fuel” is not ticked, but I’m still getting nothing from it :(

piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 7, 2011 (GMT)

Hm, that should be giving you data back if the MPG display in the ‘Realtime information’ screen in the app is showing data. Does it show a value in the Reltime info screen?

mrnorm
Member
Posts: 6
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 8, 2011 (GMT)

Ah yes! Got there in the end.. Was trying to convert it into a string (left over code), but I think the value was being interpreted as something else. and coming back ‘null’.. Stored it as a Float and it appears to be fine now.

Sorry for messing you around. Still a little new to Java. Too used to the forgiving PHP!

speed2006
Member
Posts: 60
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 9, 2011 (GMT)

It would be necessary PIDS for Honda Civic Type R (2007). If anyone knows anything, I would be grateful for it.

Samsung Galaxy S7 Edge
Android 6.0.1
ELM327
BMW 325i
Skype: uborka11

sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 11, 2011 (GMT)

Hi Ian!

Would it be possible to ask for the lateral and longitudinal values when requesting the accelerometer data?

Thanks,
.a

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 13, 2011 (GMT)

Hi

You mean like the Z Y and X axis? I’m not sure I’m 100% following what you mean :-)

sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 16, 2011 (GMT)

Quote from admin on October 13, 2011
Hi

You mean like the Z Y and X axis? I’m not sure I’m 100% following what you mean :-)

Ian, I mean coordinates along X and Y axis.

I saw that you have a G-meter display now, so I basically wanted to do the same thing…

thanks,
.a

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 17, 2011 (GMT)

Ah

You probably want these:

ACCEL_X_FILTERED       = 0xFF1250;
ACCEL_Y_FILTERED       = 0xFF1251;
ACCEL_Z_FILTERED       = 0xFF1252;
sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 17, 2011 (GMT)

Quote from admin on October 17, 2011
Ah

You probably want these:

ACCEL_X_FILTERED       = 0xFF1250;
ACCEL_Y_FILTERED       = 0xFF1251;
ACCEL_Z_FILTERED       = 0xFF1252;

Got it, thanks Ian!

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

JuliSniper2
Member
Posts: 11
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 20, 2011 (GMT)

Hello Guys, I’ve a problem with the Track Recorder.

The Plug-In itself works fine, recording with the cam while logging all the stuff i want. Playing the videos on the phone works fine, too.

Exporting the Videos doesn’t work, here the hardware I use:

Phone: Samsung Galaxy SII (Android 2.3.3)
Windows 7 64-bit Home Edition
Java 6 and later 7 installed.
Quad-Core AMD Prozessor 4x 3,4 Ghz

I followed exactly the instruction steps, means:
1) Java installed
2) Install Xuggle
3) Then i tested the JAR it without restart, didn’t work (like you predicted before, I know I didn’t believe 😛 ). Unistalles Xuggle, restart, installed Xuggle, restart.

The tried again, with Smartphone in “Samsung-KIES”-Mode and in “USB-Mode”, nothing happens. The Programm can’t find my videos :-(

What can i do? I’m really fascinated and enjoyed by Torque, but the fact that I can’t export the videos makes me really very sad :-(

However, thanks for programming such a useful tool!
Hope you have an idea, GreeZ Juli

speed2006
Member
Posts: 60
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 20, 2011 (GMT)

All answers are here

http://torque-bhp.com/forums/?wpforumaction=viewtopic&t=1175.0

Samsung Galaxy S7 Edge
Android 6.0.1
ELM327
BMW 325i
Skype: uborka11

JuliSniper2
Member
Posts: 11
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 20, 2011 (GMT)

thanks speed for your fast response, du u know on which page ~ it is? My englisch skills aren’t that good, so it will take a very long time for me to discover the whole tread.

But however thanks very much for your tip! :)

speed2006
Member
Posts: 60
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 20, 2011 (GMT)

Copy the ‘torqueRecorder’ folder from the phone to c:\ on PC then restart the app. You find it on phone: mnt/sdcard/torqueRecorder.

Samsung Galaxy S7 Edge
Android 6.0.1
ELM327
BMW 325i
Skype: uborka11

JuliSniper2
Member
Posts: 11
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 20, 2011 (GMT)

Doesn’t work dude :-(

I recorded in “High-Quality” if this information helps.

sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 24, 2011 (GMT)

Hi Ian,

I’m having a bit of a problem. It seems that the value returned for the ‘speed’ PID (0xD) is always zero.

I’m using the latest update.

Thanks,
Alex

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 24, 2011 (GMT)

Hi

Tested here and it’s working – if TorqueScan picks the speed up, as >0 then you should be able to pick it up as well (as TorqueScan uses the same method calls).

Are you passing ‘true’ to request the app update the value when you are requesting it?

sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 24, 2011 (GMT)

Quote from admin on October 24, 2011
Hi

Tested here and it’s working – if TorqueScan picks the speed up, as >0 then you should be able to pick it up as well (as TorqueScan uses the same method calls).

Are you passing ‘true’ to request the app update the value when you are requesting it?

Will check with the TorqueScan, thanks for the idea.

Here is how I request it:

float speed = torqueService.getValueForPid( SPEED_PID, false );

I pass false because I don’t want to incur a possible round trip to ECU. But as I’m writing this, I realized that if nobody else is asking for it with ‘true’, then nothing will ever be retrieved…

I will change that to ‘true’.

thanks,
.a

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

piemmm
Administrator
Posts: 6629
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 24, 2011 (GMT)

Hi

Yes, that’s correct. the PID will not be updated if you don’t ask Torque to update it – the true will not cause the method to pause however – it will just ask Torque to refresh the value which it will then do ‘behind the scenes’

sasha
Member
Posts: 122
Post Re: New: Plugin support (3rd party add-ons, PIDs, etc)
on: October 24, 2011 (GMT)

Quote from admin on October 24, 2011
Hi

Yes, that’s correct. the PID will not be updated if you don’t ask Torque to update it – the true will not cause the method to pause however – it will just ask Torque to refresh the value which it will then do ‘behind the scenes’

OK, great! Thanks for info :)

Just surviving, trying to avoid speeding tickets.

Try the Shift Lights for amazing Torque!
https://play.google.com/store/apps/details?id=com.alanco.ShiftLightsPro

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16
WP-Forum by: Fredrik Fahlstad, Version: 2.4
Page loaded in: 0.07 seconds.

  Follow me on twitter