manhoosbilli1

Arm manual

Jul 13th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Base:
  2. going left command = 0
  3. going right command = 180
  4. stop command = 90
  5.  
  6. pivot:
  7. MAX value = 180 ( travels from right to left making 180 degree)
  8. min Value = 10 ( keep this 10 degree to keep this from hitting the plastic
  9. picking Value =
  10. default value = 100 (value set when doing the default function)
  11.  
  12.  
  13. upperPivot:
  14.  
  15. default value = 40
  16. picking up = 140
  17. max value = 180 (will rotate completely! advised not to enter this value)
  18. minValue = 0
  19.  
  20. ClawRotator:
  21.  
  22. bring to horizontal = 90
  23. bring to vertical = 180
  24.  
  25. claw:
  26. Close claw = 30
  27. Open claw = 90
  28.  
  29.  
  30. NOTE: You can achieve high speed function by replacing the forloop in "moveTo" functions simply with myservo.write(value)
  31.  
  32.  
  33. NOTE: ONLY call CALL THE ARMFUNCTION WHEN THE ARDUINO IS NOT DOING ANYTHING ELSE. OTHERWISE IT MIGHT RESULT IN TIMING ISSU
  34. It is advised to stop the motor before carrying out the arm function
Add Comment
Please, Sign In to add comment