Rotary table indexer - Page 5

Page 5 of 41 FirstFirst ... 234567815 ... LastLast
Results 81 to 100 of 812

Thread: Rotary table indexer

  1. #81
    Member
    Join Date
    Apr 2006
    Location
    U.K
    Posts
    184
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by elforum View Post
    Fix

    short-circuit limit2 with GND

    Tanks
    Hmmm, that's a 'feature'...

    The short circuit you had will make it think it can't turn CCW, however once the attempt to move is complete it will then rotate CW to 'backlash' compensate which is OK because movement CW is allowed.

    I think correct operation is if it stopped because of the limit switch it shouldn't backlash compensate.

    I'll make a note of that...


    As an aside, thanks to people for posting pics of their versions of the hardware - it's nice to see people are using my controller! And all over the world too!



  2. #82
    Registered
    Join Date
    Mar 2008
    Location
    RO
    Posts
    57
    Downloads
    0
    Uploads
    0

    Default

    Thanks a lot

    It is a very useful tool. I put the pictures and after you finish

    Have a nice day



  3. #83
    Registered
    Join Date
    Mar 2004
    Location
    US
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Thank you Mr. kwackers
    A picture is worth a thousand words.

    Attached Images Attached Images


  4. #84
    Registered
    Join Date
    Mar 2008
    Location
    RO
    Posts
    57
    Downloads
    0
    Uploads
    0

    Default

    nyce keypad



  5. #85
    Activation process
    Join Date
    Oct 2005
    Location
    usa
    Posts
    105
    Downloads
    0
    Uploads
    0

    Default

    ......tonylu
    Where can I get a few of those keypads??

    Thanks
    dk



  6. #86
    Registered
    Join Date
    Mar 2004
    Location
    US
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Quote Originally Posted by kmcwhq View Post
    ......tonylu
    Where can I get a few of those keypads??

    Thanks
    dk
    I made it myself,It is nothing but just a piece of transparency film printed from a color laser printer and lay on top of a 4x4 smd switches with some duct tape,hot melt glue that's all.

    Attached Images Attached Images


  7. #87
    Activation process
    Join Date
    Oct 2005
    Location
    usa
    Posts
    105
    Downloads
    0
    Uploads
    0

    Default

    Thanks for the info......very nice looking job.





  8. #88
    Registered
    Join Date
    Jun 2006
    Location
    USA
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default Nice Gear

    Would it be possible to feed NMEA input from a gyro and have this hold a constant degree?

    Im on a Ship and am searching everywhere on how to get a stepper to take NMEA signal from my gyro and hold a steady heading (degree) regardless of whether the ship is turning or not.

    Can this be modified to respond to my gyro. Or does anybody know how i can do this.



  9. #89
    Member
    Join Date
    Apr 2006
    Location
    U.K
    Posts
    184
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by bullethead67 View Post
    Would it be possible to feed NMEA input from a gyro and have this hold a constant degree?

    Im on a Ship and am searching everywhere on how to get a stepper to take NMEA signal from my gyro and hold a steady heading (degree) regardless of whether the ship is turning or not.

    Can this be modified to respond to my gyro. Or does anybody know how i can do this.
    My reply is based on a quick 'google' so appologies if it's not accurate.

    The device as it stands couldn't. It wouldn't understand the NMEA data, however you could in theory change it to read this and rotate the table (or some other device) in response.
    This response would either be to keep some object pointing permanently in a compass direction or to control say the rudder to keep the ship pointing in a constant direction. How accurate this would be would depend heavily on the gyro and it's update rate.
    Also if you were controlling a ships heading - the combination would attempt to hold the heading if you wanted to turn the boat you'd need some method of overiding this, either by giving it a turn rate or by having a manual mode.

    As I said my answer is based on very limited information...



  10. #90
    Registered
    Join Date
    Jun 2006
    Location
    USA
    Posts
    56
    Downloads
    0
    Uploads
    0

    Default

    Accuracy would not be a problem. The gyro is a 25,000$ unit. Dont need autopilot either im just looking to setup a rotary table to keep the Hughesnet dish pointed in the right direction. We have internet aboard, With a tracking dome, but it is ruled with a iron fist. So i brought my dish from home. and it works great....Until the ship turns.

    I dont know where to start learning to figure out how to do this. I am studing Linux now. but im starting to believe i am going in the wrong direction. This is the closest thing I have seen to what i am doing. I would be appreciative of any guidance.

    P.S. I just bought a Index Wells 810 Mill Im going to build one of these for my mill. Mabye one for my Machinist brother too



  11. #91
    Member
    Join Date
    Apr 2006
    Location
    U.K
    Posts
    184
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by bullethead67 View Post
    Accuracy would not be a problem. The gyro is a 25,000$ unit. Dont need autopilot either im just looking to setup a rotary table to keep the Hughesnet dish pointed in the right direction. We have internet aboard, With a tracking dome, but it is ruled with a iron fist. So i brought my dish from home. and it works great....Until the ship turns.

    I dont know where to start learning to figure out how to do this. I am studing Linux now. but im starting to believe i am going in the wrong direction. This is the closest thing I have seen to what i am doing. I would be appreciative of any guidance.

    P.S. I just bought a Index Wells 810 Mill Im going to build one of these for my mill. Mabye one for my Machinist brother too
    What you want to do is fairly straightforward - but would if be enough just to match the turn? What about roll and pitch?

    Basically stepper drivers usually have two inputs 'step' and 'direction', if you're using a 90:1 worm and half stepping motor (400 steps per rev) then you'll need 90*400=36,000 pulses per rev (0.01 degrees per step).
    So basically you write some code that reads your gyro and works out how many 'steps' it needs to move to correct any movement since last time - it then simply sets the relevant direction and pulses the step pin.

    Feel free to PM me if you require any more information.



  12. #92
    Registered
    Join Date
    Mar 2008
    Location
    RO
    Posts
    57
    Downloads
    0
    Uploads
    0

    Default

    Finished the monster ...

    Attached Images Attached Images


  13. #93
    Registered
    Join Date
    Mar 2008
    Location
    india
    Posts
    5
    Downloads
    1
    Uploads
    0

    Default

    how much v on step, dir pin
    plz help;
    enable pin have 5v



  14. #94
    Member
    Join Date
    Apr 2006
    Location
    U.K
    Posts
    184
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by rajuraja123 View Post
    how much v on step, dir pin
    plz help;
    enable pin have 5v
    Dir pin will depend on which way you turn, 5v in one direction, 0v in the other. Try pressing left/right to check if it switches.

    Step pin depends on the polarity of the clock pulse. I think the default is + in which case it will show low, if you switch this in setup it will be 5v.
    The step pin will pulse when the device is operating, but you'll need an oscilloscope or logic probe to see the pulses since they're very short.



  15. #95
    Registered
    Join Date
    Mar 2008
    Location
    india
    Posts
    5
    Downloads
    1
    Uploads
    0

    Default f

    s

    Attached Images Attached Images
    Last edited by rajuraja123; 05-01-2009 at 09:56 AM. Reason: file saving


  16. #96
    Registered
    Join Date
    Mar 2008
    Location
    india
    Posts
    5
    Downloads
    1
    Uploads
    0

    Default

    artwork

    Attached Files Attached Files


  17. #97
    Registered
    Join Date
    Mar 2008
    Location
    RO
    Posts
    57
    Downloads
    0
    Uploads
    0

    Default

    working...

    Attached Images Attached Images


  18. #98
    Member
    Join Date
    Mar 2003
    Location
    Saskatchewan, Canada
    Posts
    69
    Downloads
    6
    Uploads
    0

    Default

    Hi Kwackers

    What is Swap Clock Pulse? What is Enable Polarity? I am trying to connect your step generator to a Rutex R90H servo drive and having a bit of trouble. The pulse generator will reset sometimes and quit pulsing sometimes and other eronious faults results. The signals from the step generator (step and direction) are low while the step/direction pins on the rutex drive are high. Can that be the problem? How to fix? I should also add that the servo drive has its own power supply and the 0V from must be connected to the 0V on the step driver to get any response whatsoever.


    TIA

    Last edited by dpaulson; 06-21-2009 at 05:03 PM.
    D. Paulson


  19. #99
    Member
    Join Date
    Apr 2006
    Location
    U.K
    Posts
    184
    Downloads
    0
    Uploads
    0

    Default

    The clock pulse line is held at either a logic '0' or '1' (0v or 5v), when a clock pulse is sent to step the motor it flips state for a few microseconds.
    Some controllers expect this state to be normally low and flip high, some expect it high and flip low. The 'Swap Clock Pulse' option simply allows this to be changed.
    Some controllers will work fine in either position, some will be intermittent or not work at all in one position.
    With regards to your controller I'm afraid I'm not familiar.

    Enable polarity is the same, but for the enable line. When the divider wants to start to move the stepper it 'enables' the controller by pulling this line high (or low) depending on the setting in this option.
    However, some controllers will stop driving the motor when not enabled and 'relax' this may cause steps to be lost or you may find it's possible to move your work due to the loss of motor braking. (Probably not an issue with a servo).
    In my setup I use this line to put the controller into a low current state - i.e. it still drives the stepper but at a lower current.
    Whilst trying to get the device working properly I would ignore the enable line.

    Other things to check. You're not trying to accelerate the device to quickly? You're not exceeding the maximum clock rate for your device?

    If in doubt set the max rates in the divider to smallish values (1000?) and try swapping the clock pulse polarity. You'd expect all but the weediest of systems to work properly with that.

    When using steppers, another thing is to try to resist the movement of the table with your hand - if it mis-steps earlier then you're exceeding the maximum step rate you can get with that motor and power supply combination (higher voltage power supplies can maintain torque better at higher speeds - assuming your stepper controller is of the switching variety.)

    Quote Originally Posted by dpaulson View Post
    Hi Kwackers

    What is Swap Clock Pulse? What is Enable Polarity? I am trying to connect your step generator to a Rutex R90H servo drive and having a bit of trouble. The pulse generator will reset sometimes and quit pulsing sometimes and other eronious faults results. The signals from the step generator (step and direction) are low while the step/direction pins on the rutex drive are high. Can that be the problem? How to fix? I should also add that the servo drive has its own power supply and the 0V from must be connected to the 0V on the step driver to get any response whatsoever.


    TIA




  20. #100
    Registered
    Join Date
    Apr 2009
    Location
    United Kingdom
    Posts
    16
    Downloads
    0
    Uploads
    0

    Default Digitally indexed Shoba 6" table

    I have just finished my rotary table indexer attached to a Shoba 6" table. All the electronics is mounted in an Eddystone die cast box. The keyboard overlay was constructed from a colour laser print on paper sealed by a laminating sheet. The display window was cut out before lamination. The overlay was secured with 3M double sided cut from an A4 sheet. A 0.5mm plastic spacer sheet was sandwiched between the overlay and the box to allow clearence for the keytops.
    There is a video of it on Youtube at:
    "http://www.youtube.com/watch?v=sIAeic1DEoc"]YouTube - Digital indexer added to Shoba 6" rotary table

    Thanks Steve, great design.



Page 5 of 41 FirstFirst ... 234567815 ... LastLast

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

Rotary table indexer

Rotary table indexer