History of MembersPage/TrondPedersen
Older Newer
2005-05-06 15:46:29 . . . . MembersPage/TrondPedersen [Moved questiones to another page]
2005-05-05 06:12:01 . . . . MembersPage/SteenAndersen [Answer to Q aoobout wbo2 config.]
2005-05-04 18:54:17 . . . . MembersPage/TrondPedersen [Q about 2xWBO2 and pump Zero DC]
2005-05-03 19:31:59 . . . . MembersPage/TrondPedersen [Q about 2 Wbo2]
2005-05-02 19:40:35 . . . . MembersPage/TrondPedersen
2005-05-02 19:02:54 . . . . EmilLarsson [maybe swapped rx/tx ?]
2005-05-02 17:43:37 . . . . MembersPage/TrondPedersen [No reply with serial cable.]
2005-04-05 18:16:21 . . . . MembersPage/MarcellGal [answered questions]
2005-04-04 15:20:00 . . . . 37.80-203-121.nextgentel.com [Q about: Assembled vems.]
2004-10-11 11:25:00 . . . . MembersPage/TrondPedersen [think i got it]


Changes by last author:

Changed:
The board is a ver 3.1 with serial 93.

----

== Questions: ==

Question:

A friend of mine want to buy a 3.2, I dont have the time to help him with the soldering so he is probably going to buy an assembled 3.2.

The assembled controller includes

* knock sensor interface (1 channel available on EC18 pin3)

* EGT sensor interface: not by default, but order AD597AR and ask (in order note) for free install. Also order K-thermocouple connector if you prefer to fit it to the end of flying loom compensational cable.

* currently no: ibutton interface

* 10 TO220 FETs default

* 8 TO220 IGBTs default

* DPAK FETs or IGBTs: on request

Finally soldered the inductor and fuse in on my GenBoard.

Made myself a serial cable and connected it to the board, powered it up with 12 volt and 0.5amp from my power supply.

And:

Nothing.

Nothing shows on bray terminal.

Checked the cable,its ok.

Shorted the rx and tx on the cable and checked the computer side of the connection. It's ok.

Measured 12 volt in and 5 volt out from the voltage regulator, ok

Checked and vcc on the mega128 got 5 volt so the board should have all its power...

Any ideas? What have I done wrong?

- Maybe swapped RX and TX, try swapping them ?

That did it.

Used Robs step by step guide, see now that it is for a female DSUB, while i use a cable and connect it directly to the serial port. the GenBoard/BuildProcedures/SerialPort page cleared it up.

thanks.

----

How do you enable both wbo2 sensors?

Suppose I have to configure both individually but cant seem to find anything on how this is done in the wiki/manual.

(Running a v8 with one sensor to each bank)

The same question goes to EGR.

I can't find anything about where to connect sensor #2.

MembersPage/TrondPedersen/Questions
Added:
The board is a ver 3.1 with serial 93.
Deleted:
Soldered everything that GenBoard/Manual/WBSensorControllerCompleting stated.

Powered the board up and tried to check Pump Zero DC, its -3.2 volt!

Tried to change this in confix.txt and loaded it up but it's not changing.

Measured +4.05 volt on pump- (pin 7 on the econoseal 18) and 0.803 on pin 9.

Any ideas?

MembersPage/TrondPedersen/ConfigTxt

A: by MembersPage/SteenAndersen

Your values in config.txt is way off. I see that you specify

<code>

wbo2_nernstdc_target=08

</code>

where i have a value of 0xA6. When i adjusted i mesured voltages across nernst cell (pin 13 & 18 in EC18).

* wbo2_nernstdc_target=95 -> Vnernst = 0,40V

* wbo2_nernstdc_target=E4 -> Vnernst = 0,62V

Your value for

<code>

wbo2_pump_pw_zero=84

</code>

also seem a bit high. I have 0x64 on my board, and it changes approximately by N*0.2Volt. So you should try wbo2_pump_pw_zero=65 or so, and mesure for 0.0Volt across Pump(+) and Pump(-) that pin 7 & 9 on EC18.

Anyway i think you should read the rather long WBO2 configuration process in the html manual, found in

[html manual section 4.2 wbo2] and make your config.txt more complete as 1.st step.

Also you can snatch another users config parameters for wbo2 as starting point, as i did. f.i. my parameters so far, that is working in my car is.

<code>

#############################################################

# ================ EGO enable and WBO2 =============

# ==== config13

#define ODDFIRE 0 // 0:normal, 1:odd-fire

#define O2_WB_SENSOR 1 // 0:narrowband, 1:diy-wb

#define CONTROL_STRATEGY 2 // 0:speed-density, 1:alpha-N

#define BARO_CORRECTION 3 // 0:off, 1:on

config13=02

#####################################################################

# ====================== WBO2 ===========

# normal board (UNCONFIRMED VALUES)

# wbo2, target Ri (pulse amplitude) [5V/8192]

# wbo2_ri_target=96

# OPA amplification, g = 270/75 + 1 = 4.6

# Vadc = g * (5 - Vnernst)

# Vnernst DC at sensor wire = 4.45V # Vnernst DC at adc = 4.6 * (5 - 4.45) = 2.53

# nernstdc_target = Vadc / g * 256 = 141 = 0xA6

# wbo2, target nernstDC [5V/256]

# wbo2_nernstdc_target=A6 ; must be adjusted to sensor.

#

# wbo2 config set by test, see. my history page

#

# Works fine, warmup about 40-60 sec. total, before La:x.xx shows on LCD.

wbo2_warmup_ramp=C0

wbo2_warmup_target=FF

wbo2_abs_limit=E4

wbo2_limit_maxt=A0

wbo2_fallback=60

wbo2_retry_t=06

wbo2_edgetime_min=62

wbo2_calibration=C3 # Measured in free air to 20.95 %o2 reading on LCD.

wbo2_edgetime_corr=BA

wbo2_pump_pw_zero=64 # measured for board 182 (3.94V)

wbo2_ri_target=96 # yes i readjusted for Ri=150

wbo2_nernstdc_target=A6 # for 0,45V nernst voltage measured

# smaller signal, higher PID values:

# Not configured yet

#

# Not sure about what values, just hacked from others.

wbo2_heater_pid_kp=46

wbo2_heater_pid_ki=10

wbo2_heater_pid_kd=1A

wbo2_heater_pid_ilimit=80

wbo2_pump_pid_kp=40

wbo2_pump_pid_ki=2E

wbo2_pump_pid_kd=08

wbo2_pump_pid_ilimit=84

wbo2_ri_confidence_scale=80 # ????????

</code>