Page 1 of 1

programable outputs qeustion

Posted: Sun May 20, 2012 10:38 pm
by nathanhardy
I noticed today that the two programable outputs that i have on the car witch are shift light and an IC water sprayer work but don't work the why i'd understand them to work, i set the shift light to come on when rpm>6500 and tps>30 i noticed that it comes on when it just meets one of those setting and not both like i would think the (and) would make them both need to be met??

Its not a big deal to me but wanted to see if it me or something else!

Re: programable outputs qeustion

Posted: Mon May 21, 2012 3:37 am
by jsmcortina
Post your MSQ.

Re: programable outputs qeustion

Posted: Mon May 21, 2012 8:52 am
by nathanhardy
jsmcortina wrote:Post your MSQ.
Here you go! Thanks James, i hope i didn't find something broken in the firmware i dont want to make u work harder than you have too :D

Re: programable outputs qeustion

Posted: Mon May 21, 2012 9:25 am
by Matt Cramer
nathanhardy wrote:i set the shift light to come on when rpm>6500 and tps>30
The MSQ is the opposite: You have set it to come on when RPM < 6500 and TPS < 50. However, the "Trigger Value" is zero - so that means turn the output off when these criteria are met, and on whenever they aren't.

Re: programable outputs qeustion

Posted: Mon May 21, 2012 10:10 am
by jsmcortina

Re: programable outputs qeustion

Posted: Mon May 21, 2012 9:33 pm
by nathanhardy
So from what I read it seems that I need to have my trigger value set to 1??? My outputs work just not the and part.. So if I'm sitting in my drive and push the pedal past 50 engine off it turns the shift light on or if I rev past 6500 it comes on but the way I have it set it should only come on if both are met..

Re: programable outputs qeustion

Posted: Tue May 22, 2012 3:51 am
by jsmcortina
You need to use a trigger of "1" and use ">" (greater than) for the conditions.

Presently you are using negative logic, in that case the "and" works like "or"
i.e."if rpm is LESS THAN your set point AND tps is LESS THAN than set point then turn light OFF."
That is the same as "if rpm is greater than your set point OR tps is greater than set point then turn light on."

What you actually want is
"if rpm is GREATER THAN your set point AND tps is GREATER THAN set point then turn light ON."

I'm not sure why you need the TPS element though.

James

Re: programable outputs qeustion

Posted: Tue May 22, 2012 5:06 pm
by nathanhardy
I'm not sure why you need the TPS element though.
my CEL is my shift light just dont want the lady's getting scared if they see the light come on... like on a date or something!!!!!


Thanks for the clearing that up!!!