Shop OBEX P1 Docs P2 Docs Learn Events
Motion control & propeller — Parallax Forums

Motion control & propeller

hal2000hal2000 Posts: 66
edited 2010-04-04 17:20 in Propeller 1
Hello everyone!
I want to show everyone my development
It is a precision motion controller, X, Y
Indicates the starting point and ending point of the route, then you can program the acceleration and deceleration, showing the travel time, you can vary the overall speed of the trajectory, is very accurate, both in time and position.
has two propeller, one handles the controls and relays, the second handles the display, mathematical calculations and the engines, propellers are connected by series.
360º=240.000 micro steps

Thanks for the help to control the LCD Erik


A greeting and to enjoy it!



http://vimeo.com/10568448



http://www.youtube.com/watch?v=x6KoEpJtKRY


·

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Did the curiosity kill the cat?
......................................

Envio editado por (hal2000) : 4/1/2010 9:01:10 PM GMT

Comments

  • T ChapT Chap Posts: 4,223
    edited 2010-03-31 00:10
    That is awesome! Great work. A title for the thread would be nice.
  • mparkmpark Posts: 1,305
    edited 2010-03-31 01:28
    Can you make the video public? I can't see it.
  • Cluso99Cluso99 Posts: 18,069
    edited 2010-03-31 02:04
    nice job hal2000

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Links to other interesting threads:

    · Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
    · Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
    · Prop Tools under Development or Completed (Index)
    · Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
    · Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
    My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz
  • ElectricAyeElectricAye Posts: 4,561
    edited 2010-03-31 02:37
    Cool. I like the way you can tweak the accel/decel ramp.

    smile.gif
  • hal2000hal2000 Posts: 66
    edited 2010-03-31 08:43
    On youtube, there is no clarity
    It is better to see on Vimeo.
    The movement is best on youtube.


    Thanks ElectricAye & Cluso99!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Did the curiosity kill the cat?
    ......................................

    Envio editado por (hal2000) : 3/31/2010 8:50:32 AM GMT
  • TonyWaiteTonyWaite Posts: 219
    edited 2010-03-31 09:49
    A very smart piece of work!

    Will you be posting any of the code elements?

    Regards,

    T o n y
  • hal2000hal2000 Posts: 66
    edited 2010-03-31 10:03
    It's a prototype, I can display the code of the LCD
    Now I vacaiones, around, the graphics library public.
    The rest is part of the final draft, I think my client would not be happy if I show the code. ;-)

    Thanks TonY

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Did the curiosity kill the cat?
    ......................................
  • mparkmpark Posts: 1,305
    edited 2010-03-31 13:23
    Very nice! Thanks for posting to youtube too. For some reason I couldn't see it on vimeo yesterday, but today I can.

    You're using stepper motors? With some sort of gear reduction?
  • Timothy D. SwieterTimothy D. Swieter Posts: 1,613
    edited 2010-03-31 14:33
    Very cool project. I wish we could learn more but I understand your client may not like that.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Timothy D. Swieter, E.I.
    www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, 3.0" 16:9 LCD Composite video display, eProto for SunSPOT, PropNET, PolkaDOT-51
    www.tdswieter.com
  • KenBashKenBash Posts: 68
    edited 2010-03-31 16:37
    Hi Everyone!

    If you want to play with some motion control code, Attached is my 5 axis linear interpolative drive code for a machine I developed. (steppers)

    I do have speed control, but I don't have speed ramping in this code , however, once you understand the basic concept it shouldn't be difficult to add.

    I got enough speed out of spin for this to work in my application, it would be great if someone wants to recode it in assembly. I managed to stuff 4 axis with ramping into the SX-52
    a few years ago, so I would think it might fit into a propeller cog or two easily.


    Ken B.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    " Anything worth doing... is worth overdoing. "

    ··············································· ( R.A.H. )
    ····································
  • hal2000hal2000 Posts: 66
    edited 2010-04-01 11:42
    Stepper motors are 1.2 º
    The routine generate ramps and motor movements are in assembly language.
    The LCD driver is based on a program of Erik, in this version, the drawing command were SPIN.
    Now is all assembly, draw circles, lines, dots, squares. has less font sizes, but has a way of minifuente, very useful to show tables.


    When you are at home, I see your code
    Thanks!

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Did the curiosity kill the cat?
    ......................................

    Envio editado por (hal2000) : 4/1/2010 8:39:27 PM GMT
  • HTruemanHTrueman Posts: 1
    edited 2010-04-04 17:20
    Hi

    Es un trabajo muy bueno, y se nota que tiene muchisimas horas de desarrollo, supongo que la parte mecanica tambien es tuya.
    Sabiendo lo poco que se del emsamblador de Propeller me parece un trabajo faraonico

    Traduccion de ´Google:

    It is a very good work, and it shows that you have many hours of development, I guess the mechanism is also yours.
    I Know a bit of Propeller assembling languaje and it is a very hard work to do.


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Cuando empecé a trabajar con Ordenadores me sentí afortunado, pero con el paso del tiempo cada día odio más y más el trabajo, los que sabemos como funcionan los ordenadores, estamos sumergidos en una pecera y rodeados de pirañas esperando el momento...

    Post Edited (HTrueman) : 4/4/2010 5:38:02 PM GMT
Sign In or Register to comment.