Electronic home switches made easy! - Page 60


Page 60 of 62 FirstFirst ... 1050575859606162 LastLast
Results 1,181 to 1,200 of 1237

Thread: Electronic home switches made easy!

  1. #1181
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    So all is hooked up and hardware is in order but the Y and A axis home in a different way from each other and in a different way each time, often to positions off 0.020" to where they were before. I can't tell what Mach is thinking. Is there a way to access whatever script file is in charge of its internal homing procedure? It's making no sense to me.



  2. #1182
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    What homing script are you using?
    Are you using the parallel port, or a motion controller?
    Do you have "Home Slave with Master" checked in General Config?

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  3. #1183
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Home Slave with Master is not checked.
    I am using G540 output and a very simple parallel port BOB. Signals show on the diagnostic screen nicely as M2 and M4 home. The home script is

    DoButton( 24 )
    DoButton( 23 )
    DoButton( 22 )
    DoButton( 25 )



  4. #1184
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Try using:

    DoButton(24)
    DoButton(22)
    RefCombination(10)

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  5. #1185
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Sorry no, dial indicators still show it way off. The home switches trigger on diagnostics at the zero for both indicators. For A axis, Mach goes back and forth twice after passing zero and then stops at a value anywhere .005" to .020" away. However, Y axis looks pretty good and seems to stay at zero after homing. A does not. Debounce and index are set at 2000.

    Y axis does not struggle at all and moves straight to zero. A seems to be struggling for some reason.



  6. #1186
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Are ALL settings the same for both axis, including the homing speed in Config > Homing Limits?

    If so, I'd try creating a new profile from scratch.
    Twice, I've had my .xml file become corrupt, and both times I noticed it because it caused issues with homing.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  7. #1187
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    540BVFD.mxl, or Mach3Mill.xml?

    And I found that despite axis values being saved previously the A axis did not have the same accelerations as the Y. Very strange.



  8. #1188
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Replaced the xml with 540 re configured all settings same result!!

    Now on closing, Mach says error found, Art Code: 9991, Attempt Recovery?

    Error triggered



  9. #1189
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    I'd completely uninstall Mach3, and re-install. And create an .xml from scratch, not from an existing one.

    It's either something in your settings, or a problem with your installation.

    Has this machine been running fine with this PC in the past?

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  10. #1190
    Member
    Join Date
    Nov 2003
    Location
    manitoba, canada
    Posts
    452
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Hello, just a repost from Artsoft forum where I started similar thread:

    Just FYI, got tired of dealing with Mach 3 and installed an Arduino between the parallel port and the 540, with a homing program connected to the switches and it works perfectly now. I can post the program if people want to see, lessons learned here were that Mach does control direction outputs and override the Arduino even if there is no movement, so you would either have to disable those outputs from Mach in software or disconnect the cable while using the Arduino homing program. A $10 solution.



  11. #1191
    Registered
    Join Date
    Jul 2016
    Location
    Spain
    Posts
    1
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Quote Originally Posted by justCNCit View Post
    Hello, just a repost from Artsoft forum where I started similar thread:

    Just FYI, got tired of dealing with Mach 3 and installed an Arduino between the parallel port and the 540, with a homing program connected to the switches and it works perfectly now. I can post the program if people want to see, lessons learned here were that Mach does control direction outputs and override the Arduino even if there is no movement, so you would either have to disable those outputs from Mach in software or disconnect the cable while using the Arduino homing program. A $10 solution.
    Please, add the link to your original thread in artist forum.

    Enviado desde mi D5803 mediante Tapatalk



  12. #1192
    Member Mike58's Avatar
    Join Date
    Dec 2016
    Location
    Slovenia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    to :
    CNC Limit & Home Switch Kit



    X²Design&Fabrication

    Hello x2,
    Please contact me with respect to above Kit- web page
    This site can’t be reached

    www.x2df.com’s server DNS address could not be found.



  13. #1193
    Member Mike58's Avatar
    Join Date
    Dec 2016
    Location
    Slovenia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Hello Roman,
    Could you please reply;
    1) is the triggering done in position A or B on the sketch -
    2) Can you indicate the distance in mm ?
    3) how far beck you need to go to get out of Hall sensor to be in "Green" again ?

    I am looking for solution on my Pick & Place where space is very limited....

    Thanks
    Mike



  14. #1194
    Member Mike58's Avatar
    Join Date
    Dec 2016
    Location
    Slovenia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    here the picture Roman

    Mike

    Attached Thumbnails Attached Thumbnails Electronic home switches made easy!-hall_x_test-jpg  


  15. #1195
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Roman hasn't been here for a few years now, unfortunately.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  16. #1196
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    24220
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Quote Originally Posted by Mike58 View Post
    Hello Roman,
    Could you please reply;
    Mike
    Yes, he has been also absent from other forums he belonged to since around 2013, also his web site has not been updated since then. https://www.romanblack.com/
    Al.

    CNC, Mechatronics Integration and Custom Machine Design

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


  17. #1197
    Member john-100's Avatar
    Join Date
    Mar 2007
    Location
    uk
    Posts
    2083
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Hi mike

    how close the magnet need to be to switch on a normally open HAL switch like the SS441
    depends on how powerful a magnet is and the minimum flux density to switch on as specified on the data sheet


    typical values for SS441
    switches on at 85 gauss
    switches off at 40 gauss
    hysteresis 45 gauss

    if the magnet is too strong
    you could use a magnetic shunt to weaken the magnetic field to reduce the gap between the switch and magnet when it switches on
    Roman advised against using super magets because they are too powerful !

    John



  18. #1198
    Member Mike58's Avatar
    Join Date
    Dec 2016
    Location
    Slovenia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Strange - I see this>:


    Attached Thumbnails Attached Thumbnails Electronic home switches made easy!-electronic-home-switches-made-easy-page-3-a  


  19. #1199
    Member ger21's Avatar
    Join Date
    Mar 2003
    Location
    Shelby Township
    Posts
    35538
    Downloads
    1
    Uploads
    0

    Default Re: Electronic home switches made easy!

    That's not Roman.

    Gerry

    UCCNC 2017 Screenset
    [URL]http://www.thecncwoodworker.com/2017.html[/URL]

    Mach3 2010 Screenset
    [URL]http://www.thecncwoodworker.com/2010.html[/URL]

    JointCAM - CNC Dovetails & Box Joints
    [URL]http://www.g-forcecnc.com/jointcam.html[/URL]

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  20. #1200
    Member Mike58's Avatar
    Join Date
    Dec 2016
    Location
    Slovenia
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Re: Electronic home switches made easy!

    Well Noted - thanks.
    Mike



Page 60 of 62 FirstFirst ... 1050575859606162 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

Electronic home switches made easy!

Electronic home switches made easy!