Skip to content

Commit 2cca86c

Browse files
committed
Documenting autoStop
1 parent a9d61d5 commit 2cca86c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,14 @@ modbusInterposeConfig("EK9100_3", 0, 2000, 0)
144144
- #### INIT
145145
146146
```
147-
#BeckConfigController(controller, axisRange, init, "encoder, watchdog, encoderPpr, encoderInvert");
148-
BeckConfigController("motorController", "0-1", init, "0, 0, 400, 0");
147+
#BeckConfigController(controller, axisRange, init, "encoder, watchdog, encoderPpr, encoderInvert, autoStop");
148+
BeckConfigController("motorController", "0-1", init, "0, 0, 400, 0, 1");
149149
```
150150
- encoder: [0/1] if an encoder is to be used. Up to now encoder is not supported, write 0.
151151
- whatchdog: [0/1] if a watchdog is to be used.
152152
- encoderPpr: the number of pulse per revolution of the choosen encoder
153153
- encoderInvert: [0/1] if the encoder is mounted contrary to movement rotation
154+
- autoStop: [0/1] if the limit switch should stop the motor movement or not. Default=1
154155
155156
- #### INIT CURRENTS
156157

0 commit comments

Comments
 (0)