Jump to content
SAU Community

Recommended Posts

oh as well

here are all the valid menu items

http://paulr33.skylinesaustralia.com/docs/...werfc-faq.htm#4

and here is their controller menu logic

the image is a little blury i know

but i can sequence them up too

http://paulr33.skylinesaustralia.com/docs/...erfc-faq.htm#4a

to be honest, i cant make heads or tales of that road map/flow chart...lol

you know what would make it easy...set up a photo shoot and take clear pics of the screen displays. then its all a matter of cropping and you will end up with something that looks like the real thing. beats duplicating each screen manually.

  • 9 months later...

hi guys

there was someone working on this but ive lost the original e-mail / PM

please drop me a note if it was you - i want to continue with this

ive got my own hosting now so i am ready - anyone else interested in doign this?

hi guys

there was someone working on this but ive lost the original e-mail / PM

please drop me a note if it was you - i want to continue with this

ive got my own hosting now so i am ready - anyone else interested in doign this?

Is it just as simple as link buttons to pages? lol

I'd give it a go :P

yep thats it

all i want is a working mock up of the hand controller

then later on ill add in help text and english translation text and other junk

but basically i want a clickable mock up hand controller to let you use it if it was a real one

i want it for a learning tool for new users and also so that tuners can show owners how to do basic functions etc

here are all the required images

i basically want them linked together in a single clickable window / app / interface

it can be java, html, flash, anything as long as its on a webpage i dont care

http://www.paulr33.com/downloads/hand_controller_images.zip

here are all the required images

i basically want them linked together in a single clickable window / app / interface

it can be java, html, flash, anything as long as its on a webpage i dont care

http://www.paulr33.com/downloads/hand_controller_images.zip

I just downloaded the zip and had a look at the pics...

And since I don't have a PFC myself, all those pics didn't make sense to me lol, I just can't figure out what is going on xD

Maybe you can draw me like a tree diagram? lol

Charles, look on Paul's power fc site, theres a tree diagram on there.

and Gday Paul, been a while, I was the one working on it for you, I have not forgotten about it, nor plan to quit, the main problem is time, back at uni and was working fairly solidly over the holidays.

Also, my limited knowledge in the language I'm programing in makes things slower as I have to ask alot of people questions about things I want to do.

I'll send you the code again, just need to find it :P

P.S I'll email you about a few other things you may be interested in.

promise once I have finished this assignment due on the 26th I'll get going on it again. spoken to will about help... he rekons theres a few better ways I could have done things and he'll help me after 26th (we are working on the same assignment together atm)

  • 2 weeks later...
promise once I have finished this assignment due on the 26th I'll get going on it again. spoken to will about help... he rekons theres a few better ways I could have done things and he'll help me after 26th (we are working on the same assignment together atm)

How about going one step further and making an app to use as a display once the iphone is hooked up to the pfc?

How about going one step further and making an app to use as a display once the iphone is hooked up to the pfc?

lol, baby steps... I heard the iphone language is similar to C, give us time to finish this one..

Paul, Will and I will have a crack at making advancements on this tomorrow, for now, I finally found the old project that was on one of my old laptops.

clicky

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

  • Latest Posts

    • Yeah, they look good. I should try to fit them on mine. But being a GTSt, the guard shape probably doesn't suit properly.
    • Nah, it's not a simple voltage divider. I'm not enough of an electronics guru to know how they make these circuits work. If I had a better idea of how the ECU's temperature measuring is done, I could then actually do as you want, which is turn that resistance chart into a voltage chart. But my approach has not worked. What I did was interpolate the sensor ohms values for the temperatures you listed, as you did not have any of them on a temperature ending in zero or 5. These are: °C ECU V sensor ohms (interpolated) 58 2.68 11.85 57 2.7 11.89 56 2.74 11.93 54 2.8 12.01 49 3.06 12.208 47 3.18 12.284 43 3.37 12.42 I then assumed 5V supply to the resister and calculated the voltage drop across the sensor for each of those, which is just 5 - the above voltages, and then calculated the current that must be flowing through the sensor. So you get:             Values in sensor °C ECU V sensor ohms (interpolated) Supply volts Volt drop Current 58 2.68 11.85     5 2.32 0.195781 57 2.7 11.89     5 2.3 0.19344 56 2.74 11.93     5 2.26 0.189438 54 2.8 12.01     5 2.2 0.183181 49 3.06 12.208     5 1.94 0.158912 47 3.18 12.284     5 1.82 0.14816 43 3.37 12.42     5 1.63 0.13124 And then use that current and the ECU's sensed voltage (which must be the voltage drop across the in ECU resister is there is one) to calculate the resistance of that in ECU resistor. You get:             Values in sensor   Other resistor °C ECU V sensor ohms (interpolated) Supply volts Volt drop Current   Volt Drop Resistance 58 2.68 11.85     5 2.32 0.195781   2.68 13.68879 57 2.7 11.89     5 2.3 0.19344   2.7 13.95783 56 2.74 11.93     5 2.26 0.189438   2.74 14.46381 54 2.8 12.01     5 2.2 0.183181   2.8 15.28545 49 3.06 12.208     5 1.94 0.158912   3.06 19.25592 47 3.18 12.284     5 1.82 0.14816   3.18 21.46325 43 3.37 12.42     5 1.63 0.13124   3.37 25.67816 And that's where it falls apart, because the resulting resistance would need to be the same for all of those temperatures, and it is not. So clearly the physical model is not correct. Anyway, you or someone else can use that information to go forward if someone has a better physical model. I can also show you how to interpolate for temperatures between those in the resistance chart. It's not fun because you've got to either do it like I did it for every 5°C range separately, or check to see if the slope remains constant over a wide range, then you can just work up a single formula. I'm just showing how to do it for a single 5° span. For the 58°C temperature, resistance = 11.77+2*(11.97-11.77)/5 The calc is a little arse backwards because the resistance is NTC (negative temperature coefficient), so the slope is negative, but I'm lazy, so I just treated 58 as if it was 2 degrees away from 60, not 3 degrees away from 55, and so on.
    • Um.... This is not easy. I will have a fiddle with it, but make no promises. I think, given the explicit resistances vs temperature, and your ECU measured voltages, it should be possible to match them up. I will do that by assuming a 5V supply from ECU to sensor, find out how much current would have to flow to produce that voltage, then use that current as a .... nah f**k. That won't work. The supply voltage is fixed, but there's nothing to say that the ECU regulates the current too. Um... I dunno. I guess there's a voltage divider setup in the ECU. As in, there's another resistance between the ECU's sense terminal and ground. That way, as the sensor resistance changes, that's how they get a floating voltage that varies with the temperature, without having to control the current. Give me a minute or 3.
    • *that* is a question for chatgpt (or someone that understands maths....but I'd try chatty). Drop them the table and ask for the formula
    • Alright. Exhaust has been looked at, and booked in 'soon'. I'm not 100% convinced it's going to be as good as possible but I'm going to go with it anyway. If I get a reasonable thing that works for 10 years I mean that's twice as long as I've lived with the current one. I have a more pressing issue. I have fixed my MPVI3 (by buying a new one). Excellently, one can wire in analog 0-5v inputs to the ECU itself. I had wideband already via Serial so I also wired it in via the direct input. The idea being I can use the standalone logging without a laptop and have Wideband data in it. The other wire I thought I'd use oil temp. This is where I've gone crazy. HPTuners requires you to implement a formula so you know how much volts = how much temp. This seems relatively simple to me. However I cannot find the scale for this anywhere on the internet, nor decipher how to figure it out without removing the sensor from the car. All I know is that voltage actually goes up as temperature goes down. I am using the actual gauge, so I can see what the temp is. The signal wire has been branched off into the MPVI3. EXAMPLE: 2.68v = 58C 2.7 = 57C 2.74v = 56C 2.8V = 54C 3.06V = 49C 3.18V = 47C 3.37V = 43C I think the gauge is 50-150C. It may be more. It may be less, because I can't find it for the love of f**k. It appears all the information about the gauges I have has been scoured from the internet, but the sender is VDO 320.021 I believe the resistance chart is this How the f**k do I convert this to a voltage? Once I have a voltage... I then have to perform this transform of said voltage to show it in the scanner: https://www.hptuners.com/help/VCM-Scanner/Content/vcm_scanner/defining_a_transform.htm @GTSBoy you're probably my only hope here TEST YOUR MIGHT
×
×
  • Create New...