-
Notifications
You must be signed in to change notification settings - Fork 0
API motor status constants
elektrofuzzis edited this page Jan 17, 2020
·
2 revisions
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Mit diesen Konstanten kann der Status einer Achse mit getStatus überprüft werden.
- ISMOVING - der Motor ist gerade in Bewegung.
- ENDSTOP - der Endlagenschalter des Motors wurde ausgelöst.
- EMERGENCYSTOP - der Notausschalter wurde ausgelöst.
- HOMING - die Homingprozedur arbeitet.
Use this contants to check a motors status with getStatus.
- ISMOVING - the motor is actually moving.
- ENDSTOP - the endstop switch was activated.
- EMERGENCYSTOP - the emergency stop switch was activated.
- HOMING - the motor is processing the homing procedure.
1. Einleitung
1.1 Schrittmotoren
1.2 Servos
1.3 Endlagenschalter & Notaus
1.4 I²C-Bus
1.5 Stromversorgung
1.6 Anschlüsse
2. Inbetriebnahme der Hardware
2.1 Maintenance Mode
2.2 Firmware update
3. Arduino & ftDuino
3.1 Installation der Bibliothek
3.2 Programmieren mit dem Arduino/ftDuino
3.3 Beispielprogramme
4. ROBOPro
4.1 Installation der Bibliothek
4.2 Programmieren unter ROBOPro