IndyJay
Veteran Member
- Joined
- Apr 23, 2021
- Messages
- 1,425
- Location
- S.E. Indiana
- Tractor
- 2021 Kioti DK4510MS w/Loader, Grapple Prev: Massey 1250
I’m a standard transmission guy - only experience with HST is my Husky lawn tractor. Is there no neutral on the range selector? For the sake of this exchange however, I would prefer to think of that as a hydrostatic brake. If the engine is running, and all you have to do is step on a pedal to get the tractor to move - then can it Really be called neutral?
According to the boolean logic, yes.
&& = "AND"; || = "OR"
Bottom diagram is engine STOP control:
For Manual: IF "seat is empty (off) " AND "parking brake not engaged (open)" > STOP engine
<OR>
For HST: IF "seat is empty (off)" AND "HST pedal neutral SW not in neutral (on)" > STOP engine
Looks like the interlock is not even looking at PTO for the engine "stop" condition, only for engine "start".