584,802 active members*
5,071 visitors online*
Register for free
Login
IndustryArena Forum > Manufacturing Processes > Other Manufacturing Processes > retrofit cnc press brake with Dynomotion
Results 1 to 11 of 11
  1. #1
    Join Date
    Jan 2020
    Posts
    34

    Smile retrofit cnc press brake with Dynomotion

    Dear everyone,
    I'm new here. I want to ask, has anyone ever retrofit a CNC controller press brake machine with KFLOP and KANALOG of Dynomotion?

  2. #2
    Join Date
    May 2006
    Posts
    4043

    Re: retrofit cnc press brake with Dynomotion

    TK
    http://dynomotion.com

  3. #3
    Join Date
    Jan 2020
    Posts
    34

    Re: retrofit cnc press brake with Dynomotion

    Quote Originally Posted by TomKerekes View Post
    Here's one:

    [URL="https://www.cnczone.com/forums/bending-forging-extrusion-/94101-cnc-pressbrake-build.html"]


    https://youtu.be/38hfwvIbnjo
    Does this run with G code?

  4. #4
    Join Date
    May 2006
    Posts
    4043

    Re: retrofit cnc press brake with Dynomotion

    Yes
    TK
    http://dynomotion.com

  5. #5
    Join Date
    Jan 2020
    Posts
    34

    Re: retrofit cnc press brake with Dynomotion

    thank you, my leader is currently purchasing canals, kflop and konect. is there a sample g code for the press brake, so that later I can develop it when my order arrives?

    [email protected]

  6. #6
    Join Date
    May 2006
    Posts
    4043

    Re: retrofit cnc press brake with Dynomotion

    Hi irmad,

    You would need to be more specific what you need to do. GCode for a press brake is usually fairly simple. Move down to press, dwell then raise the press. Something like:

    Code:
    G21 (mm mode)
    G 1Z-100 F100 (Move down at 100mm/minute)
    G4 P2 (dwell 2 seconds)
    G1 Z0 F200 (Move back up at 200mm/minute)
    M30 (end)
    TK
    http://dynomotion.com

  7. #7
    Join Date
    Jan 2020
    Posts
    34

    Re: retrofit cnc press brake with Dynomotion

    got excited, wanted to start to retrofit.
    Sir, I contacted sales @ dynomotion many times. but there is no answer. because my leader is willing to buy.

  8. #8

    Re: retrofit cnc press brake with Dynomotion

    Quote Originally Posted by TomKerekes View Post
    Very nice.
    http://cncmakers.com/cnc/controllers/CNC_Controller_System/CNC_Retrofit_Package.html

  9. #9
    Join Date
    Jan 2020
    Posts
    34

    Re: retrofit cnc press brake with Dynomotion

    Quote Originally Posted by TomKerekes View Post
    Hi irmad,

    You would need to be more specific what you need to do. GCode for a press brake is usually fairly simple. Move down to press, dwell then raise the press. Something like:

    Code:
    G21 (mm mode)
    G 1Z-100 F100 (Move down at 100mm/minute)
    G4 P2 (dwell 2 seconds)
    G1 Z0 F200 (Move back up at 200mm/minute)
    M30 (end)
    Code:
    G0 z1000
    G21 (mm mode)
    G1 Z500 F100 (Move down at 100mm/minute)
    G1 Z250 F50 (Move slow down at 50mm/minute)
    G4 P2 (dwell 2 seconds)
    G1 Z1000 F200 (Move back up at 200mm/minute)
    M30 (end)
    please, give me advice for the code I made above. is there something wrong.
    and how to add additional code for swith / pedal. because I want this code to run when I step on the pedal. there are 2 pedals in my engine, for up and down.
    I deliberately wrote z1000, because I wanted to start from the top position, and as Top Dead / Homing.

  10. #10
    Join Date
    May 2006
    Posts
    4043

    Re: retrofit cnc press brake with Dynomotion

    Hi irmad,

    please, give me advice for the code I made above. is there something wrong.
    What is the problem? What happens?

    One issue I see is you do a G0 Z1000 before setting mm. So that might be inches instead depending on the mode.


    and how to add additional code for swith / pedal. because I want this code to run when I step on the pedal. there are 2 pedals in my engine, for up and down.
    The code moves up, then down, then up. Why would you want an up and down pedal? Please be more specific on what you want to do.
    TK
    http://dynomotion.com

  11. #11
    Join Date
    Jan 2020
    Posts
    34

    Re: retrofit cnc press brake with Dynomotion

    oh ... my god, i just got it now. meaning z0 is starting from the top, or the beginning of the RAM position is above, and must write G21 first. I'm sorry sir, because I don't understand the article about the g code that I read, they write x0 y0 x0 is in the middle / homing, if you want to go up 100mm, the number becomes z100 (that's my understanding).
    while for the pedal, if I choose manually, I use 2 pedals, the right pedal to go down and the left pedal to go up. if I choose auto, I only use 1 right pedal, the ram will go down fast, then go down slowly, then silence 2 seconds, then go back to homing / TDC, and the left pedal to cancel so the ram returns up / homing.

Posting Permissions

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