585,719 active members*
4,203 visitors online*
Register for free
Login

Search:

Type: Posts; User: arie kabaalstra

Page 1 of 12 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,027

    Re: Invert Slave servo Y

    Ok.. i admit.. i don't know anything about servo's.. but.. maybe... inverting the encoder signal in some way?..
  2. Replies
    6
    Views
    1,027

    Re: Invert Slave servo Y

    erhm... in that case.. Flip the wiring of one of the servo's?
  3. Replies
    36
    Views
    18,094

    Re: Eding CNC Control Forum

    Yup.. www.miro.com
    You can use the Free version which is already quite Complete..

    as for the meeting, I have something to show..

    at the moment the Code Editing part works, I can make my own...
  4. Replies
    36
    Views
    18,094

    Re: Eding CNC Control Forum

    Currently i'm Coding my ass off, i have a CNC Meeting early November, and i need something to show there..

    Progress has been slow, since there has been other (Design) work as well, so i need to...
  5. Replies
    36
    Views
    18,094

    Re: Eding CNC Control Forum

    A programming App is what is missing with all PC Based Controllers, like EdingCNC and LinuxCNC, and with "programs that can merely make a CNC machine move" like Mach.


    At least there is a...
  6. Replies
    0
    Views
    831

    Re: Eding Tool Setter Help

    The Best way to use a Toolsetter is Using it as an NC Contact,
    I don't know if you are capable of writing or modifying your macro, but i've discovered that there is no Control on the "SwitchType"...
  7. Replies
    1
    Views
    3,301

    Re: Workspace error

    G20/G21?.. Machine setup in Inches instead of millimeters?..
  8. Replies
    36
    Views
    18,094

    Re: Eding CNC Control Forum

    https://www.cnczone.com/forums/attachment.php?attachmentid=495504&stc=1

    This is what the Console for the Lathe looks like.
    Also with a Heidenhain Keyboard, a TE 400 this time.

    It is quite easy...
  9. Re: My First CNC, own design, buidling in progress

    There's something going on at the moment..

    Since i recently did an Upgrade to the Control of my Lathe, i swapped Windows XP for Windows 10, and wrote a new Macro for the EdingCNC control, I...
  10. Re: Let me shed some light on Macro programming

    That is the reason i started Devellopment of E++. i wanted the Syntax Coloring and Indentation like i have in Notepad++, but without all the extra functions you don't need.. and some extra's for...
  11. Re: Let me shed some light on Macro programming

    I wanted Colours as well, that is why i made E++.. I do need some "Time off" so i can Translate the manual to English, so i can put the link here..


    but there are plenty of Editors providing...
  12. Re: Let me shed some light on Macro programming

    what are you trying to prove here?..
  13. Replies
    7
    Views
    5,973

    Re: 3d scanning probe multiaxis

    With EdingCNC you can store probe points in parameters, and use these to calculate if probed points are on a curve, then you could calculate ahead to see if the next point is on that same curve..
    ...
  14. Re: Kabaalstra is back, CNC-ing a Small Slantbed lathe

    that is only with PC Based "Hobby" CNC Controls.. I've looked at a few of these.. and immediately after.. i had the urge to rinse my eyes.. with THIS!
    ...
  15. Replies
    20
    Views
    3,962

    Re: optimal clearance ?

    In my book.. Such discrepancies between offset and dimension, call for a more Rigid setup, or even hardturning..but that requires a way different machine..
    ...
  16. Replies
    20
    Views
    3,962

    Re: optimal clearance ?

    if your setup isn't rigid.. don't bother hitting the green button i always say...

    if your machine isn't rigid and repeatable, get a forklift, and throw the thing in a Dumpster..

    I've been...
  17. Replies
    7
    Views
    5,973

    Re: 3d scanning probe multiaxis

    https://www.youtube.com/watch?v=5JnDloaC1YQ&t=135s
    \
    Hold my Beer.. :cheers:

    in the past i've been working a lot on 3D probes.. i have now a new design, that should be easier to build and...
  18. Replies
    20
    Views
    3,962

    Re: optimal clearance ?

    that all depends on the machine..I used 2 mm on the Bridgeport VMC 800, 1000, 600, 610, Interact, Oerlikon Vector, Schies & Froriep, Kiheung, Basically every Heidenhain Operated Machine i ever worked...
  19. Re: Kabaalstra is back, CNC-ing a Small Slantbed lathe

    http://www.egerobotik.com/gallery_gen//b31caabf71db44d95b7a0b267e541b9c_960x590.jpg

    Yes and No.. You can Actually make your own GUI, but you have to be able to write that in C++, basically writing...
  20. Re: Kabaalstra is back, CNC-ing a Small Slantbed lathe

    The workflow..

    Ok.. Here Goes..
    when i need to turn something, i can either do it one cycle/operation at a time, or just program the lot in one go.

    That programming is done in EdingCNC.

    ...
  21. Re: Kabaalstra is back, CNC-ing a Small Slantbed lathe

    G00 Z-15
    ;CYCLE FILLET FACING
    #1001=22.5 (X1)

    #1003=-17.984 (Z1)

    #1011=37 (X2)

    #1013=-19.944 (Z2)
  22. Re: Kabaalstra is back, CNC-ing a Small Slantbed lathe

    I've been busy lately...

    i wrote a new Macro for EdingCNC, since the old one could use some improvements.
    The old macro made "tiny programs" that were automatically loaded in EdingCNC on...
  23. Re: Let me shed some light on Macro programming

    https://www.cnczone.com/forums/attachment.php?attachmentid=494682&stc=1


    I did write my own Editor with Syntax Marking and Indentation, i could use NotePad++, but that has too many functions you...
  24. Re: Let me shed some light on Macro programming

    There is a way to rewrite your M-Codes in EdingCNC, you could for instance put G28 into the M2 Routine to make the machine move to G28 at the end of a program.

    Furthermore, as you can clearly see,...
  25. Re: Let me shed some light on Macro programming

    SUB M33
    IF [#24==-10000000000.000]
    IF [#25==-10000000000.000]
    #3701=[#5001]
    #3702=[#5002]
    #1280=[3]
    GOSUB SET_PLANE
    ...
  26. Re: Let me shed some light on Macro programming

    Folks, it has been a while, but recently i found something REALLY COOL in the manuals:

    the parameters 1-26 represent the letters of the alphabet: A=#1, B=#2 and so on until Z=#26

    This means...
  27. Replies
    7
    Views
    1,392

    Re: First CNC Lathe

    The Concept 60 is a nice and small machine.. i would like to have one too..
    But.. the Concept 60 is intended with educational purposes in mind.

    Basically it is a Modernised EMCO Compact 5 CNC,...
  28. Replies
    7
    Views
    1,392

    Re: First CNC Lathe

    The EMCOturn 120 Standard comes with either an EMCOtronic t1, or an EMCOtronic TM02 Control.

    I am used to far more modern controls, like Heidenhain and Fagor, but!.. the TM02 is quite easy to...
  29. Replies
    7
    Views
    1,392

    Re: First CNC Lathe

    I first Googled Omniturn GT75.. before i was going to say "EMCOturn 120" because that machine is way smaller.. I have one though, and i really like it..but it only has a 20 mm Main spindle bore.
    I...
  30. Replies
    4
    Views
    4,106

    Re: Lathe Turning?

    I heard that!... at the moment EdingCNC still works with the single input from an "encoder" which can be as simple as a limitswitch mounted facing a disc on the spindle with one hole in it..
    I do...
Results 1 to 30 of 355
Page 1 of 12 1 2 3 4