MembersPage/SteenAndersen/Questions (2005-04-29 05:38:49)

Sub-page for questions for MembersPage/SteenAndersen

Questions

My subpage for questions that i need an answer to. Questions witch i have solved or feel is answered is moved to MembersPage/SteenAndersen/History page


I downloaded and compiled the new release [release 1.0.11 since 2004-11-24]from GenBoard/UnderDevelopment/FirmwareChanges page.

I Can'not get the WBO2 to work right. In GenBoard/Manual/Config/WBoxygen it say's to "set config.config13 bit1=1 to enable WBO2 ", so my \n

config13 = 0x02 

should be right, also cheked others config.txt to confirm. But nothing happens when i turn on the engine, LCD shows ?.??.

If i send mde02 command it starts WBO2, and it works fine, but not the egoC:, no display on LCD stays on 0.00

How do i turn on WBO2 without issuing a command ? (when board starts)

Also on the LCD, there seems to be some minor errors, on one page (think it was page3) a strange looking character was in one position, not a numeric or alphabetic character.

Also i don't have egt: sensor and would like Vbatt, or Engine status (S=Startup,A=Accelerating,D=Decelerating ...) in page 1 on LCD. I looked in lcd_display.c and found\n

PGM_VOID_P lcd_line_03[] PROGMEM = { 
	lcd_pw, lcd_space, 
#ifdef LCD_IAC_PREFERRED
	lcd_iacstr, lcd_iacpos, 
#else	// display EGT
	lcd_egtstr, lcd_egt1,
#endif	// LCD_IAC_PREFERRED
	lcd_idlerpm, LINEEND2
};

Maybe one could put an option to display Vbat and engine status.

All of the above problems where not present when i had v.8 of firmware uploaded in vems. So it's like new bug's or undocumented features.