New Linistepper design, PMinMO compatible, kit sale. - Page 5

View Poll Results: What are the most important driver features to you?

Voters
102. You may not vote on this poll
  • Open source firmware and board layout freely available

    72 70.59%
  • Low parts-count and cost for home building

    34 33.33%
  • Low kit price to get running on a budget

    27 26.47%
  • Smooth / low resonance modes for better performance

    43 42.16%
  • Faster / more reliable operation w/ low cost surplus motors

    31 30.39%
Multiple Choice Poll.
Page 5 of 8 FirstFirst ... 2345678 LastLast
Results 81 to 100 of 142

Thread: New Linistepper design, PMinMO compatible, kit sale.

  1. #81
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by doctorV View Post
    I finally made a linistepper, and it mounts PIC 16F628A now, but stepper motor doesn't move:
    - when it's stopped, its shaft is locked
    - when it should run, the shaft vibrates.
    I tried to swap motor wires, but nothing changed, so I acquired some data by an oscilloscope. I burned LinistepperV2.hex on the microchip. The stepper motor is a NMB (minebea electronics) PM35S-048_HPL2 from an HP printer, an the software is KCAM . The beheaviour of linistepper is the same with PIC 16F628-04/P. I tested linistepper with PICs programmed and empty: the result is the same.
    Last three pictures are signals from the interface board (PMinMO 5 axis).
    What is the problem of my linistepper?
    PS: The pic programmer I used is uJDM (microJDM).
    The cristal oscillator works at 16MHZ



  2. #82
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    1397
    Downloads
    0
    Uploads
    0

    Default

    The PIC isn't clocking. It either doesn't support that clock speed, isn't getting logic power and ground, is stuck in MCLR, or isn't actually programmed... or the xtal is bad...



  3. #83
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default Is it the solution?

    Quote Originally Posted by James Newton View Post
    The PIC isn't clocking. It either doesn't support that clock speed, isn't getting logic power and ground, is stuck in MCLR, or isn't actually programmed... or the xtal is bad...
    Maybe I found the problem: pin 9 @ 0 volt. I have some 5V power adaptor, can i use a Nokia 5VDC 890mA power adaptor or something similar to plug into breakout board and route 5 volts to linistepper?



  4. #84
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default I need firmware

    Can I have a working .hex firmware file for linistepper v2??? Where can I find it?



  5. #85
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    1397
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by doctorV View Post
    Maybe I found the problem: pin 9 @ 0 volt. I have some 5V power adaptor, can i use a Nokia 5VDC 890mA power adaptor or something similar to plug into breakout board and route 5 volts to linistepper?
    Well, it needs +5volts from somewhere! ;0) I'm not sure about that specific adapter... you typically want /regulated/ 5 volt power and most AC adapter don't regulate their output... so a "5VDC" adapter may put out anything from 5 to 10 volts. PIC's fry at 6 or 7 volts if I remember correctly.



  6. #86
    Registered Drools's Avatar
    Join Date
    Feb 2009
    Location
    Canada
    Posts
    1290
    Downloads
    0
    Uploads
    0

    Default

    Just my very tiny 2 cents, some of the 5VDC cell phone adaptors are in fact regulated. I use them all the time in the devices I make....
    Now back to your regular programming.



  7. #87
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Is USB vdc output 5 V regulated?



  8. #88
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    1397
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by doctorV View Post
    Is USB vdc output 5 V regulated?
    Yes... but if you fry a port or your PC, it's not my fault, ok?



  9. #89
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by James Newton View Post
    Yes... but if you fry a port or your PC, it's not my fault, ok?
    ok! :-) Last week end I fryed mic-in port of my laptop soundcard, because I made it work as an oscilloscope. Lesson learnt: I'll do my experiments on my 7 years old desktop PC!



  10. #90
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default regulated 5vdc

    my PminMO 5 axis interface board has a 7805 voltage regulator. Problem solved.



  11. #91
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default It works, but....

    I built a linistepper V2 board again, but I soldered 1N4007 diodes instead of 1N4148:
    -When PIC is programmed it works, when PIC isn't programmed it doesn't (Well)
    -Motor just runs clockwise.
    -when DIP switch is set to ON-ON, motor runs this wayne little step counterclockwise and three steps clockwise. Motor is able to do a 360 degrees revolution, untill it overheats (so I decided to apply 1.5Volt to motor).
    -when DIP switch is set to On-off, off-on and off-off, motor shaft vibrates (one step clockwise and one counterclockwise, it's unable to do a 360 degrees revolution).

    I checked PIC16F628A:
    port|Volt | port|Volts
    1 |0.00 | 18 | 1.42
    2 |5.07 | 17 | 1.42
    3 |5.07 | 16 | 0.98
    4 |5.08 | 15 | 1.83
    5 |0.00 | 14 | 5.08
    6 |5.01 | 13 | 4.41
    7 |0.00 | 12 | 4.90
    8 |5.01 | 11 | 0.00
    9 |0.00 | 10 | 0.02

    I attach my 5 wire stepper motor specifications

    Attached Files Attached Files


  12. #92
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    P.S. The software is KCAM



  13. #93
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Engine runs only clockwise just on X axis (interface board has some problems), but problems on steps still persist!



  14. #94
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    1397
    Downloads
    0
    Uploads
    0

    Default

    The wiring of the stepper motor to the driver needs to be changed. The order of the coils is wrong.



  15. #95
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by James Newton View Post
    The wiring of the stepper motor to the driver needs to be changed. The order of the coils is wrong.
    I fixed X axis problem, it was just due to a bad soldering. X axis spin both clockwise and counterclockwise now. When I'll came back home, I'll let you know about the wiring. I'd like to know what's the difference between 1N4007 and 1N4148 diodes. My board works since I soldered 1n4007. Why?



  16. #96


  17. #97
    Registered
    Join Date
    May 2006
    Location
    Canada
    Posts
    25
    Downloads
    0
    Uploads
    0

    Default Complete 4 axis BOB and Linistepper Drive Boards

    For anyone who was looking at my previous posts.

    This is the completed boards that I'm currently building, will have pix soon.

    The older posts had some errors so please use this one.

    Includes PCB's, Schematics, Eagle files, parts lists, etc..

    Attached Images Attached Images
    Attached Files Attached Files


  18. #98
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default It works!!!!

    I finally made my linistepper working: the problems were:
    - bad wiring
    - wrong time constant in Kcam.
    Thanks to everyone! You are great! :-D



  19. #99
    Registered James Newton's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    1397
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by doctorV View Post
    I finally made my linistepper working: the problems were:
    - bad wiring
    - wrong time constant in Kcam.
    Thanks to everyone! You are great! :-D
    Congrats! What time constant did you end up using? In fact, would you be willing to post your Kcam configuration so I can document it for others?



  20. #100
    Registered
    Join Date
    Feb 2011
    Location
    Italy
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by James Newton View Post
    Congrats! What time constant did you end up using? In fact, would you be willing to post your Kcam configuration so I can document it for others?
    I'm going to post my configuration soon :-)



Page 5 of 8 FirstFirst ... 2345678 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

New Linistepper design, PMinMO compatible, kit sale.

New Linistepper design, PMinMO compatible, kit sale.