585,599 active members*
3,665 visitors online*
Register for free
Login

Search:

Type: Posts; User: vincent.pomerleau

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    4,320

    Re: Using variable

    What are you trying to do or what is the problem ?
  2. Replies
    14
    Views
    4,320

    Re: Using variable

    Hi
    For the first error remove de space from

    METRIC_O UT) -----> METRIC_OUT)

    For second error, my post is build to handle angle head for horizontal work, I have the working_plane...
  3. Replies
    250
    Views
    138,320

    Re: Help with Novusun NVEM control card

    Yes it helped a lot ! Have you did the same thing for the outputs to turn on the vfd ?
  4. Replies
    250
    Views
    138,320

    Re: Help with Novusun NVEM control card

    Can you provide me more details on how to wire the transistor and the resistor to the outputs? And the number of the transistor, I not really versed in electronics! Thanks
  5. Replies
    250
    Views
    138,320

    Re: Help with Novusun NVEM control card

    I'm also looking for the .bin file for EC500/NVEC400, someone have them?
  6. Re: Novusun EC500 Mach3 no Spindle output

    Hello abc123456789!
    Did you receive a cd with this control?
    I'm looking for a .bin file to reset the firmware on mine
    Thanks
  7. Need help! Nvec400/EC500 Firmware

    I accidentally flash my firmware with the wrong .bin file in mach3, does someone have the right one for this controller, I have the nvec400 but in the attached picture, I saw that ec500 should work,...
  8. Re: is there a bug in ID turning allowances?

    Never had this issue with allowance, I put it in positive and it leave material (OD & ID)... for the rough cycle, you can set the final cut amount to zero and no cleanup will be generated
  9. Re: Work coordinate system or post processor modification

    I flip my center for my right angle head
    Here's my how I do it

    :SECTION=CALC_CENTER(DVAL,DEFAULTVAL,GC,GG,G_GROUP,MACH,PREV,P_REG,REGISTER,AIC)
    :C: IF ATTROVERRIDE=YES THEN DVAL=ATTRDVALUE...
  10. Replies
    14
    Views
    4,320

    Re: Using variable

    Copy this to you .lib file, it should work, you may have to reverse your arc direction to make this works,register are x=24 y=25 z=26
    ...
  11. Replies
    14
    Views
    4,320

    Re: Using variable

    at the start of .src file change these
    LEADING=FALSE
    INT_LEADING=FALSE
  12. Replies
    14
    Views
    4,320

    Re: Using variable

    Replace :( by : (
  13. Replies
    14
    Views
    4,320

    Re: Using variable

    Try replacing these sections in .src file

    :SECTION=LINE_LEADIN_MOVE_MILL
    :T:C<%:(COMP-40)><G:1><X!><Y!><Z><F><EOL>...
  14. Replies
    14
    Views
    4,320

    Re: Using variable

    Try thes syntaxes
    <"#3.3T":STOCK_LENGTH>
    <"#3.3T":STOCK_WIDTH>
    <"#3.3T":STOCK_HEIGHT>
    <"#3.4":TOOL_DIAMETER>
    For tool description, I never try it
    You can try add this to your mill.lib file...
  15. Re: Camworks Postprocessing pockets and face milling on a sinumerik 840D

    You could use the CNC compensation in NC tab to do this, I think it's less a risk than programming a pocket without any visual simulation, unless your machine cycle work exactly as the camworks...
  16. Re: Camworks Postprocessing pockets and face milling on a sinumerik 840D

    You could use the CNC compensation in NC tab to do this, I think it's less a risk than programming a pocket without any visual simulation, unless your machine cycle work exactly as the camworks...
  17. Re: Camworks Postprocessing pockets and face milling on a sinumerik 840D

    It's possible to implement them as post operation but you will not have simulation of them !! I don't see any advantage of using conversational programming within a CAM system...
  18. Re: Keep Out Area and Pcokets the Width of the Endill

    I my example I only made a Boss feature with avoids(no islands) , It make my rectangular part in a single pass (no stepover) and I use the tool that I want! Hope this help!
  19. Re: edit the post to move the tool list after the program number

    the .lib file I expected was FANCMD.lib , not MILL.lib
    Do you make your changes in the MILL.lib file?
    If so, do them in the FANCMD.lib and recompile, it should work!
    Its better not modifying the...
  20. Re: edit the post to move the tool list after the program number

    try changing the extensions to .txt
  21. Re: edit the post to move the tool list after the program number

    Attach your .src and .lib file and I will take a look
  22. Re: edit the post to move the tool list after the program number

    In your calc_start_of_tape section you will find

    :C: CALL(START_OF_TAPE)

    put your command right after

    :C: CALL(START_OF_TAPE)
    :C: GETTOOLS(2,OUTPUT_TOOL_LIST)

    I assume your N100 line is...
  23. Re: Keep Out Area and Pcokets the Width of the Endill

    Use avoid area to do this using sketch , it work well!
    377082
    377084
    377086
  24. Replies
    0
    Views
    573

    OSAI OPEN Series

    There's someone here who have the WinPlus software to edit PLC programs and the WinPlus libraries to create application to communicate with the CNC
  25. Replies
    5
    Views
    1,919

    Re: Calculatre the tool radius

    :( = : ( WITHOUT SPACE
  26. Replies
    5
    Views
    1,919

    Re: Calculatre the tool radius

    Sorry I checked in the documentation and there isn't TOOL_RADIUS variable
    try this

    :T:<N><T!><AXIS_PLANE><S!> DR-<#:(TOOL_DIAMETER/2)><EOL>
  27. Replies
    5
    Views
    1,919

    Re: Calculatre the tool radius

    TRY
    :T:<N><T!><AXIS_PLANE><S!> DR-<#:TOOL_RADIUS><EOL>
  28. Replies
    10
    Views
    5,185

    Re: help on toolist EC editor camworks

    :SECTION=OUTPUT_TOOL_LIST
    :T: <SEMICOLON><LEFT_PAR>T<"%2LNT":TOOL>=<TOOL_COMMENT> STICKOUT <"#1.3":TOOL_PROTRUSION><RIGHT_PAR><EOL>
  29. Replies
    14
    Views
    15,102

    Re: Programming with Focas library

    According to my documentation, with a 31i control you need the FWLIB30i.DLL, if it's a FS31i, you need the FWLIBNCG.DLL.
  30. Replies
    14
    Views
    15,102

    Re: Programming with Focas library

    Yes! there are other .dll than the fwlib32.dll, it depend on the control you're using
Results 1 to 30 of 69
Page 1 of 3 1 2 3