3d edge finder - Page 2

Page 2 of 2 FirstFirst 12
Results 21 to 34 of 34

Thread: 3d edge finder

  1. #21
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    Well it would be good to have all of those options if possible please.



  2. #22
    Registered
    Join Date
    Jan 2018
    Location
    Germany
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    Update: Yesterday i changed back to V1 !old! version of PlanetCNC Software.
    Now milling works perfekt with edgefinder. But one question:
    My touchneedle is at the moment diameter 6mm.
    If i set "Größe"??? or "thickness" to 6mm tooloutside is equal to workpeace in x and y.
    Should it be not in the middle of 6mm tool?



  3. #23
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    https://planet-cnc.com/adding-custom...-tng-software/

    See bottom of page for custom feature measurement files.



  4. #24
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    Thanks for files. Angle finder file reports "ERROR IN GCODE: left bracket missing after unary operation"
    Centre finder file runs OK.



  5. #25
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    Error is wrong. Problem is that ATAN2 fails when software tries to draw this g-code to 3D display. Points are not really probed and are all zeroes.
    This is workaround:

    o<100> if [[#<py2> NE #<py1>] OR [#<px2> NE #<px1>]]
    #<ang1> = [ATAN2[[#<py2>-#<py1>],[#<px2>-#<px1>]]]
    (print,Angle: #<ang1>)
    o<100> endif



  6. #26
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    I do not pretend to understand this. Do not know about your normal customer base, but they must be many levels above me.
    Where do I post this workaround code?



  7. #27
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    In script that measures angle.
    Perhaps it is best that you wait for next version if you don't want to edit scripts yourself. Measure scripts will be included and fully tested.



  8. #28
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    Did not say do not want to, simply asked how to,
    But no worries I will revert the new machine to Mach 3 with Gerry`s 2010 screenset. That will give me everything I need.
    I will revisit Planet CNC in 3/6 months? When is ready.



  9. #29
    Registered
    Join Date
    Jan 2018
    Location
    Germany
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    Or you go back to V1? I did it and everything works. I`m sad cause of the problems with TNG but i`m sure i`m go back to TNG when final version is running so easy like old version.



  10. #30
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1304
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    @Eatonbrayer:

    In UD7 script replace this:

    #<ang1> = [ATAN2[[#<py2>-#<py1>],[#<px2>-#<px1>]]](print,Angle: #<ang1>)

    with

    this:
    o<100> if [[#<py2> NE #<py1>] OR [#<px2> NE #<px1>]]
    #<ang1> = [ATAN2[[#<py2>-#<py1>],[#<px2>-#<px1>]]]
    (print,Angle: #<ang1>)
    o<100> endif



  11. #31
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    Thank you! It is now working.



  12. #32
    Registered
    Join Date
    Jan 2018
    Location
    Germany
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    Now i made steps like manual too.
    But if i messure center, mashine move till contact material left, move back to startposition, move till contact material right and move with g00 different distance.
    then when not crashed to endswitch, same in y direction. Move till contact y-, move to startposition, move till contact y+ and with goo y+ different distance.
    So if i probe a real material, my probesensor will be broke.

    If i use Messure Angle, mashine moves y+ till contact material twice and brake with error:

    left bracket missing after unary operation
    Line: #<ang1> = [ATAN2[[#<py2>-#<py1>],[#<px2>-#<px1>]]]


    How to probe Workpeace position (Workpeacezero XY) in x+ and y+ direction?



  13. #33
    Member
    Join Date
    Apr 2012
    Location
    U.K.
    Posts
    91
    Downloads
    7
    Uploads
    0

    Default Re: 3d edge finder

    Having stated "Working" I retract that statement. I too would not use it with my probe.
    I fortunately have another machine with Mach3 and 2010 screenset. Works like a dream.
    Lets wait for TNG software to be completed. Make sure we have lots of candles for several birthday cakes!!!!!



  14. #34
    Registered
    Join Date
    Jan 2018
    Location
    Germany
    Posts
    21
    Downloads
    0
    Uploads
    0

    Default Re: 3d edge finder

    I think it's a pity that it takes so long until the TNG is completed and the functions are not working properly. Of course, the developers are busy building and improving, but at the moment TNG is not yet operational.
    I'm also building my second CNC milling machine and I'm thinking about using the Planet CNC solution again or changing completely. Maybe I'll try a solution with Mach 3 or Linux CNC.



Page 2 of 2 FirstFirst 12

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

3d edge finder

3d edge finder