Floating Head TNG.

Page 1 of 2 12 LastLast
Results 1 to 20 of 31

Thread: Floating Head TNG.

  1. #1
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Floating Head TNG.

    Hello.

    I am converting from USB to TNG.

    But I am struggling with the new layout for inputs sensors etc. How do I setup a floating head with the TNG?

    Similar Threads:


  2. #2
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Found some help in another thread.

    But I have now downloaded the sheetcam post processor and when I try to generate code I get a lot of errors in TNG.

    See attachment. Any ideas?

    I figured the sheetcam post processor would be plug and play?



    Also, is it really neccesary to "probe" twice? This is a plasma table and I've had no issues with probing only once on the old cncusb controller. I would figure probing twice would take more time? Time = Money.

    Attached Thumbnails Attached Thumbnails Floating Head TNG.-probe-png  


  3. #3
    Member ScorpionTDL's Avatar
    Join Date
    Aug 2020
    Posts
    131
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Simply set the slow probe speed to 0 and you only get one Probe move with the high speed.



  4. #4
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Quote Originally Posted by ScorpionTDL View Post
    Simply set the slow probe speed to 0 and you only get one Probe move with the high speed.
    I'm using the post processor for sheetcam that PlanetCNC have made.

    I'm trying to edit the text in the pp.
    Here is a cut out where I supposed the settings are written:
    post.Text ("o<measure> sub\n")
    post.Text (" M73\n")
    post.Text (" #<z> = #<_z>\n")
    post.Text (" F#<_workoff_speed>n")
    post.Text (" G38.9 Z#<_sensor_thick>\n")
    post.Text (" G38.2 Z-1000\n")
    post.Text (" G92 Z#<_sensor_thick>\n")
    post.Text (" G00 Z#<z>\n")
    post.Text ("o<measure> endsub\n")

    And this is not like the Script in TNG:
    (name,Measure Work Height)


    O<PlanetCNC> if[[#<_probe_pin_1> EQ 0] AND [#<_probe_pin_2> EQ 0]]
    (msg,Sensor is not configured)
    M2
    O<PlanetCNC> endif


    M73 ;store state, auto restore
    G17 G90 G91.1 G90.2 G08 G15 G94
    M50P0 ;disable speed override
    M55P0 ;disable trans
    M57P0 ;disable swap
    M58P0 ;disable meta
    M10P1 ;motor enable
    M11P1 ;limits/probe enable


    #<startz> = #<_machine_z>


    M11P0 G38.2 Z-100000 F#<_workoff_speed>
    G91 G01 Z[+#<_workoff_swdist>]
    o<low> if [#<_workoff_speed_low> GT 0]
    G90 G38.2 Z-100000 F#<_workoff_speed_low>
    G91 G01 Z[+#<_workoff_swdist>] F#<_workoff_speed>
    o<low> endif
    M11P1 G90


    o<chk> if[NOTEXISTS[#<_probe_z>]]
    (msg,Measuring failed)
    M2
    o<chk> endif


    o<chk> if[#<_probe> EQ 0]
    (msg,Measuring failed)
    M2
    o<chk> endif


    #<off> = #<_probe_z>
    o<chk> if[#<_tooloff> NE 0]
    #<off> = [#<off> - #<_tooloff_z>]
    o<chk> endif
    #<off> = [#<off> - #<_coordsys_z>]
    #<off> = [#<off> - #<_warp_offset>]
    G92.1 Z[#<off> - #<_workoff_size>]


    G53 G00 Z#<startz>
    M2



  5. #5
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    See attachment for the post processor I found for sheetcam.

    This is obviously not up to date at all.

    Any help to make it up to date?

    Is there anyone running plasma cnc with the TNG?

    Attached Files Attached Files


  6. #6
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    You have old posts. You should get latest posts. They are included in "Samples" folder.



  7. #7
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Where can I find those? In the install folder?



  8. #8
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Quote Originally Posted by PlanetCNC View Post
    You have old posts. You should get latest posts. They are included in "Samples" folder.
    You should make some more blogs on your site. I am scoundering random posts and finding info that helps with different problems than what they address.



  9. #9
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Found the samples.

    But they are giving me new errors. See attached photo.

    Attached Thumbnails Attached Thumbnails Floating Head TNG.-probe2-png  


  10. #10
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    post.Text (" #<z> = #<_z>\n")
    post.Text (" M11P0 G38.2 Z-1000 F#<_tooloff_speed>\n")
    post.Text (" G91 G01 Z[+#<_tooloff_swdist>]\n")
    post.Text (" o<low> if [#<_tooloff_speed_low> GT 0]\n")
    post.Text (" G90 G38.2 Z-100000 F#<_tooloff_speed_low>\n")
    post.Text (" G91 G01 Z[+#<_tooloff_swdist>] F#<_tooloff_speed>\n")
    post.Text (" o<low> endif\n")
    post.Text (" M11P1 G90\n")
    post.Text ("\n")

    This is the code in the post processor. Why is this different from the guide you have on your site? https://planet-cnc.com/measure-work-...ovable-sensor/

    Also, the program skips these events entirely.

    I had to remove all the "calls" since it wasn't able to process these lines.



  11. #11
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Code in post is different because it does different things.

    I just tried SheetCam to make sure everything works as it should and it does.
    Here is generated g-code.

    Code:
    (Part: LetterP)
    (Filename: LetterP_Plasma.tap)
    (Post processor: PlanetCNC Plasma THC.scpost)
    (Date: 14/04/2021)
    o<measure> sub
      M73
      M50P0 ;disable speed override
      M55P0 ;disable trans
      M56P0 ;disable warp
      M57P0 ;disable swap
      M10P1 ;motor enable
      M11P1 ;limits/probe enable
      #<z> = #<_z>
      M11P0 G38.2 Z-1000 F#<_tooloff_speed>
      G91 G01 Z[+#<_tooloff_swdist>]
      o<low> if [#<_tooloff_speed_low> GT 0]
        G90 G38.2 Z-100000 F#<_tooloff_speed_low>
        G91 G01 Z[+#<_tooloff_swdist>] F#<_tooloff_speed>
      o<low> endif
      M11P1 G90
      o<chk> if[NOTEXISTS[#<_probe_z>]]
        (msg,Measuring failed)
        M2
      o<chk> endif
      G43.1 Z[#<_probe_z> - #<_tooloff_sensorZ>]
      M72
      M71
      G43.1
      G00 Z#<z>
    o<measure> endsub
    G21 G90 G91.1 G94 G49
    G00 Z10.0000
    G00 X23.8254 Y61.5407
    o<act> if [ACTIVE[]]
      o<measure> call
    o<act> endif
    G00 Z3.0000
    M03
    G04 P0.5
    G01 Z1.5000 F100.0
    M54 P1
    G02 X26.5407 Y61.5407 I1.3576 J-1.3576 F2000.0
    G02 X29.2500 Y55.0000 I-6.5407 J-6.5407
    G02 X20.7500 Y45.7805 I-9.2500 J0.0000
    G01 X20.7500 Y64.2195
    G02 X26.5407 Y61.5407 I-0.7500 J-9.2195
    G02 X26.5407 Y58.8254 I-1.3576 J-1.3576
    M54 P0
    M05
    G04 P0.75
    G00 Z10.0000
    G00 X34.6725 Y37.6122
    o<act> if [ACTIVE[]]
      o<measure> call
    o<act> endif
    G00 Z3.0000
    M03
    G04 P0.5
    G01 Z1.5000 F100.0
    M54 P1
    G02 X34.6725 Y40.3275 I1.3576 J1.3576 F2000.0
    G03 X40.7500 Y55.0000 I-14.6725 J14.6725
    G03 X20.0000 Y75.7500 I-20.7500 J0.0000
    G01 X5.5000 Y75.7500
    G02 X9.2500 Y79.5000 I-0.0000 J3.7500
    G01 X9.2500 Y5.5000
    G02 X5.5000 Y9.2500 I-3.7500 J0.0000
    G01 X24.5000 Y9.2500
    G02 X20.7500 Y5.5000 I0.0000 J-3.7500
    G01 X20.7500 Y34.2636
    G03 X34.6725 Y40.3275 I-0.7500 J20.7364
    G02 X37.3878 Y40.3275 I1.3576 J-1.3576
    M54 P0
    M05
    G04 P0.75
    G00 Z10.0000
    M02




  12. #12
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Quote Originally Posted by PlanetCNC View Post
    Code in post is different because it does different things.

    I just tried SheetCam to make sure everything works as it should and it does.
    Here is generated g-code.
    Yes it generates the code. But it is skipped entirely when you are running the code in TNG. It doesn't do anything with that code at all. It does not touch of.

    And if it were to get the settings from TNG it would be different settings then the ones we are setting up in the blog you have. So you have to correct one of them.

    You can't have a blog that tells you how to do something and then it is wrong when you get to the post processor. Which in my case isn't working at all.

    It is not getting the speeds which you have setup in settings and it is just bypassing these lines when you run it.



  13. #13
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Blog is not wrong. It correctly describes how to use moveable tool sensor to measure work position.
    Floating head is different thing. It uses tool offset settings to measure offset between plasma tool and sheet metal.
    G-Code that I posted is correct. It measures and adjusts tool offset before every pierce.



  14. #14
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Quote Originally Posted by PlanetCNC View Post
    Blog is not wrong. It correctly describes how to use moveable tool sensor to measure work position.
    Floating head is different thing. It uses tool offset settings to measure offset between plasma tool and sheet metal.
    G-Code that I posted is correct. It measures and adjusts tool offset before every pierce.
    Will you then upload the post processor you are using?

    The one in the samples is not working correctly.



  15. #15
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Please post generated g-code.

    I'm using post version 16/12/2019. It same one in "Samples" folder.



  16. #16
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by PlanetCNC View Post
    Please post generated g-code.

    I'm using post version 16/12/2019. It same one in "Samples" folder.

    This is what I am getting when I'm using your sample right out of the box.

    Attached Thumbnails Attached Thumbnails Floating Head TNG.-img_20210415_093643-jpg  


  17. #17
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Please post generated g-code and your exported profile .zip file.
    You can send it to our support email.




  18. #18
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Sent it to you now.



  19. #19
    Member
    Join Date
    Jun 2017
    Location
    Norway
    Posts
    119
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    Still not working like it should.
    Here is the code.

    (Part: Endeplugg til rør Duplicate 5)
    (Filename: 3MM 27.04 test.tap)
    (Post processor: PlanetCNC Plasma THC - Mult part.scpost)
    (Date: 27/04/2021)
    G21 G90 G91.1 G94 G49
    G00 Z15.0000
    G00 X83.1938 Y6.4777
    M08 (On lead in)
    o<act> if [ACTIVE[]]
    o<measure> call
    o<act> endif
    G00 Z3.8000
    M03
    G04 P0.2
    G01 Z1.5000 F100.0
    M54 P1
    G01 X81.5784 Y8.1149
    G01 X79.6821 Y10.0369 F3960.0
    G02 X71.0932 Y5.1389 I-13.4851 J13.6672
    M09 (On lead in)
    G02 X66.1970 Y4.5041 I-4.8962 J18.5652
    G02 X46.9970 Y23.7041 I0.0000 J19.2000
    G02 X66.1970 Y42.9041 I19.2000 J-0.0000
    G02 X85.3970 Y23.7041 I-0.0000 J-19.2000
    G02 X84.0596 Y16.6638 I-19.2000 J0.0000
    M08 (Before end)
    G02 X79.6821 Y10.0369 I-17.8627 J7.0403
    (Part: Endeplugg til rør)
    (Filename: 3MM 27.04 test.tap)
    (Post processor: PlanetCNC Plasma THC - Mult part.scpost)
    (Date: 27/04/2021)
    G21 G90 G91.1 G94 G49
    G00 Z15.0000
    G02 X78.1879 Y8.7088 I-13.4851 J13.6672
    M54 P0
    M05
    G04 P0.3
    G00 Z15.0000
    G00 X40.1938 Y6.4777
    M08 (On lead in)
    o<act> if [ACTIVE[]]
    o<measure> call
    o<act> endif
    G00 Z3.8000
    M03
    G04 P0.2
    G01 Z1.5000 F100.0
    M54 P1
    G01 X38.5784 Y8.1149
    G01 X36.6821 Y10.0369 F3960.0
    G02 X28.0932 Y5.1389 I-13.4851 J13.6672
    M09 (On lead in)
    G02 X23.1970 Y4.5041 I-4.8962 J18.5652
    G02 X3.9970 Y23.7041 I0.0000 J19.2000
    G02 X23.1970 Y42.9041 I19.2000 J-0.0000
    G02 X42.3970 Y23.7041 I-0.0000 J-19.2000
    G02 X41.0596 Y16.6638 I-19.2000 J0.0000
    M08 (Before end)
    G02 X36.6821 Y10.0369 I-17.8627 J7.0403
    G02 X35.1879 Y8.7088 I-13.4851 J13.6672
    M54 P0
    M05
    G04 P0.3
    G00 Z15.0000
    M02
    o<measure> sub
    M73
    M50P0 ;disable speed override
    M55P0 ;disable trans
    M56P0 ;disable warp
    M57P0 ;disable swap
    M10P1 ;motor enable
    M11P1 ;limits/probe enable
    #<z> = #<_z>
    M11P0 G38.2 Z-1000 F#<_tooloff_speed>
    G91 G01 Z[+#<_tooloff_swdist>]
    o<low> if [#<_tooloff_speed_low> GT 0]
    G90 G38.2 Z-100000 F#<_tooloff_speed_low>
    G91 G01 Z[+#<_tooloff_swdist>] F#<_tooloff_speed>
    o<low> endif
    M11P1 G90
    o<chk> if[NOTEXISTS[#<_probe_z>]]
    (msg,Measuring failed)
    M2
    o<chk> endif
    G43.1 Z[#<_probe_z> - #<_tooloff_sensorZ>]
    M72
    M71
    G43.1
    G00 Z#<z>
    o<measure> endsub
    Machine and work set to 0. The measure thing does absolutely nothing. If I set 0 10mm above material it still thinks 0(10mm) is 0. So it goes down measures, goes up to 25 and down to 13.8 and starts cutting.

    Also the program does not turn off the torch after the part is finished. It first goes up to Z15 and then turn the torch off.

    This post processor has so many bugs in it.

    Attached Files Attached Files


  20. #20
    Member PlanetCNC's Avatar
    Join Date
    Mar 2017
    Location
    Slovenia
    Posts
    1310
    Downloads
    0
    Uploads
    0

    Default Re: Floating Head TNG.

    This g-code is correct and behaves exactly like it should. Post is correct.
    If behavior is like you described then you don't have machine correctly configured and/or you don't know how to use it.



Page 1 of 2 12 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

Floating Head TNG.

Floating Head TNG.