Type "ODTS 1"type odts1

This design started as inversion of the "Morris" type, with the aim to avoid the reversal gear for the platform. Well, it works but the road wheels need to be ridiculously large. On the other hand the track width can be made really small!. The adapted equations:
(a:) n4 * rot4 + n9 * rot9 - (n4 + n9) * rot3 = 0
(b:) n2 * rot2 - n3 * rot3 = 0
(c:) n6 * rot6 - n7 * rot7 = 0
 The remaining constraints:
(d:) rot1 = rot2
(e:) rot4 = rot7
(f:) rot5 = rot6
(g:) rot9 = rot10
Composition (POV is from top respectively from far right):
(d=>) rot1 = rot2
(b=>)    = (n3 / n2) * rot3
(f=>) rot5 = rot6
(c=>)    = (n7 / n6) * rot7
(e=>)    = (n7 / n6) * rot4
(a=>h:) n4 * (n6 / n7) * rot5 + n9 * rot10 - (n4 + n9) * (n2 / n3) * rot1 = 0
To make it "south-pointing" requires, that if rot5 is held 0, rot10 has to be exactly one turn when wheel 1 of diameter d1 covered one full circle (centre at wheel 5's contact to the ground, radius equal to track width t):
(i:) d1 * rot1 * PI = 2 * t * PI
(j:) rot10 = 1
(k:) rot5 = 0
(h=>) n4 * (n6 / n7) * 0 + n9 * 1 - (n4 + n9) * (n2 / n3) * rot1 = 0
rot1 = (n3 / n2) * n9 / (n4 + n9)
(i=>) d1 = 2 * t / rot1
The same method can be applied to calculate the required size for wheel 5: If rot1 is held 0, rot10 has to be exactly one turn when wheel 5 of diameter d5 covered one full circle (this time centre at wheel 1's contact to the ground, radius equal to track width t):
(l:) d5 * rot5 * PI = 2 * t * PI
(m:) rot1 = 0
(h=>) n4 * (n6 / n7) * rot5 + n9 * 1 - (n4 + n9) * (n2 / n3) * 0 = 0
rot5 = (-1) * (n9 / n4) * (n7 / n6)
(l=>) d5 = 2 * t / | rot5 |

Given Parameters (Your choice !)

Reference
Size Description
2
n2[teeth] Bevel gear, fixed to wheel 1
3
n3[teeth] Bevel gear, fixed to vertical shaft
4
n4[teeth] Bevel gear, freerunning on vertical shaft
6
n6[teeth] Bevel gear, fixed to wheel 5
7
n7[teeth] Bevel gear, fixed to wheel 4
8
n8[teeth] Bevel gear, freerunning on horizontal shaft, which in turn is fixed to central vertical shaft
9
n9[teeth] Bevel gear, freerunning on vertical shaft
10
- Pointer platform, fixed to wheel 9
T
t = [length units] Track width

Derived Parameters

Reference
Size Description
1
d1[units of t] Roadwheel, freerunning on axle
5
d5[units of t] Roadwheel, freerunning on axle

© odts 2001