585,729 active members*
4,862 visitors online*
Register for free
Login

Search:

Type: Posts; User: jay4389

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    730

    Mill Spindle Alignment

    Just having a new mill spindle on a Integrex e 650H.
    So far the head is on but there are 2 issues the Mazak engineers are having trouble with.
    1 - When clocking along a 300 test bar it indicates...
  2. Replies
    7
    Views
    1,214

    Hi Hasstec My info tells me my date in #3011 is...

    Hi Hasstec
    My info tells me my date in #3011 is stored as 20120117 (not 120117) so i have worked on that.
    Not sure how the hass needs to see the syntax of brackets but ..........
    Try this
    ...
  3. Replies
    19
    Views
    1,966

    I just tried to plot each hole long hand on the...

    I just tried to plot each hole long hand on the 7th hole you up date #102 (to19) but then jump the Y move(Y is at 16) then you increment over in X drill and start DO3. You drill a hole at the last Y...
  4. Replies
    19
    Views
    1,966

    Sorry previous thread had a typo error.(fat...

    Sorry previous thread had a typo error.(fat fingers)

    Hi Gcode guy

    Try changing the if statment to jump to the end of the while loop rather than sending it back to the start of the while loop.
    ...
  5. Replies
    19
    Views
    1,966

    Hi Gcode guy Try changing the if statment to...

    Hi Gcode guy

    Try changing the if statment to jump to the end of the while loop rather than sending it back to the start of the while loop.

    N2WHILE [#102 LE [#125-#2]] DO 2 (Y POSITION LESS THAN...
  6. Replies
    19
    Views
    1,966

    Hi g-codeguy / cnc monkey It could be me (or...

    Hi g-codeguy / cnc monkey

    It could be me (or the glass of red wine i have had) but i can not make headway through this part of the program to see why it doubles drills the 1st hole without needing...
  7. Replies
    19
    Views
    1,966

    I think you need to tell us what...

    I think you need to tell us what #155,#124,#125#126 ect are set to 1st.
    They are not being written at the start of thev program
  8. Thread: G66

    by jay4389
    Replies
    12
    Views
    1,733

    Hi Sinha (''Run the given programs on your...

    Hi Sinha

    (''Run the given programs on your machine, and check the result.
    First, fact is to be established, followed by understanding the logic behind it. '')


    Surley we need to know what...
  9. Your not missing anything - In mazatrol its as...

    Your not missing anything -
    In mazatrol its as easy as that.
  10. Replies
    23
    Views
    3,196

    Toymaker94566 - A very neat and clever example of...

    Toymaker94566 - A very neat and clever example of serial N0. engraving.

    I was really trying to find out the back bones of the coding within G47 which enables the control to read in-between the...
  11. Replies
    23
    Views
    3,196

    Can any one explain how the G47 code can read...

    Can any one explain how the G47 code can read text inbetween brackets, Text in brackets is usually ignored by the control.
  12. Replies
    23
    Views
    3,196

    Nail on the head ! ''Shop floor engraving'' All...

    Nail on the head ! ''Shop floor engraving''
    All those that can use a a cam product can engrave but that is only about 2% of our shop floor.
    Ever since we got our Hass, shop floor engraving has...
  13. Replies
    23
    Views
    3,196

    G47 on the Hass is great. 1 and only draw back...

    G47 on the Hass is great.
    1 and only draw back is that you can not change the font - but this is a very minor hinderance.
    Very clever how the program / macro will read info between brackets(). I...
  14. do you have grinder mode - option

    do you have grinder mode - option
  15. Replies
    3
    Views
    1,355

    Hi Unfortunatly even setting up the machine to...

    Hi

    Unfortunatly even setting up the machine to use ISO work ofsets (G54,G55 ect) you still have to have the X&Y set to C/L to run Mazatrol turning units ane the high-lighted maztrol drilling and...
  16. Replies
    3
    Views
    1,355

    Hi Bootdisc We found the same problem on our...

    Hi Bootdisc

    We found the same problem on our 650 (mpro). We now never use Mazatrol WPC,we always use G55 ect.
    When we got our new E500 (matrix), we did play around with up-dating the mazatrol WPC...
  17. Replies
    1
    Views
    1,742

    Hi ggborgen ''one is just called local...

    Hi ggborgen

    ''one is just called local variable and the other is called local variable check

    ''Local variable'' are what you see when the machine is running in real time.
    ''Local variable...
  18. I always write local variables to common almost...

    I always write local variables to common almost straight away in the sub call.

    The only thing i do 1st is clear all the common variables.

    I tend to always use #700-#800 and run a quick while...
  19. Thread: M0 or M00

    by jay4389
    Replies
    12
    Views
    1,761

    There's probably a ''stop read ahead'' M Code for...

    There's probably a ''stop read ahead'' M Code for that control.

    I had to use this once whan reading the machine position. It gets cleared on M30/M99 OR RE-SET
  20. Replies
    7
    Views
    1,939

    Hi Stevo You are spot on. The ''WHILE'' loop...

    Hi Stevo

    You are spot on.
    The ''WHILE'' loop i posted was only a for syntax purposes.

    You are on the right road with a counter etc I prefer to achieve depth by using ''IF'' staments to jump...
  21. Replies
    7
    Views
    1,939

    or use the ''while'' function see below (Clear...

    or use the ''while'' function see below

    (Clear variables #851 - #899)
    #850=850
    WHILE[#850LT899]DO1
    #[#850+1]=#0
    #850=#850+1
    END1
  22. Replies
    7
    Views
    1,939

    Dont think Mazak support ''IF ~~~ THEN I use...

    Dont think Mazak support ''IF ~~~ THEN

    I use (on mazak 640 mpro)

    IF[#1EQ1.]GOTO10
Results 1 to 22 of 22