A decoding of incomming inputs makes your program more simple and flexible. Then you can easily adapt to a change in the wiring, and easily share the same program with another winch with only minor corrections.
Each winch can be in one of these 6 modes:
- Inactive
- Wirecut
- TotSlow
- TotFast
- PullLow
- PullHigh
-
Inactive means that the winch are doing nothing, except keepting little resistive tension in the wire if the wire is being pull out. This is to avoid “tape jam” on the wire/drum.
The resistiv tension is typical set to 5-10 kg.
Wirecut means that the wirecut is active.
TotSlow is a function to pull in the wire with a very slow speed and typically only 10-20 kg tension.
TotFast also pulls with only 10-20 kg but with a higher speed, typically 30 km/h.
The function is very usefull when you have to pack down the winch and the wire is not pulled in.
PullLow and PullHigh are the two modes that can pull the pilots into the air. These are default set to 50kg and 85 kg respectively. Both modes starts with a sequence that slowly pulls in the wire with a little tension (like TotSlow) and ramps up the tension if the winch detects that a pilot is coupled to the wire in the other end.
Only difference between PullLow and PullHigh is the tension.
Hanggliders typically starts directly in PullHigh.
Paragliders starts in PullLow and shifts to PullHigh when they reach the treetops.
The commandoword “CMD_W” tells the actual mode by a number. The decoding of binary input signals allows an easy and flexible connection between the physical electric input to the PLC and the program.