The guide wheels retraction system now requires a locking mechanism to hold the wheels solidly in position at low speed. This uses an aluminum plate on each wheel arm, which is driven into place with a car door lock motor. To automate the startup process 6 Hall Effect sensors are used to ensure the locks are correctly positioned. More PCBs are needed for the sensors at each wheel, and another PCB for AND gates to combine the sensors into 3 pairs, and optocouplers as I have used the 12v Main for the sensors. This has become somewhat complicated, and requires more micro pins. I am now using a 40 pin micro, the Picaxe 40X2. This has 2 individual PWM timers and seems quite suitable for the job. The programming is no more complicated, and an excellent simulator is provided with the free software.
The locking function needs to know the rotational speed to work correctly. This is achieved by retrieving codes from the tacho Picaxe micro. This uses 3 outputs, which gives 8 codes. The first startup speed is zero, after that output codes are for ranges of speed.
For sequence testing, a
small setup has been made ,using a rotary switch and 18 pin Picaxe to output the codes in the correct sequence. It has LED lights to visibly ensure the codes are correct. This will enable the complete program and mechanisms to be tested with the rotor stationary.