Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added circular motion

Ansvar: Magnus Antonsen

Beskrivelse: For å utlede korrekte matematiske modeller for kabel-roboten vår brukte vi Python med matplotlib for å visualisere utregningene våre. Det første og viktigste å passe på er at kabelene ikke ryker og at motorene er synkrone i bevegelsene sine, ikke leddvis, men fysisk. Dette regnet vi ut ved hjelp av the law of cosine og Python.


Ved å bruke the law of cosine finner vi vinkel C.

a = Length between endpoints
b = Motor -> endpos
c = Motor -> startPos







Movement type: Diagonal (0,0,0) → (148,110,100)

The image on the left shows the motor speed of each motor from zero which is no movement, to 1 being max movement. As the image shows motor 1 and motor 7 has max speed at all times. This is obvious because the end effector starts at 0,0,0 where motor 1 is, and ends at 148,110,100 where motor 7 is.

The image on the right shows more detailed for each motor seperatly, and the colors show motors diagonal of each other. Motor 1 is across motor 7 diagonally, and they move at the same speed.


Image Added

Movement type: Circular path around middle (74,55,50)


Here you can see that each motor stops in speed twice, this makes sense because for each motor there will be two situations when the circle moves 90 degrees from the motor. cosine (90) = 0, so it makes sense as shown in the graphs.

The pattern in this motion path is that since the path is around the middle 50z, it is equal to both motors in the same x,y coordinate. Motor 1 and Motor 5 has the same movement profile, likewise (2,6), (3,7), (4,8) are equal to each other.

Image Added