585,752 active members*
3,901 visitors online*
Register for free
Login

Search:

Type: Posts; User: andre_77

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,675

    Re: how to programe via mastercam to this Part

    Try asking in the section where we discuss MASTERCAM.

    http://www.cnczone.com/forums/mastercam/

    Mastercam - Форум CAD/CAM/CAE/PLM
  2. Re: Is it just me or HAAS machines don't mill (feed) as fast as it claims?

    HIGH SPEED MACHINING (REALLY HIGH!!!)
    This is not a HAAS machine, but it's very fast

    https://www.youtube.com/watch?v=E3AqIZURMbI
  3. Replies
    1
    Views
    1,048

    Re: SL-30 Radial drilling

    G241 X1.8504 F1.1
  4. Replies
    16
    Views
    4,075

    Re: TL-1 and G71 Canned Cycle Issue

    Hello, DMCain,
    Here is the working code for chess king with the G71.

    %
    O75006
    (CHESS KING)
    (END FACE)
    G20
    T202
    G54
  5. Replies
    16
    Views
    4,075

    Re: TL-1 and G71 Canned Cycle Issue

    This code works well.

    %
    O75007
    N10 G20 G99
    N20 T101
    N30 G50 S2000
    N40 G96 S250 M03
    N50 G00 G54 Z0.1
    N60 X1.6
  6. Replies
    16
    Views
    4,075

    Re: TL-1 and G71 Canned Cycle Issue

    To test, try this code

    N10 G20 G99
    N20 T0101
    N30 G50 S2000
    N40 G96 S250 M03
    N50 G54
    N60 G00 X1.6 Z0.1
    N70 G71 P80 Q180 U0.05 W0.01 D0.05 F0.008
    N80 G01 X0. Z0.1 F0.005
  7. Replies
    16
    Views
    4,075

    Re: TL-1 and G71 Canned Cycle Issue

    The coordinates of the workpiece contour points given enough accurate.
    It is necessary to specify the coordinates of the points to the fourth decimal place.

    N50 G54
    N60 G00 X1.6 Z0.1

    N70 G71...
  8. Replies
    3
    Views
    1,497

    Re: HAAS ST30 Can you reverse the X values

    1) 45 setting will change the direction of movement of the X-axis,
    2) Advanced Editor allows you to change the sign - on the + sign for all X values in the program.
    3) Try to change the...
  9. Replies
    6
    Views
    1,727

    Re: Bad finish ST20Y

    https://www.youtube.com/watch?v=8mzdJnvkYLU
  10. Replies
    6
    Views
    1,727

    Re: Bad finish ST20Y

    Slide the workpiece at the minimum possible distance.
    Deal with the clamping elements as shown in the video.
    Separate processing into several zones for Z axis.
    ...
  11. Replies
    3
    Views
    1,642

    Re: haas vf3 post processor

    If you have a post-processor for Fanus you can try to use it.
    I have been using Fanuc post processor in the MASTERCAM program for working with the machine HAAS.
  12. Replies
    5
    Views
    1,755

    Re: Very Slow 4th Axis even with G93

    The program runs a large number of lines of code at a time. Maybe you can help the optional high-speed milling.
    You can also try to change the setting value 191.
    191 Default Smoothness
    This...
  13. Re: G18 x/z Coordinate rotated G3 Haas super mini

    Please indicate what is the minimum value for z when radius of 1,196 processing.
  14. Re: G18 x/z Coordinate rotated G3 Haas super mini

    This code is working or not?
    G00 X.75 Y1.08
    G00 G43 H1 Z0.1
    G01 Z0.0 F10.0
    G01 Z-.1407 F10.0
    G01 X1.0454 Y1.08 F10.0(X=T0 CENTER OF BALL/ARC START)
    G18(ZX)
    G03 X-1.0454 (Z-.1407 R1.0454)...
  15. Re: Haas TL-1 Work Offset Position Display Problem

    Position zero point G54 displays a message only during program execution. Use the position of the operator specifying values using ORIGIN key.
  16. Replies
    3
    Views
    1,465

    Re: HAAS 603 NON-MONOTONOUS ALARM

    Try this code in graphical mode.
  17. Replies
    3
    Views
    1,465

    Re: HAAS 603 NON-MONOTONOUS ALARM

    N19 G01 X0.8746 Z-0.5784
    N20 G01 G40 X0.8946
  18. Replies
    6
    Views
    3,540

    Re: Beginner HAAS TL-1 work offset question.

    For the new location of the datum, follow these steps.
    Move one of your tools to the end of the workpiece.
    Press OFFSET.
    Activate cell G54Z.
    Press Z FASE MESUR.
    This is a new zero point for all...
  19. Replies
    6
    Views
    3,540

    Re: Beginner HAAS TL-1 work offset question.

    Record the offset value in G54 Z for each additional piece.
    To check you can spend processing without setting the workpiece.
  20. Replies
    17
    Views
    5,674

    Re: Tool offset (Haas control question)

    1 When you adjust the 3D tester on the base surface in the offset table, add the distance to the base surface on which you are setting up the rest of the cutting tools.
    Let us assume that the tester...
  21. Re: Automating aux relay operation on a Haas VF-4 mill

    In your case, the M6 will not replace the cutting tool and the only cause handling routine O9000

    O1
    T1
    M6 (call program O9000)
    .
    .
    M30

    %
  22. Re: Automating aux relay operation on a Haas VF-4 mill

    Mill Operator's Manual (HAAS)
    96-8000 Rev 139
    AK May 2011

    Haas Parameter 81

    M Macro Call 9000
    %
    O9000
    M51 (Turn on aux relay M21)
  23. Replies
    4
    Views
    908

    Re: TL-1 Profile Issue

    Very complex contour product, using two cycles g71 roughing split into two parts in the longitudinal direction.
  24. Replies
    4
    Views
    908

    Re: TL-1 Profile Issue

    Try this code, maybe it will help.

    G71 P80101 Q80201 D0.01 U0.01 W0.008 F0.008
    N80101
    G00 G40 X0.0 Z0.05
    G01 Z0.
    G01 X0.125
    G01 X0.1248 Z-0.0749
  25. Replies
    4
    Views
    1,109

    Re: thesis issues with a G150

    Start treating your program O00200 in graphical mode and you will see an error. For this to become possible to make temporary changes in the program text (specify a point in the cycle approach as the...
  26. Replies
    1
    Views
    966

    Re: SPINDLE ALIGNMENT

    Before you make costly repairs, try to use Taper – Compensation value for deflection part. In the metric system value is set as the value of cone is one millimeter of length and is recorded in the...
  27. Re: How many HOURS is considered a lot - VF3 YT50

    Time is working milling machine can be viewed on the "Diagnostics". There the work can only be changed if you reinstall the software.
  28. Replies
    12
    Views
    2,804

    Re: G41 HAAS TL1 lathe problem

    Please, I wish you good luck in the work.

    Why are you working with such a small depth of cut?
    Your preform has high hardness?
    In my opinion your cutter is not really suitable for such treatment...
  29. Replies
    5
    Views
    3,747

    Re: Haas ST10 tool holders

    ST10 with VDI toolholder and the type of tool holders VDI40 use tools with holders of 25 * 25. Although it is possible in the United States it is not.
    ...
  30. Replies
    12
    Views
    2,804

    Re: G41 HAAS TL1 lathe problem

    G71 cycle when using the G41 can not process your circuit if the tool nose radius more than 0.2 mm. Finishing without cycle but using command G41 and tool nose radius 0.4 mm possible.
    I suggest you...
Results 1 to 30 of 73
Page 1 of 3 1 2 3