History of MembersPage/DTechnologies/Hayabusa/Config
Older Newer
2005-06-17 10:45:26 . . . . MembersPage/MarcellGal [more notes]
2005-06-16 20:44:29 . . . . MembersPage/DTechnologies [Added a question...tweaked some variables]
2005-06-16 18:32:53 . . . . MembersPage/DTechnologies [Set values for 'channels'...hope they're good.]
2005-06-15 02:27:13 . . . . MembersPage/DTechnologies [updated iac_conf. iac_sol_channel question]
2005-06-14 03:39:11 . . . . MembersPage/DTechnologies [Updated crank_minper]
2005-06-14 03:18:19 . . . . MembersPage/DTechnologies [Minor updates. Still lots of ???]
2005-06-14 00:18:20 . . . . MembersPage/DTechnologies [Updated req_fuel value]
2005-06-14 00:17:59 . . . . MembersPage/DTechnologies
2005-06-12 20:59:38 . . . . MembersPage/MarcellGal [corrected many entries]
2005-06-12 01:35:03 . . . . MembersPage/DTechnologies [Updated req_fuel value]
2005-06-11 21:29:36 . . . . MembersPage/DTechnologies [Added config code for review]
2005-06-11 19:25:07 . . . . MembersPage/DTechnologies [config planning. Code to be added later today.]
2005-06-11 18:43:59 . . . . MembersPage/DTechnologies
2005-06-11 18:00:20 . . . . MembersPage/DTechnologies
2005-06-11 17:47:59 . . . . MembersPage/DTechnologies
2005-06-11 17:46:52 . . . . MembersPage/DTechnologies
2005-06-11 17:21:38 . . . . MembersPage/DTechnologies
2005-06-11 17:18:58 . . . . MembersPage/DTechnologies


Changes by last author:

Changed:
* I think I'm going to use P259_4 for the idle solenoid relay. If INJFET_4 can handle a steady 5 amps (no PWM), I might use it instead.

* I just realized that having act_rpm control my air shifter is only half of the equation. I also need to have the ignition cut for an instant to unload the gears in the transmission. Can this be done simply via the config file (ignition only rev limiter maybe?...or something) or will I need to do some custom modifications to the code?

* I think I'm going to use P259_4 for the idle solenoid relay. Since INJFET_4 can handle 5 amps easily (no PWM), I might use it instead. Just don't forget to set up element 4 in h[0], see GenBoard/Manual/DigitalOut/Table

* I just realized that having act_rpm control my air shifter is only half of the equation. I also need to have the ignition cut for an instant to unload the gears in the transmission. This cannot be done simply via the config file (ignition only rev limiter not implemented.. fuelcut based ruled out ?) => someone will need to do some custom modifications to the code.

Changed:
req_fuel=1C #5.6ms = 56 micro seconds = 0x38/2=0x1C
req_fuel=1C #5.6ms = 56 * 100 micro seconds = 0x38/2=0x1C
Added:
# TODO: don't forget to set element7 of h[0] for the desired mask of outputs
Added:

# replace spaceholder with real masks from GenBoard/Manual/DigitalOut/Table

# F23 are fuel control outputs for injectors for cyl 2 and 3

# F14 are fuel control outputs for injectors for cyl 1 and 4

h[0]=<F23> <F14> .. .. <mask for idle solenoid if iac_sol_channel=INJFET_4 chosen> .. .. <mask for act_rpm_channel=INJFET_7>