Skip to content
Mickael Gaillard edited this page May 16, 2020 · 3 revisions

Frequently Asked Questions

My winch is very slow ?

check openwinch/constantes.py file constant :

LOOP_DELAY = 0.01  # Delay in second of main loop.
WINCH_DIAM = 0.2   # Diameter in meter.

How to change the mode of Way ?

Change OW_MODE environment variable to specific mode : Mode.OneWay or Mode.TwoWay

Not use RaspberryPI board, how to change board ?

Change OW_BOARD environment variable to specific board :

  • RaspberryPI : openwinch.hardwarePi.RaspberryPi (you can remap GPIO in hardware_config.py file)
Clone this wiki locally