584,849 active members*
4,457 visitors online*
Register for free
Login

Search:

Type: Posts; User: angelw

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Mori Seiki MV55 with Yasnac MX2 Control Information Wanted

    Hello All,
    I'd like to get in touch with someone who owns, or has access to a Mori Seiki MV55 with Yasnac MX2 Control. I have a full backup of the NC Parameters, but not the Diagnostic Parameters,...
  2. Replies
    2
    Views
    3,066

    Re: Mitsubishi m700 Marco

    Hello got2be,
    For a start, your program code is flawed. The Conditional Statement "IF[#2EQ1]GOTO10" is irrelevant; the program will execute the same way whether the Conditional Statement is included...
  3. Replies
    42
    Views
    7,656

    Re: New to the Okuma lathe with a U10l control

    Hello Joe,
    The code shown is just four threading passes on the one Thread; no multiple thread with gaps between.

    Regards,

    Bill
  4. Replies
    19
    Views
    5,002

    Re: CNC Lathe Program

    But less than 360deg. If one were to use the R Format for a full 360deg, a more accurate overall result would be achieved by programming, say, a 359.5deg arc, and 0.5deg arc. However, is there was an...
  5. Replies
    19
    Views
    5,002

    Re: CNC Lathe Program

    A 360deg circular move can't be programmed in one Block using R Format. In every case where I've seen a full circle programmed using R Format, the user has programmed two Command Blocks, each dealing...
  6. Replies
    19
    Views
    5,002

    Re: CNC Lathe Program

    I'm sure that we're all sure what you don't get
  7. Replies
    19
    Views
    5,002

    Re: CNC Lathe Program

    You teach the uninformed all that you know and they still know nothing. By expressing your ideas simply exhibits what little you know about CNC machining and programming in general.

    You don't get...
  8. Replies
    19
    Views
    5,002

    Re: CNC Lathe Program

    It has nought to do with what you have suggested. Typical Motion Control Software, that which generates the motion trajectory, typically uses an Arc Centre, Arc Radius, and the included Angle of the...
  9. Replies
    19
    Views
    5,943

    Re: Passing arguments through layered macros

    Hello zedodia,
    Empty vessels make the most noise.

    With regards to your question,

    In your example code below, there would be no requirement to pass #100 and #101 in MACRO1 PROG and MACRO2 PROG...
  10. Re: Lathe "washer" loop programming- G92,G52,G10 Etc

    If you want the Safest, Easiest method, then you're not going to like the answer. Using Macro Variables and setting them via a Single Macro Call Block, or have the Variables grouped together at the...
  11. Re: USING MACRO/SUBROUTINES TO SELECT BOLT HOLES IN A PROGRAM

    Hello Heavy_Metal,
    What he doesn't explain, is how its implemented; all gong and no dinner. Particularly with Haas, Fanuc, Mitsubishi and other controls, Variables are Decimal Numeric and not...
  12. Replies
    12
    Views
    2,805

    Re: Tool Nose Radius Comp Calculator (only G1)

    Hello kurmay,
    OK, I see that now. However, as stated in my previous Post, G42 and the direction of travel defined by the profile points indicates an OD Turning Op, one in which setting the tool as...
  13. Replies
    12
    Views
    2,805

    Re: Tool Nose Radius Comp Calculator (only G1)

    Hello kurmay,
    I haven't waded through your math, but at a glance at the Part Profile and the Post Output (see attached below),

    406470

    I can't see how you get there. The Radius of the Tool and...
  14. Replies
    10
    Views
    1,896

    Re: Absolute and Incremental Toegether

    You purport to be some sort of Okuma Guru (skeptical), but again in this Post you display your lack of knowledge and of being a jerk.
  15. Replies
    10
    Views
    1,896

    Re: Absolute and Incremental Toegether

    I see you're still demonstrating your lack of knowledge.

    404548

    G90/G91 are from the same G Code Group

    404550

    Yet they can be combined in the same Block. The above are extracts from a...
  16. Replies
    10
    Views
    1,896

    Re: Absolute and Incremental Toegether

    Hello sinha and mactec54,
    In the way you can combine Absolute and Incremental with a lathe control, (G00 X100.0 W-30.0) so are you able to do the same with a mill control using G90 and G91 in the...
  17. Replies
    18
    Views
    3,526

    Re: Quick Question / Clarification on G54

    Hello Jim,
    For sure the OP needs to specify the control being used. The references to G90/G91 in previous Posts will only apply for Absolute/Incremental Mode for a Fanuc Lathe control if the control...
  18. Thread: G76 threading

    by angelw
    Replies
    15
    Views
    6,903

    Re: G76 threading

    You keep dredging up these ancient Thread to promote your own web site, giving the impression that you're some kind of expert; then you spoil the illusion by Posting an example that puts on show your...
  19. Replies
    8
    Views
    6,716

    Re: Turning using a G50 or a G92

    Just like that other Spambot MetalZilla, you've dredged up an ancient Thread to promote your own web site. The OP's Thread is specifically about the use of G92 being used to set the Coordinate...
  20. Replies
    5
    Views
    4,501

    Re: G78 threading cycle on Fanuc 0i-TD

    An ancient Thread that was answered succinctly by dcoupar with "No difference other than the G-Code system."

    The G76 and G78 cycles are not only similar, but exact same with an alternate address....
  21. Re: Need Help! Milling/G-Code question - G41 Radius Compensation

    Hello Nigel,
    Your example code in this Thread doesn't call any Tool Radius Comp Offset.

    The correct D number command to use is the one under which you have registered the Radius value for the...
  22. Re: Need Help! Milling/G-Code question - G41 Radius Compensation

    Hello Nigel,
    Your code as is would apply the Tool Radius Comp over the long X travel and would probably result in a taper on the Y2139.5 side.

    There are a couple of questions you need to answer...
  23. Replies
    6
    Views
    1,919

    Re: Manualy change from G55 to g57

    Hello platonas,
    Is the alarm number associated with your G28 command error, p/s10? If so the control does not have that option. Instead of G28, G53 can be used in conjunction with a coordinate that...
  24. Re: G81 Drilling cycle - can dwell at bottom of hole be changed?

    With the G81 cycle there are only three components that can be changed, Drill Depth, Retract Plane and Feed Rate. I can see how good it would be to know that, rather than quickly edit any one, or...
  25. Re: G81 Drilling cycle - can dwell at bottom of hole be changed?

    coulda woulda shoulda; still nothing beneficial for the OP
  26. Re: G81 Drilling cycle - can dwell at bottom of hole be changed?

    This is not my first rodeo and I find it difficult to imagine that a G81 drilling cycle, the most basic of the canned drilling cycles, needs to be made any more versatile. The cycle is to rapid to a...
  27. Re: G81 Drilling cycle - can dwell at bottom of hole be changed?

    Hello ArtEngineer,
    As well as posting a snippet of your code, identify for the Forum the make of the control. By convention, G81, as mentioned by mactec54, G81 has no dwell at the bottom of the...
  28. Replies
    4
    Views
    1,293

    Re: Leadwell Fanuc 0-MF lost atc macro

    Hello danilom,
    As far as a Tool Change Macro is concerned, parameter bit 0040.5 is important. When set to "1", program O9000 is called by a "T" Code.




    If your Macro Variables start at #100,...
  29. Replies
    16
    Views
    3,315

    Re: Nakamura Fanuc 6T has a few questions

    Hello Third-Gen,
    The only FS6 control that had Geometry Offset Programming was the 6M (Machining Centre) Model B control. When it still exists on the control panel, Model B (T and M Series) control...
  30. Replies
    4
    Views
    4,177

    Re: Program ends with alarm after toolchange

    Hello TeoDR,
    Are you assuming that the Main Program (the program from which the Tool Change Subprogram is being called) is starting from the beginning when control returns from the Tool Change...
Results 1 to 30 of 500
Page 1 of 17 1 2 3 4