Page 1 of 2 12 LastLast
Results 1 to 12 of 15

Thread: Handwheel Function ?

  1. #1
    Registered nelZ's Avatar
    Join Date
    Jun 2008
    Location
    US
    Posts
    171
    Downloads
    0
    Uploads
    0

    Handwheel Function ?

    I'm having an awkward time setting up the more complex jobs.

    Question...If I install the handwheel according to Camsoft's default thru the ICM 2900 with axis and or multiplier selection going thru the Opto relay board...

    Can I single step thru a program, and when the machine is not running(waiting for the next step) can I handwheel jog it THEN just push the single step button and carry on ???

    Bonus question...every time I load a program the motors turn off with the resultant drift and necessary re-zero. ?

    We're gonna get this bridge built yet!

    nelZ
    i build the braces that keep american teeth straight......tick tick tick


  2. #2
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,943
    Downloads
    0
    Uploads
    0
    There is two customary methods called interrupted cut, one is where you would push the HOLD button and say jog a axis to a position to change a tool etc, between moves etc.
    The RESUME button would then be pushed to continue from where the move was interrupted.
    The second method is where the handwheel is used after HOLD and the axis moved to a new position, and when the RESUME is pushed, the move carries on from the new position to the programmed end point.
    I am not sure whether anyone has done this in Camsoft.
    Why are the motors turning off when a program is loaded?.
    Traditionally with Galil, if the servo's are off as in an E-stop, the SH can be continually sent, so that if the servo's are moved maually, there is no error or jump when they are re-enabled.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  3. #3
    Registered Karl_T's Avatar
    Join Date
    Mar 2004
    Location
    Dassel,MN,USA
    Posts
    1,361
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by nelZ View Post
    Can I single step thru a program, and when the machine is not running(waiting for the next step) can I handwheel jog it THEN just push the single step button and carry on ???

    Bonus question...every time I load a program the motors turn off with the resultant drift and necessary re-zero. ?
    nelZ
    The beauty of Camsoft. You can do anything you want. it is simply the most configurable control there is.

    I've not seen a need to do anything like what you're describing. If you're not Gcoding in incremental, you're going to need to apply a new OFFSET. See G54 - G59. I'd use an on screen button to call an Mcode and make the change.


    For your servo issue, start by sending your logfiles to Camsoft. Those folks are GREAT and reading that logfile and diagnosing the issue. if that don't yield the answer, we'll have to start putting error message traps in your code.

    Try this one for grins: (note I write for Pro, you'll have to check syntax for Lite)

    COMMAND MG_SHA
    RESPONSE \55
    MESSAGE \55
    --M92 'or any other unused Mcode

    Now make one of your unused buttons run M92. When you press it, you can see if the servo for the A axis is on or off. Someplace, (where??) I have code that reads all the servos and concatenates a string for the servo state of each one.

    Karl


  4. #4
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,943
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by nelZ View Post
    Bonus question...every time I load a program the motors turn off with the resultant drift and necessary re-zero. ?
    nelZ
    Even with the power off the drives, Galil keeps track of the position as long as the encoder is connected and powered.
    So normally you should not have to re-home.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #5
    Registered nelZ's Avatar
    Join Date
    Jun 2008
    Location
    US
    Posts
    171
    Downloads
    0
    Uploads
    0
    Karl,

    the meat & gravy on this machine uses a rotary indexing CNC head and up to 4 tools including saws of various diameters.

    With the (incremental) Bandit a new setup would go like this.

    Change fixture on indexer for appropriate parts, change angle on sine table under indexer, load "critical" tool and do an auto X then Y position. Bring tool down with jog to, first clear, then do a touch and clear to cut start position, Then from that known point, run the Z Y X table return G0's and write down the machine axis positions (incremental HOME). THEN all tools must be cleared manually (cleared meaning brought to position manually and safely to prevent crashing).

    Then, run the program and tweak where necessary.

    I know it would be best to go absolute with tool offsets and such. I have to run incremental for now. The problem is the sine table inaccuracies and (MOSTLY) the people who run it have a habit of crashing it too often for it to be caused by that troublesome Bandit controller (rest its little soul).

    Given that, can I Single Step the X and Y, then push the Z button on a pendant, handwheel the tool down to cutting height, then handwheel it back to Z 0.0, then hit Single Step, or Full Auto and carry on?

    I'll have to call Camsoft for the protocol to get a logfile of the load program motor off thing.

    Thanks again!

    nelZ
    i build the braces that keep american teeth straight......tick tick tick


  • #6
    Registered nelZ's Avatar
    Join Date
    Jun 2008
    Location
    US
    Posts
    171
    Downloads
    0
    Uploads
    0
    Al,

    Thanks for the help. I run incremental so I would have to put

    G90
    X0Y0Z0
    G91

    at the beginning of programs and everywhere after tool changes (see my setup protocol in last post)

    I already have to change all the Bandit's I, J, K's to X, Y, Z and add all the G0's and G1's where appropriate. (can you say imminent crashing?) I've got a LOT of programs to change. They aren't CAD>>>CAM'ed, they are written line by line.

    nelZ
    i build the braces that keep american teeth straight......tick tick tick


  • #7
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,943
    Downloads
    0
    Uploads
    0
    I wondered if this is what you were looking for?
    Maybe not, if you are working in incremental.
    Thinking about it, incremental should not matter?
    Al.
    Attached Thumbnails Attached Thumbnails Handwheel Function ?-handleint.pdf  
    Last edited by Al_The_Man; 10-21-2008 at 05:39 PM.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #8
    Registered nelZ's Avatar
    Join Date
    Jun 2008
    Location
    US
    Posts
    171
    Downloads
    0
    Uploads
    0
    Thanks Al,

    That's encouraging. What machine is that from?

    nelZ
    i build the braces that keep american teeth straight......tick tick tick


  • #9
    Registered Karl_T's Avatar
    Join Date
    Mar 2004
    Location
    Dassel,MN,USA
    Posts
    1,361
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by nelZ View Post

    I know it would be best to go absolute with tool offsets and such. I have to run incremental for now. The problem is the sine table inaccuracies and (MOSTLY) the people who run it have a habit of crashing it too often for it to be caused by that troublesome Bandit controller (rest its little soul).

    Given that, can I Single Step the X and Y, then push the Z button on a pendant, handwheel the tool down to cutting height, then handwheel it back to Z 0.0, then hit Single Step, or Full Auto and carry on?
    What you're proposing is doable. its going to take a LOT of coding effort. Forgive me, but you're not yet up to the task.

    I suggest you change your paradigm of thinking you need to stay with the old way of doing things. Learn to run your parts with absolute Gcode programming and tool offsets. There's a good reason the whole industry has went this way.

    Karl


  • #10
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,943
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by nelZ View Post
    Thanks Al,

    That's encouraging. What machine is that from?

    nelZ
    That is an option on Fanuc controls, I have seen it on others also.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #11
    Registered nelZ's Avatar
    Join Date
    Jun 2008
    Location
    US
    Posts
    171
    Downloads
    0
    Uploads
    0
    Thanks Al,

    Karl, you've tasked me. I'm not comfortable with the the Lite manuals in regard to coding. I've done machine language, assembler, basic, Fortran, so I can handle lower level coding. Problem is that I don't have time to do trial and error on syntax. The code you gave me (thanks) handles the looping thing very well. Some parts of it don't seem logical. I tried it according to what I thought was logical and it does not work. That's why one needs good manuals.

    I have a hardware idea that could get me on the road. I need advice though.

    I have diff/quad encoders on this machine with A+ A- B+ B- outputs.

    On my ICM 2900 Galil breakout...could I disconnect the A- and B- wires and just go along as usual?

    Depending on your answer I have an idea which could get my stop and jog thing going, backorders would dry up, and I could make a replacement part for that German compound injection mold that broke today. (I'm German but I swear, those guys need a life! I'm gonna go blind working on this thing-it's built like a damn watch out of M2)

    Either way, I'll share my data - positive or negative and give you schematics. Chips are like building blocks - if you know how to make them get along with each other.

    Humbly, ('cause it might not work)
    nelZ
    i build the braces that keep american teeth straight......tick tick tick


  • #12
    Registered Karl_T's Avatar
    Join Date
    Mar 2004
    Location
    Dassel,MN,USA
    Posts
    1,361
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by nelZ View Post

    On my ICM 2900 Galil breakout...could I disconnect the A- and B- wires and just go along as usual?
    You're describing the single ended encoder connection. Works with very short distance between encoder and Galil board.

    Karl


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Need Help!- Handwheel accuracy
      By PhilCote in forum CamSoft Products
      Replies: 3
      Last Post: 08-14-2008, 07:11 AM
    2. Need Help!- Handwheel command and MPG
      By precourt in forum CamSoft Products
      Replies: 5
      Last Post: 03-24-2008, 11:14 AM
    3. Tree Handwheel
      By dougwr in forum Tree
      Replies: 0
      Last Post: 03-10-2008, 04:03 PM
    4. Heidenhain Hr-410 handwheel
      By khbash in forum General Electronics Discussion
      Replies: 0
      Last Post: 08-04-2007, 07:42 AM
    5. tm-1 handwheel removal?
      By superrat in forum Haas Mills
      Replies: 6
      Last Post: 11-10-2006, 10:52 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.