585,888 active members*
3,896 visitors online*
Register for free
Login
Results 1 to 18 of 18
  1. #1
    Join Date
    May 2014
    Posts
    17

    Screenset 2010

    Hello,

    I installed screenset 2010 seems to work well, I just have a problem with the two macros:

    Auto Zero Single
    Auto Zero Initial


    Losque I click on the corresponding icons I invariably the same message:

    "Please change to working coordinate"

    I tried several unsuccessful manipulation.

    Can someone tell me how to solve my problem?

    Thank you in advance

  2. #2
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    Reload the default 1024.set screenset and click the machine coordinates button to turn off machine coordinates. Then change back to the 2010 Screenset
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  3. #3
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    thank,

    now i have another problem

    after the first contact of the tool on the sensor, pin back and begins a slow descent but the macro stop with the following error message:

    "Probing Error: no hit when finished move"

  4. #4
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    How much Z travel do you have?


    In the M881, M889, and M6 end macro, there's a section of code that looks like this. Change the FirstProbeDist value to a number greater than your Z travel.


    If GetOEMLED(801) Then ' On = English Measure INCH

    FirstProbeDist = 6.0 ' Probe down 6 inches
    FirstRetractDist = 0.05 ' Then retract .05 inch
    SecProbeDist = 0.25 ' Then probe down .25 inches
    FirstProbeFeed = 10.0 ' First probe feed @ 10 ipm
    SecondProbeFeed = 1.0 ' Second probe feed @ 1 ipm
    ClearAllow = 0.125 ' Max Allowable Clearance = Z Machine Zero - .125in

    Else ' Off = Metric Measure MM

    FirstProbeDist = 150.0 ' Probe down 150mm
    FirstRetractDist = 1.0 ' Then retract 1mm
    SecProbeDist = 6.0 ' Then probe down 6mm
    FirstProbeFeed = 250.0 ' First probe feed @ 250 mm/min
    SecondProbeFeed = 25.0 ' Second probe feed @ 25 mm/min
    ClearAllow = 2.0 ' Max Allowable Clearance = Z Machine Zero - 2mm

    End If
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  5. #5
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    Hello,

    I have a problem when using this function détexction:

    Click image for larger version. 

Name:	Sans titre.bmp 
Views:	0 
Size:	16.5 KB 
ID:	239602

    When I started the process, the detection of Y + goes well.
    The probe moves to the other side for scanning in Y-and thence validated despite the continuous electrical contact probe movement in Y-...
    I noticed that this was reversed if my machine was zero in Y + on the first probe before the start of the procedure.
    Do you have a solution?

  6. #6
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    I'm sorry, but I don't understand the question. Can you post a video of what's happening?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  7. #7
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    Sorry but the problem can break my machine.
    It's very simple when I use the function, palpation works very well for the first side (first stage) and during the second palpation the machnine does not end in contact with the probe.
    I am absolutely certain that the electrical contact is made.

    Attachment 239604

    The drawing if the zero machine is # 1, the first probing is ok and the second crash.
    The drawing if the zero machnie is # 2, the first probing crash

  8. #8
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    Are you using the parallel port?

    Are you in G91 mode when you start probing?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  9. #9
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    No USB card

    and no G90

  10. #10
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    I'll look at it when I get home from work.
    Can you email me your .xml file?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  11. #11
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    ok
    Attached Files Attached Files

  12. #12
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    What version of Mach3 are you using?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  13. #13
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    Also, can you show me a screen capture of your probing page?
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  14. #14
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    ok

  15. #15
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    Mach3 R3.043.066

  16. #16
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    So you're not using the parallel port. What USB device are you using?

    I think it may be an issue with the plugin for your device.

    I just tested it on my machine, using the parallel port, and it works fine here.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

  17. #17
    Join Date
    May 2014
    Posts
    17

    Re: Screenset 2010

    I use eCut motion control card.

  18. #18
    Join Date
    Mar 2003
    Posts
    35538

    Re: Screenset 2010

    Can you test this with a PC with a parallel port?

    You'll need to contact the developer of that board and have them look into the issue. The .pdf says it supports auto zeroing, but it doesn't say it supports XY probing.

    Since it works fine here, and I've never had this issue reported before, I suspect the plugin is not handling the probing properly.

    I had another user last week with another probing issue, and the problem was the card he was using.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

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

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

Similar Threads

  1. How do I wire a touch plate for the 2010 Screenset?
    By offthewall in forum Screen Layouts, Post Processors & Misc
    Replies: 5
    Last Post: 02-03-2014, 05:38 AM
  2. Probing inside corners with the 2010 Screenset
    By Megaplow in forum Screen Layouts, Post Processors & Misc
    Replies: 2
    Last Post: 01-23-2014, 08:18 PM
  3. 2010 Screenset error confusing me....
    By racedirector in forum Mach Software (ArtSoft software)
    Replies: 1
    Last Post: 05-25-2012, 04:47 PM
  4. Does anyone have the Mach 3 screenset
    By carlnpa in forum Screen Layouts, Post Processors & Misc
    Replies: 12
    Last Post: 12-06-2010, 05:12 AM
  5. edgcam 2010 and inventor 2010
    By inflateable in forum EdgeCam
    Replies: 8
    Last Post: 03-22-2010, 09:03 AM

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
  •