Linistepper update - Page 2

Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 57

Thread: Linistepper update

  1. #21
    Banned
    Join Date
    May 2005
    Location
    Ghana
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default

    first of all posix for keeping ur design open source.
    iam following your layout only.but i have some general doubts in it.

    1.i found the schematic and layout but unable to get source code for(.hex) for PIC16F628.

    2.the board inputs are step and direction.so can we directly connect it to parallel port or do we need any interface board in between

    3.the 12v supply for board is just to run the motors? bcz i took my motors from old printers.so not sure at what voltage they work.

    4.have a look at the below pic.can u tell the what those terminal stands for.

    thanks once again for ur help.
    regards

    Attached Images Attached Images


  2. #22
    Banned
    Join Date
    May 2005
    Location
    Ghana
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default

    need some help here guys.....



  3. #23
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by trebby View Post
    need some help here guys.....
    You might want to check out the Linistepper info on www.piclist.com/techref/io/stepper/linistep/index.htm
    Come back if you're still having trouble with it.

    Chris



  4. #24
    Banned
    Join Date
    May 2005
    Location
    Ghana
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default

    well i found code for F628 posted by pisox himself.
    still iam unable to find answers for poinst 2,4
    imean need of interface board and terminals in the picture.
    thanks



  5. #25
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by trebby View Post
    first of all posix for keeping ur design open source.
    iam following your layout only.but i have some general doubts in it.

    1.i found the schematic and layout but unable to get source code for(.hex) for PIC16F628.

    2.the board inputs are step and direction.so can we directly connect it to parallel port or do we need any interface board in between

    3.the 12v supply for board is just to run the motors? bcz i took my motors from old printers.so not sure at what voltage they work.

    4.have a look at the below pic.can u tell the what those terminal stands for.

    thanks once again for ur help.
    regards
    The page on the piclist that describes the terminals in question is here: http://www.piclist.com/techref/io/st...p/lini_use.htm
    The +5V and GND should be obvious, that's your logic input power. The other terminals need to be connected to Logic Hi or Logic Low (+5 or GND). None should be left floating (unconnected). The 'Power' terminal is 'High Power Mode' Logic Hi or 'Low Power Mode' Logic Low. Generally leave this connected to Logic Hi. 'Mode 0' and 'Mode 1' control the drive's step rates. If both are set to Logic Low the drive is in full step output. If 'Mode 0' is set Hi and 'Mode 1' is set Low the drive is in half step mode. If 'Mode 0' is set Low and 'Mode 1' is set Hi the drive is in sixth step mode. If both 'Mode 0' and 'Mode 1' are set Hi then the drive is in eighteenth step mode. For a 200 step per rev motor this equates to '200 steps per rev', '400 steps per rev', '1200 steps per rev' and '3600 steps per rev' resolution.

    You can connect directly to the parallel port but usually some kind of minimal breakout board (BOB) is used to facilitate making connections conveniently for example to tie the grounds from the PC and any power supplies together.

    Last edited by OCNC; 02-11-2007 at 08:11 AM.


  6. #26
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by trebby View Post
    first of all posix for keeping ur design open source.
    iam following your layout only.but i have some general doubts in it.



    3.the 12v supply for board is just to run the motors? bcz i took my motors from old printers.so not sure at what voltage they work.


    thanks once again for ur help.
    regards
    You're going to be at a bit of a disadvantage not knowing either the voltage or current rating of the motors. The Linistepper has current limiting but if it's set too high for your particular stepper and you start raising the voltage without using caution you could cook the motors.



  7. #27
    Banned
    Join Date
    May 2005
    Location
    Ghana
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default

    thanks for the detail reply OCNC.

    i saw lot of posts asking for code and layout for Linistepper made by posix.i put all the info i found on net and in this forum in the below zip file.i hope it will help some newbies.
    OCNC pls have a look at it and let me know if there r any mistakes.

    if ppl are still working on this famous controller then it will be good to design a break out board(BOB).so the whole project can be presented as a pack.

    thanks

    Attached Files Attached Files


  8. #28
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by trebby View Post
    thanks for the detail reply OCNC.


    if ppl are still working on this famous controller then it will be good to design a break out board(BOB).so the whole project can be presented as a pack.

    thanks
    Here's one example of a simple Open Source BOB. http://pminmo.com/mhelsinterface/mhelsinterface.htm



  9. #29
    Banned
    Join Date
    May 2005
    Location
    Ghana
    Posts
    17
    Downloads
    0
    Uploads
    0

    Default

    well it might need lot of modifications to suit our current circuit.,
    so i'll try to built my own board.
    mean while if any one else working on this project.pls share ur experiences.
    thanks
    You're going to be at a bit of a disadvantage not knowing either the voltage or current rating of the motors. The Linistepper has current limiting but if it's set too high for your particular stepper and you start raising the voltage without using caution you could cook the motors
    well iam using motors from old jet printers.which use 24v supply as input.below is the pic of motor that iam planning to use.
    the only thing that i understood is 7.5degree,13ohms on the motor.so what do u think.
    http://img408.imageshack.us/img408/9...89smalltw8.jpg
    http://img176.imageshack.us/img176/3...91smallmn4.jpg



  10. #30
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    First of all nice work Roman, James and Posix

    I am in the process of building a couple of Lini's for a tiny lathe retrofit I am doing. I thought I would post a couple of pic's for good measure...

    I have used Posix's layout mainly as I am lazy and it is already in Eagle which I use, so I don't have to do much to get it going I also love the layout for heatsinking, I intend to keep everything nice and cool.

    I did change the layout just a little though, only by thickening a couple of tracks, mainly the ground track from connector to motor terminal, as this will take motor current, also a little bit thicker on the transistor tracks, not really much difference, just a little "beefed up". I didn't change the motor + supply as I will simply take it straight to the connector(s) and you may notice I left out the connector on the left hand side of the board, as now I won't use it.

    Enough talk, on to the photos ! You will be able to see my heatsinking plate, this is about a 12mm (1/2 inch) thick piece of aluminium that both boards will be bolted to (with insulators of course) and on the other side I will be bolting on two of the large CPU fan/heatsinks as close to the opposite side of the transistors as possible.

    My motor current will be 1.5 amps so things should be good ! If you read this James you MAY recognize my PCB manufacturing method I included the un-etched board to show the track mod's. I will post the layout if it is OK with Posix and if anybody is interested.

    Russell.

    Attached Images Attached Images


  11. #31
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    Oh yeah and the sense resistors shown will not give me 1.5 amps, I am keeping the current down for testing purposes, in the interest of keeping the smoke in !



  12. #32
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by epineh View Post
    First of all nice work Roman, James and Posix


    I did change the layout just a little though, only by thickening a couple of tracks, mainly the ground track from connector to motor terminal, as this will take motor current, also a little bit thicker on the transistor tracks, not really much difference, just a little "beefed up". I didn't change the motor + supply as I will simply take it straight to the connector(s) and you may notice I left

    Russell.
    Any chance you could post your Eagle files?
    Also be sure to post some photos of the finished project. Heat sinking is the key to success with the Linistepper.

    Chris



  13. #33
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    No problem posting the Eagle file, but I would like to hear from Posix first as it was his design I modded, I didn't do much more than make a few tracks bigger, the rest is as Posix had it.

    Russell.



  14. #34
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    I have mostly finished the heatsink mounting, I have a little tidying up to do but here are some pics that should give some idea of what I am doing...

    Also attached the Eagle file for the layout, I don't think Posix will mind, I am not claiming the design as my own, I just "tinkered" with it

    Next is to mount all of this up and test, I will keep updating the results.

    Russell.

    Attached Images Attached Images
    Attached Files Attached Files


  15. #35
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    Fired up one of the boards today...that is one sweet driver on full microstepping

    I powered up the lower current board that I made and it has heaps of torque, enough for the lathe and it is running the motor at about 70% of its rated current, I may not even change the current as the transistors didn't really get the heatsink very warm at all.

    Unfortunately the other drive is not working, I will start fault finding next, I swapped out the micro's to check but still nothing, it is like the power isn't even turned on. Otherwise very happy with the result !!!

    Attached a pic, was going to take a video but not much to show without being in the machine. If I tried these drivers first I wouldn't have chosen to upgrade to servo's on my router

    Russell.

    P.S. Did I mention that the motion was smooooth ?

    Attached Images Attached Images


  16. #36
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    If any one is interested, I am thinking of a few more mods to Posix's layout, mainly a buffered and optoisolated input stage, with RC filtering on the step/dir input.

    Only downside is a little more cabling required, I am thinking of using a standard USB cable from the PC to the board to provide the 5V logic to the buffer and allow true optoisolation, since the parallel port cannot source more than 2.6 milli amps which isn't enough to fire an opto, and using the 5V logic supply from the driver side defeats the purpose of the opto.

    Any thoughts ?

    Russell.



  17. #37
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by epineh View Post
    If any one is interested, I am thinking of a few more mods to Posix's layout, mainly a buffered and optoisolated input stage, with RC filtering on the step/dir input.

    Only downside is a little more cabling required, I am thinking of using a standard USB cable from the PC to the board to provide the 5V logic to the buffer and allow true optoisolation, since the parallel port cannot source more than 2.6 milli amps which isn't enough to fire an opto, and using the 5V logic supply from the driver side defeats the purpose of the opto.

    Any thoughts ?

    Russell.
    Would this be redundant if one were using an opto-isolated breakout board?

    Have you ever thought about adding a DIP switch to set the MODE option?

    Chris



  18. #38
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    I guess I was just building to suit the breakout board I am going to use on the lathe I am doing, which is just a straight through to connector type.

    With the sheer number of different methods possible for any system it will be hard to make one BOB to suit all. I just liked the idea of a "dumb" BOB and have a bit of logic/protection on each driver rather than try to fit everything on the BOB.

    Having said all of that it is easy enough to make PCB's so I may just make 'em as I need 'em

    Good idea about using DIP switches for the mode's, maybe on vers II ... I would still like to hear from Posix before I butcher his layout any more

    Russell.



  19. #39
    Member
    Join Date
    May 2006
    Location
    Australia
    Posts
    2420
    Downloads
    0
    Uploads
    0

    Default

    Just an update, I replaced all 8 transistors and the board is alive

    I think what happened is I used a larger soldering iron than usual and it is a little too hot and cooked the transistors.

    Used a more suitable iron and all is well !

    Not much to add to this thread from me, I will start a build log for the lathe and update the linistepper's performance in action. I won't be doing any more mods just yet as the boards will be fine for what I have in mind, and as OCNC mentions all of that can be on the BOB anyway.

    Russell.



  20. #40
    Registered
    Join Date
    Oct 2004
    Location
    USA
    Posts
    590
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by epineh View Post
    Just an update, I replaced all 8 transistors and the board is alive

    I will start a build log for the lathe and update the linistepper's performance in action.

    Russell.
    Where will you be posting the build log?

    Chris



Page 2 of 3 FirstFirst 123 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

Linistepper update

Linistepper update