584,805 active members*
5,194 visitors online*
Register for free
Login

Search:

Type: Posts; User: norbert.barnard

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,956

    Re: VMC Oi fanuccontrol

    Hi,
    1st check to do is to see of ABS and Machine Position correspond, i.e.
    position ABS XYZ should show the same values as the machine position when the G54 XYZ is all ZERO (G54 is active)

    if...
  2. Re: Any way to use Siemens type "label" function in Fanuc

    Hi,

    as you did not specified, for i-series controls, as follows,
    1. after M30, the end of the normal program, you add the next of sequence number ( in sequence),i.e. last number-99, plus 100 =...
  3. Replies
    2
    Views
    1,642

    Re: CYCLE84 USING ANGLE HEAD 90 °

    hi,

    welcome

    you can start by informing us about the machine make & model + cnc control type & model.

    el's we have no clue :)
  4. Re: Dynamic value allocation in Fanuc 18i/0i-Tb

    Hi,

    as #1100's are often used by the mtb, this method have restrictions.

    an individual method is to program i.e. #500=50 before in the cnc file,

    then you can use windr function to read a...
  5. Re: How to vary a threshold with each M-code call

    Hi,
    option C, just read the prepared variable value with windr function every time
  6. Replies
    1
    Views
    489

    Re: G43 help needed

    Hi,

    tool length compensation C is needed to compensate on the parallel axis for Z, param 5001#0=1
  7. Replies
    17
    Views
    3,836

    Re: I have solved

    Hi,

    meaning of [54]
    5 = number of digits before the decimal point
    4 = number of digits after the decimal point

    cheers
  8. Replies
    17
    Views
    3,836

    Re: Programmed RS-232 output

    Hi, Bertus,

    sample:
    (SAMPLE,2005-11-03)
    (OI-C, OUTPUT=DATE-TIME,PARTS-COUNTER,SKIP-POSITION)
    (SET 20=0,100=#3/5/7=1,101#0/7=1,102=0,103=11)
    (9600N2)
    POPEN
    DPRNT[D#3011[80] T#3012[80]] ...
  9. DAHLIH MVC1020 with FANUC O-MB control, pmc parameters needed

    Good morning,

    This machine have lost all parameters,

    could some-one pls help me with the CNC and PMC parameters.

    due to the pmc not being visible and print-out is not available, it is not...
  10. Replies
    2
    Views
    809

    Re: Weaving style function

    Hi,

    there is more than one way to achieve this motion with little effort,

    the condition is important:
    1. is this oscilation linked in any way to the linear axis movement, i.e. keep oscilating...
  11. Re: Heidenhain iTNC530 Recovery Macro/Sub Prog

    Hi,
    read the itnc_530__conversational_programming manual for code M148.

    that might be what you are looking for

    regards
  12. Re: MPG Handle problem - Fanuc Series Oi-MB

    Hi,
    this sounds like a cable problem or bad connection inside the mpg unit.

    if this does not fix the problem, you can contact me directly.

    regards
    Norbert
  13. Re: Manual guide i on a 30i control......

    Hi,
    is your machine 1 one-path system ?

    MGi will not interfere.

    regards
  14. Replies
    17
    Views
    3,171

    Re: 31i macro argument issues

    the concept you want to use do work, i applied this method regularly.

    up to a 9 digit number would work, no limitations, leading zero's does nothing.

    as you did not post your original program,...
  15. Re: Dual path 31i-B M01 Optional stop freezing opposing path

    Just synchronise both path, with the M-code, before M01 is reached.

    M01 also stop the spindle, so the slower path can't carry-on
  16. Replies
    2
    Views
    1,295

    Re: DOOSAN PUMA 240 MACRO CODE

    it is the same
  17. Replies
    8
    Views
    2,520

    Re: System Variables

    Hi John,
    the below example is in the fanuc manual:
    O9110;
    #1=#4001; .......................Stores G00/G01.
    #3=#4003;.........................Stores G90/G91....
  18. Replies
    13
    Views
    6,160

    Re: GOTO condition

    Hi,

    Please find the answer to your 1st mail below;
    GOTO[#4314+3]

    some info;
    then program 9000, T-code call,
    i don't see the practical advantage as the file does nothing extra than a normal...
  19. Replies
    2
    Views
    1,111

    Re: Spindel cooler

    Hi,
    the cooler unit is self-controled,
    the cnc do not control the cooler.
    the cnc only receive RUN or ALARM signals from the cooler controler

    check the temparature range settings on the cooler...
  20. Re: Not able to write macro on Fanuc OT Series

    one of these examples will create a alarm

    Macro A format
    b)Addition #i = #j + #k
    G65 H02 P#i Q#j R#k;
    [Example] G65 H02 P#101 Q#102 R15 ; (#101=#102+15)

    Macro B format
    #100=#101+15
  21. Replies
    15
    Views
    4,180

    Re: suppressing buffering

    on all fanuc controls, the very basic dwell command does exactly that, prevent next line processing.
    G4 X0.1 (0.1 of a second), also described for this purpose in the manual.

    G31 alone in one...
  22. 10TF macro system variable's needed + serial port DPRINT settings

    Hi,

    could some-one please help me with information on the system macro variables for this control, i.e. tool offset, workshift, program number,.....

    should you be able to help with an operators...
  23. Re: FOCAS2 with 31i controler want to capture info

    Hallo,

    from your local Fanuc service center purchase FOCAS1/2 Library disk A02B-0207-K737.
    you also need Ethernet function A02B-0303-S707

    For the FOCAS2/Ethernet functions, the machine tool...
  24. Re: 3-dimensional circular interpolation question

    Now I realise I have explained my problem wrong. In the above example if you look to the circle perpendicular to XY there is an elipse.

    But what I try to obtain is an interpolation of two circular...
  25. Re: transferring multiple programs from fanuc oi td to flash card

    Hi,
    there is only one option, make a "memory dump" with O-9999,
    acquier a pc application with a file-split function to extract each individual file and save with its own number, (this is what you...
  26. Replies
    2
    Views
    919

    Re: Fanuc 0i MD - Ladder Edit

    why don't you just change the switch to the correct type ?
    would this not be much SAFER excersice ?

    safety always comes 1st.
  27. Replies
    6
    Views
    1,202

    Re: Fanuc 31i Ignoring #3000 Call

    Hi Paul,

    good you found the cause,
    it's always good not to duplicate line numbers in the same file..

    regards
  28. Replies
    6
    Views
    1,202

    Re: Fanuc 31i Ignoring #3000 Call

    Hi,
    the machine stopped, so the alarm were not ignored.
    the display did not changed because setting is 3111#7=1, configured not to change.
  29. Replies
    1
    Views
    1,187

    Re: 4th Axis Help

    change prm 29#5
  30. Replies
    5
    Views
    3,263

    Re: Help with User generated Alarms

    Hi,
    the number next to #3000/#3006 =?? is significant as this number can be displayed on the screen next to the message, so you can know exactly where it come's from.
    for complex project's...
Results 1 to 30 of 118
Page 1 of 4 1 2 3 4