. .

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Quote Originally Posted by Tenson View Post
    I fixed it! The problem was that I was hitting 'Ref All Home' which seemed to home Y with A at the same time since they are slaved then homed A independently. The solution was to go to the diagnostics page and click 'Ref Y' on its own rather than Ref All Home.
    Check what code is in the "Ref all home" Button. Go to "Operator" menu and select "Edit Button script" it will read something like:
    DoButton( 24 )
    RefCombination(3)

    DoOEMButton(133)
    DoOEMButton(134)
    DoOEMButton(135)

    Either Delete and enter what's below or comment out the existing lines by putting ( ' ) before, anything after the ' is ignored and treat has comment. (It's on same key has @ on my keyboard.?)

    DoButton( 24 ) ' Z axis
    DoButton( 23 ) ' Y axis
    DoButton( 22 ) ' X axis

    First Z axis will move then Y axis then X axis.
    If you want Y & X other way round then just switch last two lines.

    Oh and make sure you save before closing Script editor.!!

    Should work fine now.?
    Last edited by JAZZCNC; 22-02-2013 at 09:45 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. 24v Limit/Home switches. How to..?
    By Wal in forum General Electronics
    Replies: 6
    Last Post: 17-11-2013, 05:52 PM
  2. Home switches not resoponding
    By dudz in forum General Electronics
    Replies: 7
    Last Post: 27-11-2012, 07:17 PM
  3. Boxford 240 home switches?
    By X3Chalk in forum Boxford Lathes
    Replies: 2
    Last Post: 17-04-2012, 07:07 PM
  4. value of home switches
    By engineshed in forum General Electronics
    Replies: 3
    Last Post: 04-04-2012, 12:01 AM
  5. Limit/home switches - how are you mounting 'em?
    By HankMcSpank in forum General Discussion
    Replies: 2
    Last Post: 13-11-2011, 01:42 PM

Bookmarks

Posting Permissions

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