MembersPage/KeithHargrove (2006-03-16 04:43:08)

Question? I seem to hove somthin not right can some one look at my config at the bottom and see if it looks ok for triggering on this wheel.

Hall

showing the tooth cut out of my Spica pump drive wheel

had 36 teth now I only have 35 left.

FI_wheel_pickup_closeup.jpg

This is my 2nd proto

pickup.jpg

pickup_split.jpg

pickup_in_cover.jpg

This is my first proto

I will remake it now and clean stuff up

hall.jpg

hall2.jpg

VW COP

cop_inch.jpg

Too long for the 4cly

cop_spyder.jpg

Looks like I can make it work for the V6

cop_vs_75_OEM.jpg

cop_75_top.JPG

cop_75_side.jpg

75_v6.jpg

The pinout

if there is a power-NPN inside I think we will need to add a small NPN (2N3904), eg. on the IGBT pads:

Let me note that stepper driver could drive the NPN almost directly, through a resistor (and very fast!) if we allowed any digitalout()-pin for ignition in edis.c (not just the ign259 outputs).

vw_cop_06b905115e_sch.gif

1J0973724 might be the plug for the VW coil as vw etka lists them


Triggering

I have been working on a easy way to retrofit older cars with no tiggers.

The proposed GenBoard/InputTrigger setups below are optimized for fast startup (little time spent in cranking).

"They are not simpler than the supported (ncyl/2*N - m) missing tooth crankwheel setup (like a vanilla 24-1, 36-1 or 60-2),"

How is making a "Vanilla 24-1, 36-1 or 60-2" + some cam pickup(we need to know when to fire the coils and which cyl to inject to)

simpler the breaking off 2 tabs and adding a hall.

but with appropriate firmware support they can find out the engine position faster at cranking.

Anyway, I like the documentation format. We need to explain the direct ign setups on DummyIgnition page (or rather subpages) in a similar way:


This is not the simplest for a 4 cyl.

It is not?? OK what is simpler that will do seq. injection and drive the 4 coils?

4cyl.jpg

The pickups are 180° apart.

If the 2 pickups were ANDed it would look like a it had 4 tabs not 2

so with this we can see 8 edges one every 45° of the encoder or 90° crank

We can add more tabs if we want. 4 tabs would give 22.5° on the encoder and 45° on the crank.

With this we get:


This is a old example of a simple trigger for 6 cyl.

trig_w_b.gif trig_w_a.gif

The pickups are 60° apart.

Pickup A is even. and pickup B is odd.

With this I can get sync after the first Gap.

So I will not have the crank and crank untill #1 comes around to get sync.

also if one fails I should be able to still get sync after no more the 2 gaps (1 gap past the working pickup) and use softwate timing for the missing pickup.

This can go ether on a cam or inside a distributor.


injector connectors

http://www.machv.com/fuelincon.html $12

http://www.racetep.com/injcon.html $10

http://www.clewett.com/products/connector.htm $4.50 + $2.50 for 5 pins ($3.85each for 8)

good pics here

http://shop.store.yahoo.com/eagleday/ampconnectors.html

tyco info

http://catalog.tycoelectronics.com/TE/bin/TE.Connect?C=17458&M=FEAT&LG=1&I=13

827551-3(black type C) very common pin 927846-1

826008-1(grey typa A) 826008-5 (black)

825414-1(grey type b)

the -x is the color


injectors to buy

http://www.fiveomotorsport.com/Injector_SetsBMW.asp


http://www.dune-buggy.com/turbo/partslist.htm

more info


Yay I got it to GO!!!

2 things I found one was there was a port conflict on port A3

so I changed to

  1. define LED_STATUS 1
  2. define LEDPORT PORTD
in hwdef_v3.h

now I get the pulses from the header JP1

the 2nd thing was that a reflash did not load etc/config.mtt

so I needed to

cat etc/config.mtt /dev/ttya


mcd\n

# config july 06 2005
# config july 03 2005
# WBO2 config from Dave Brul
# 36-1 cranktrigger (had 36 teeth cut one off now it has 35)

# Priming pulse at -40 F [100 usec] eg. 0x80 * 100uS = 12.8 msec
primep=20
# Priming pulse scaling at 170 F (0x80=half, 0xFF=same as cold) 0xA0 = ~63%
primep_temp_scaling=A0

# typically cwh =~ 0.2 * cwl
# Cranking pulsewidth [x100 usec] at -40F (-40C) eg. 0xE0 * 100uS = 22400uS
cwl=E6
# Cranking pulsewidth [x100 usec] at 170F ( 76.6C) eg. 0x40 * 100uS = 6400uS
cwh=30

# Cranking threshold [x100 rpm] eg. 0x03 * 100rpm = 300rpm
cranking_thres=03

# Afterstart warmup enrichment (%added value) 0x50 = +80%
awev=26 # +48%
# Afterstart warmup scaling at 170 F (0x80=half, 0xFF=same as cold) 0xA0 = ~63%
awev_temp_scaling=90
# Afterstart number of engine cycles, NOTE: This is not ignition events anymore
# 0x80 means 128 cam rotations = 256 crank rotations = appr. 16 sec
awc=FF

# injectors ?unknown? cc @ 3bar
# engine 1598 cc
# at 6000 RPM and MAP=100kPa I think 80% duty is reasonable: 8msec real pulsewidth
# when j=117 (*1.17) and l=0x59 (*1.13)
# so 6.1msec = 61
# HackStart:
# req_fuel=2b
# =01
# Normally:
req_fuel=64
divider=02

# alternate injectors, and fire all at cranking
alternate=15

# ==================== TRIGGER ====================
# tooth wheel, active trigger tooth
# after the missing tooth (00: right after missing tooth)
# so that trigger tooth is ~60 degrees BTDC
# I think ours should be 10 .. 11
trigger_tooth=1
ign_tdcdelay=78 # 80 degrees
toothrel_missing=89
toothrel_normal=7F

# dwell used when VBatt >= 14V (64 usec). usual range for COP coils: 1.5-2.2mS.
# 0x10 = 1024 usec
# 0x20 = 2048 usec
# 0x2c = 2816 usec
# 0x32 = 3200 usec
# 0x36 = 3456 usec
ign_dwell14=10

# dwell enlargement [27 usec] (above dwell14) when VBatt = 6V
# 0x30 = 1296 usec
# 0x40 = 1728 usec
# 0x60 = 2592 usec
# 0x80 = 3456 usec
ign_dwell6=43

# ================ 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
# config13=00

# Min RPM for ego enabling [100rpm]
# 0x08 * 100rpm = 800rpm
# 0x0C * 100rpm = 1200rpm
ego_minrpm=04

#================= WARMUP ============================
# warmup_clt_range defines the temperature bins used for interpolation
# the values in warmup_clt_range is degrees Fahrenheit + 40
# C = 5/9 * F - 40
# F = 9/5 * C + 72
warmup_clt_range[0]=00  # -40.0 C
warmup_clt_range[1]=15  # -28.8 C
warmup_clt_range[2]=28  # -17.7 C
warmup_clt_range[3]=3C  #  -6.6 C
warmup_clt_range[4]=50  #   4.4 C
warmup_clt_range[5]=64  #  15.5 C
warmup_clt_range[6]=78  #  26.6 C
warmup_clt_range[7]=8C  #  37.7 C
warmup_clt_range[8]=AA  #  54.4 C
warmup_clt_range[9]=C8  #  71.1 C

#  Warm up enrichment as function of temperature, biased at 100 (0x64)
# enrichment @-40.0C
warmup_clt[0]=C0 # * 1.44
warmup_clt[1]=B4
warmup_clt[2]=AB
warmup_clt[3]=A8 # * 1.36
warmup_clt[4]=A0 # * 1.32
warmup_clt[5]=9A
warmup_clt[6]=8C # * 1.12
warmup_clt[7]=7F
warmup_clt[8]=73
warmup_clt[9]=65 # * 1.0
# no enrichment (0x64==100 which is *1.0) @71.1C and above

# above warmup_clt[] values are applied at lowest RPM.
# added fuel due to warmup is only 86.3 % (*256) at highest RPM (last r[] bin)
warmup_rpm_scale=DD

injopen=20 # 32*16 usec
battfac=10 # +- 16 * 16usec depending on VBATT
injocfuel=08 # max rampup time at VBATT=7V is 8 * 24 usec
injrampup_battfac=FF # min rampup time is injocfuel*77%


# MAP range [2kPa] 0: use A/B lookup table
# 2.5 bar MAP sensor: 8D
# 1.15 bar MAP sensor: (hexa) 39
# 5.1 bar MAP sensor (impressive boost !!): FF (max value)
kpafac=7f
# ofs=52 and kpafac=33 showed higher than real kpa at low pressure
# according to VE learning (lowkpa j decreased)
kpaoffs=a4

# TODO: PWM-ing
injpwm=38
injpwmt=08
injpwm6=20

# 4 Cylinder (12000/4) = 3000 (0x0BB8)
rpmk[0]=0B
rpmk[1]=B8

# 0: TPSDOT, 1: MAPDOT acceleration enrichment
tpsdot_kpadot_conf=00

# Accel TPSDOT threshold (throttle sensitivity), this specifies the 
# minimum rate of change to enable any acceleration enrichment
tps_thresh=05

# Acceleration duration [0.1 sec] eg. 0x0A * 0.1 = 1 second
tpsasync=02

# Acceleration cold multiplication factor, biased at 0x64 eg. 0x64 - bias = 0
acmult=64

# Cold acceleration added amount (at -40 F degrees) [x100 usec]. eg. 0x14 * 100uS = 2000uS
tpsacold=05

# Rate of change bins for use with tps_thresh. If 14 =< actual delta(throttle position) 
# < 28 then tpsdotrate[1] is the active bin.
# define the tps-dot bins: d(tps)/[0.1 sec]
tpsdotrate[0]=05
tpsdotrate[1]=0E
tpsdotrate[2]=20
tpsdotrate[3]=40

# TPS acceleration amount (fn TPSDOT) [100 usec]. This is the acceleration enrichment 
# pulsewidth, the active bin is determined by tpsdotrate[].
tpsaq[0]=08
tpsaq[1]=12
tpsaq[2]=17
tpsaq[3]=1B

# Deacceleration fuel cut, 100(0x64) means no fuelcut because of sudden tps-release. 
# This can cause lean condition, misfire, kill-the-cat etc, so take care. 
# 00 would be rough behaviour, other value under 96% (0x60) is dangerous, I'd leave it at 100%:
tpsdq=64

# Decel fuelcut enabled above threshold [x100 rpm] eg. 0x0F * 100 = 1500rmp
decel_fuelcut_thres=FF

# Overrun fuelcut: injectors disabled above this [x100 rpm] 
# 16 (0x10) x 100 = 1600rpm when engine.tps <= config.iac_tps_thres (TPS fully released)
overrun_fuelcut=10

# Overrun fuelresume, injectors reenabled below this [x100 rpm] 
# eg. 13 (0x0D) x 100 = 1300rpm. Must be lower than overrun_fuelcut.
overrun_fuelresume=0F

# Rev limit (hard) [x100 rpm] eg. 0x4B * 100rpm = 7500rpm
rev_limit=40

# Use to avoid enleaning of AFR when idling due to increased intake air temperature. 
# A value of 98 (decimal) will limit the leaning of AFR at idle to 98% at 25C degress.
airden_ignore=62

# ============ config11
#define MAP_SENSOR      0  // 0:mpx4115ap, 1:mpx4250ap
#define ENGINE_STROKE   2  // 0:4-stroke, 1:2-stroke
#define INJ_TYPE        3  // 0:port injection, 1:throttle body
# bit 7-4 defines no of cylinders
config11=30

# 4 cyl
config12=30


mt_unused=00
# Calibration of the voltage divider (VBatt)
# the calibration is downscale only, if you use the v3.0 voltage divider 
# resitors (100k, 20k -> ADC0 = VBatt / 6 ), a good starting value would be FF, 
# if you have the new v3.1 voltage divider (75k, 22k -> ADC0 = VBatt / 4.409) 
# BB would be a good starting value (BB = FF / ( 6 / 4.409))
batt_cal=fC

# Fast idle temperature, open solenoid valve under (fastidle - 40 Fahrenheit): 
# if you want 88F, set 88+40 = 128 = 0x80
fastidle=80

# mean barometric pressure
baro=64

# max allowed difference in barometric pressure, else use baro=0x64 (100 kPa)
dbaro=0C

# tps, min adc-count
# with the strangely connected TPS tps_low > tps_high
tps_low=20

# max adc-count
tps_high=F0

# Temperature when fan will turn on degC eg. 0x55 = 85degC
fan_temp=55

# fun_temp-fan_hyst=temp when fun will turn off 0x55 - 0x09 = 0x4C (76degC)
fan_hyst=09

# coolant fan, output selection (digitalout)
fan_channel=FF
# IAC configuration ###########################################################
#(0,1),(2,3)
#(A,B),(D,C)
# c9=0b11001001=3,0,2,1
# 0 0   0 1
# 1 0   0 0
# 0 0   1 0
# 0 1   0 0

# d8=0b11011000=3,1,2,0
# 0 0   0 1
# 0 1   0 0
# 0 0   1 0
# 1 0   0 0

iac_step_seq=c9

#config.iac_conf bits:
#bit4=1 advance_control // 0: off 1: enabled
#bit3=1 precise_idle   // 0: on/off 1: pwm/stepper based
#bit2=1 stepper_iac    // enable stepper based iac
#bit1=1 low_power_halt 1    // don't move iac if batt < 8V
#bit0=0 power_off_iac   // power off stepper 1 step cycle after each move
# turn off stepper, so iac_sol_channel can be driven via mdi.. to drive MAT (ran out of variable R for stimulator)
# 7e=0b0111 1010
iac_conf=7a
iac_sol_channel=77
iac_max_steps=FF

# enable overrun fuelcut and iac below this.
iac_tps_thres=05

# C = 5/9 * F - 40 = 66.1 C
iac_cold_idle_temp=A0

# C = 5/9 * F - 40 = 70.6 C
iac_warm_idle_temp=D0

# 0x60 = 960 rpm
iac_cold_rpm=74
# 0x50 = 800 rpm
iac_warm_rpm=67
iac_cold_start_pos=E2
iac_warm_start_pos=B0

# rpm added to target rpm after starting, for the duration of iac_afterstart_duration
iac_afterstart_rpm=1F
# iac afterstart rpm for the duration of 32 * 0.1 = 3,2 seconds
iac_afterstart_duration=20
# steps per 160 rpm ??
iac_afterstart_steps=04

iac_kp=25
iac_ki=10
iac_kd=30
iac_integral_speed=C0
iac_integral_limit_dec=05
iac_integral_limit_inc=E0
iac_integral_deadband=0A
iac_deadband=05

# bit0=1 enable asymetric behavior
iac_pid_conf=01
iac_overclose_interval=B8

iac_ign_advance_change=28
iac_ign_retard_change=20
iac_ign_advance_limit=10 # max 4 degrees
iac_ign_retard_limit=18 # max 8 degrees
iac_ign_threshold=08 	# above 2 degrees

iac_ref_pos[0]=35 # -40.0 C # 60 %
iac_ref_pos[1]=34 # -28.8 C # 60 %
iac_ref_pos[2]=33 # -17.7 C # 60 %
iac_ref_pos[3]=32 #  -6.6 C # 56 %
iac_ref_pos[4]=31 #   4.4 C # 53 %
iac_ref_pos[5]=30 #  15.5 C # 50 %
iac_ref_pos[6]=2F #  26.6 C # 50 %
iac_ref_pos[7]=2E #  37.7 C # 48 %
iac_ref_pos[8]=2D #  54.4 C # 47 %
iac_ref_pos[9]=2C #  71.1 C # 45 %

# EGO configuration ###########################################################

# config.ego_conf defines:
# bit0 define PID_EGO_CONTROL 0				// only if my_make has NBO2_PID_EGO_EXPERIMENT
# bit1 // #define WBO2_SENSOR 1				// see config13
# bit2 // #define INCREDIBLE_EGO_CONTROL 2 	// always used for WBO2
# bit4 // #define EGO_NBO2_TARGET 4 killed, dangerous with corr.lambda used unconditionally
# ego_conf, bit5:NBO2_adc7 bit0:PID
ego_conf=07 # 07 variable afr

# Step size (percent) [0.4%] eg. 0x02 * 0.4% = 0.8%
ego_delta=01

# Time constant (engine cycles) for changing correction factor
ego_lag=04

# Min coolant temperature for ego enabling[F] eg. 0xC2 = 194degF (108degC)
# C = 5/9 * F - 40
# 60 degrees celcius
ego_coolant=00 #C2

# Max TPS position for ego correction
ego_maxtps=FF

# Max percent to lean/rich afr[0.4%]
# 0x10 * 0.4% = 6.4%
# 0x30 * 0.4% = 19.2%
# 0x80 * 0.4% = 51.2%
ego_lean_limit=1D  # 20 during tuning
ego_rich_limit=28  # 60 during tuning

# Max rpm for O2 correction [100rpm] 0x32 * 100rpm = 7500rpm
ego_maxrpm=FF

# Max MAP for O2 correction[kPa] 
ego_maxmap=FF

# Warmup time [sec] eg. 0x3C (60 sec)
ego_warmup=3C

# ego_target = 51 * O2_sensor_voltage
ego_target=19

# incredible_ego speed limit: 80..c0
ego_pid_kp=40

# not used for the wbo2 incredible ego, only for NBO2_PID_EGO_EXPERIMENT
ego_pid_window=FF

# WBO2 ########################################################################

# wbo2 config with softpwm_act; softpmw_act_var is broken!!

wbo2_warmup_ramp=A0
wbo2_warmup_target=FF
wbo2_abs_limit=E4
wbo2_limit_maxt=A0
wbo2_fallback=60
wbo2_retry_t=06
wbo2_edgetime_corr=BA
wbo2_edgetime_min=50

# (2.55mA * 61.9 / 106.2 ) + 2.55 = 4.036299 mA
# 4.036299 * 510 Ohm = 2.058512712 V
# i measured +/- 2.06V -> Good!
# 1% is eaten by the 10k pump+ to pump- resistor
# but does the AE calibration value also match my Rcal of 106.2 ?

# o2 percentage of 'normal' air: 20.947%, calibrated to 20.95
wbo2_calibration=AE # A1 for the ETAS3 sensor with Rcal = 75.3 ohm

wbo2_pump_pw_zero=64

# wbo2, target Ri (pulse amplitude) [5V/8192]
wbo2_ri_target=a1  # 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 = 0x8D

# wbo2, target nernstDC [5V/256] 
wbo2_nernstdc_target=8f  # 8d

wbo2_heater_pid_kp=46
wbo2_heater_pid_ki=10
wbo2_heater_pid_kd=1A
wbo2_heater_pid_ilimit=A0

wbo2_pump_pid_kp=40 # 2E
wbo2_pump_pid_ki=01 # 1D 
wbo2_pump_pid_kd=00 # 08
wbo2_pump_pid_ilimit=E0 # 84 

wbo2_ri_confidence_scale=80


# KNOCK #######################################################################

# engine with bore 83mm and stroke 86mm
# f_knock = 900 / (pi*r) = 900 / (pi * 0.5 * 0.083) = 6.903 kHz 
# from datasheet tpic801.pdf page 10 table#1
# bandpass frequency selection 6.94 kHz is closest to 6.903 kHz
# filter setting = 29 hex (41 dec)

knock1_frequency=29 # ? 7 kHz ?
knock1_gain=40 # FF
knock1_integrator=14 # FF
knock2_frequency=29
knock2_gain=40
knock2_integrator=14

knock_conf=01
knock_sampling_window=F2
knock_default_retard=04
knock_max_retard=28
knock_maxrpm=05
knock_minrpm=FF
knock_advance_delay=50 # FF 
knock_advance_step=FF  # 
knock_noise_scale=d8
knock_retard_delay=FF
knock_retard_step=08 # 3.2 degrees
knock_threshold=FF 

##### VE auto-learning #####

ve_learn_coolant=D8    # 80 degress
ve_learn_max_power=ff
ve_learn_rpm_scale=1E
ve_learn_kpa_scale=1E
ve_learn_ego_scale=43
ve_learn_speed=FF  # 80 .. E0
ve_learn_limit=ff #30
ve_learn_min_weight=4D
ve_learn_conf=00  # 01 = on, during tuning

# lcd settings ################################################################

# no busypoll:
lcd_c0=FE
lcd_delay=FF
lcd_backlight=FF
lcd_offs[0]=FF
lcd_offs[1]=FF
lcd_offs[2]=FF
lcd_offs[3]=FF
lcd_default_view=00

# CAMSYNC #####################################################################

cam_sync_f_edge_phase=FF
cam_sync_r_edge_phase=FF
reset_engphase_after=FF

# tooth wheel, angular width of tooth
# for a 60 tooth wheel this is 360 / 60 = 6 degrees
tooth_wheel_twidth1=ff

# tooth wheel, angular width of missing tooth
# 60 - 2 wheel, 3 times tooth_wheel_twidth1 = 18 degrees
tooth_wheel_twidth2=ff

## trigger and ignout setup ###################################################

# trigger1, bit0 0:falling/1:rising, bit1 0:toothwheel/1:coil, bit2 0:no filtering/1:filtering
primary_trigger=01
# 00

# trigger2, bit0 0:falling/1:rising, bit1 0:toothwheel/1:coil, bit2 0:no filtering/1:filtering
secondary_trigger=02

# trigger again on tooth 30 (dec) further than trigger_tooth
another_trigger_tooth=09

tooth_wheel=23  #  teeth between the missing tooth
crank_minper=7f  # for std. coil tach signal

# crank advance = 10 degrees
ign_crank_advance=2E

ign_out=70     # EDIS:0x0? dummy: 0x7? disable:0xff bit0: invertout
ignchmax=05

engine_off_delay=08  # 2 seconds
# seconds [*0.262 sec] before fuelpump is turned off at poweron (without start of engine)
pump_on_mintime=10 # 4 seconds

# output selection for fuelpump (digitalout)
fuelpump_channel=FF
#INJFET_7

## ouput channels #############################################################

act_wot_rpm=FF		# WOT switch RPM threshold (FF=disable)
# used for stimout !! C0 gives good signal, noninverted 40 is much worse
act_wot_channel=26	# WOT switch output channel selector ; with disabled stepper and enabled mst..msp.. this can be fed back to trigger input (with series resistor and cap) for testing
act_rpm_rpm=FF		# RPM switch RPM threshold (FF=disable)
act_rpm_channel=FF	# RPM switch output channel selector  

misc1out_channel=FF
misc1out_maxmap=FF
misc1out_maxrpm=19
misc1out_maxtps=FF
misc1out_minmap=50
misc1out_minrpm=06
misc1out_mintps=20
misc2out_channel=FF
misc2out_maxmap=FF
misc2out_maxrpm=FF
misc2out_maxtps=FF
misc2out_minmap=FF
misc2out_minrpm=FF
misc2out_mintps=FF

## EXPERIMENTAL FEATURES ##################################################################
# injector staging
inj_stage2_rate=FF
inj_stage2_start_tps=FF
inj_stage2_start_map=FF

# ALS
als_lowrpm=FF
als_maxtps=FF
als_ignretard=FF
als_rich=FF
als_rev_limit=7F

# EGT
egt1_cal=40		# EGT calibration multiplier
egt1_offs=00	# EGT offset (signed)

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

boost_channel=FF
boost_conf=00
boost_minpressure=FF

# boost_channel=02
# boost_conf=61
# boost_minpressure=00

boost_pid_ilimit=ff
boost_pid_kd=01
boost_pid_ki=80
boost_pid_kp=20
boost_targetoffs=00

water_pump_channel=ff
water_pump_hyst=00
water_pump_temp=00

# always by MAP sensor
hybrid_rpm_a=00
hybrid_rpm_m=00


mct

j[0]=667F 667F 677F 697F 6E7F 717F 717F 737F B57F B17F 307F 577F

j[1]=677F 687F 6B7F 6F7F 757F 797F 7A7F 797F 857F 907F 987F A87F

j[2]=687F 6C7F 717F 787F 837F 887F 867F 827F 697F B57F 3A34 4E38

j[3]=6F7F 717F 797F 847F 917F 987F 987F 927F 207F 8D94 3D35 5543

j[4]=7B7F 7F7F 847F 8D7F 9B7F A47F A87F A17F A890 C3B3 5F30 9085

j[5]=827F 837F 8C7F 937F A87F B37F B97F B37F FFFF FFFF FFFF FFFF

j[6]=867F 8B7F 937F 9C7F AF7F B87F BF7F BE7F FFFF FFFF FFFF FFFF

j[7]=877F 8C7F 967F A07F B07F BA7F C57F C27F FFFF FFFF FFFF 647F

j[8]=FFFF 727F 0C07 727F 697F 777F 697F 207F B996 6E7F 6F7F 697F

j[9]=797F 1010 657F 207F 2017 2020 697F 207F 207F 6D7F 657F 1010

j[A]=1019 1010 2020 2020 2020 2020 1010 1010 1025 1010 1010 1010

j[B]=102A 1010 2020 2020 2030 0220 00B6 0011 808A 0000 0109 2001

l[0]=45 38 38 36 34 34 34 34 FF FF FF FF

l[1]=38 38 38 38 36 36 36 36 FF FF FF FF

l[2]=38 38 38 38 38 38 38 38 FF FF FF FF

l[3]=38 38 38 38 38 38 38 38 FF FF FF FF

l[4]=38 38 41 47 4F 4F 4F 4F FF FF FF FF

l[5]=45 45 4F 59 59 59 59 59 FF FF FF FF

l[6]=6A 6A FF FF FF FF FF FF FF FF FF FF

l[7]=FF FF FF FF FF FF FF FF FF FF FF FF

l[8]=FF FF FF FF FF FF FF FF FF FF FF FF

l[9]=FF FF FF FF FF FF FF FF FF FF FF FF

l[A]=FF FF FF FF FF FF FF FF FF FF FF FF

l[B]=FF FF FF FF FF FF FF FF FF FF FF FF

n[0]=FF FF FF FF FF FF FF FF FF FF FF FF

n[1]=FF FF FF FF FF FF FF FF FF FF FF FF

n[2]=FF FF FF FF FF FF FF FF FF FF FF FF

n[3]=FF FF FF FF FF FF FF FF FF FF FF FF

n[4]=FF FF FF FF FF FF FF FF FF FF FF FF

n[5]=FF FF FF FF FF FF FF FF FF FF FF FF

n[6]=FF FF 5F FF FF FF FF FF FF FF FF FF

n[7]=FF FF FF FF 6F 78 78 78 FF FF FF FF

n[8]=FF FF FF FF FF FF FF FF FF FF FF FF

n[9]=FF FF FF FF FF FF FF FF FF FF FF FF

n[A]=FF FF FF FF FF FF FF FF FF FF FF FF

n[B]=FF FF FF FF FF FF FF FF FF FF FF FF

k[0]=14 1E 28 32 3C 4B 5A 69 FF FF FF FF

r[0]=05 0A 0F 14 1E 28 32 40 FF FF FF FF

h[0]=01 02 04 08 10 20 40 80

h[1]=00 00 00 00 00 00 00 00

h[2]=00 01 02 03 04 05 06 07

b[0]=28 30 38 40 48 50 58 60 FF FF FF FF

t[0]=20 40 17 80 A0 C0 E0 FF


http://www.vems.hu/files/sly/megasquirt200507060159.msq

scope.gif