586,102 active members*
2,620 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Auto mode only after single block
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2005
    Posts
    332

    Auto mode only after single block

    My machine with a 21-TB can only enter in "full" auto mode, if I have single block on, and when some movement occurs if I turn off the single block machine continues as it should in full auto mode. This would be ok, if I would not have to press several times the "start" so that the first line of movement code appears (I normally put large headers in the code!).

    This is some paramenter? It is for safety? or is just like that in your lathes (standard)?

    This is my first Fanuc lathe, and I really do not like it as it is.

    Thank you

  2. #2
    Join Date
    Mar 2006
    Posts
    167
    If you have several lines of header, each having an EOB, then you will need to press start for each of these lines in single block mode. A block is a block regardless of what it contains. If it is particularly a problem, you could put a slash (/) at the start of each header line, and use block skip. However this may be a problem if you are using "/" elsewhere in your program.

  3. #3
    Join Date
    Feb 2006
    Posts
    1792
    Quote Originally Posted by Ozemale6t9 View Post
    However this may be a problem if you are using "/" elsewhere in your program.
    / is used for block skip as well as division. Since mid-block skip may also be allowed, there is likely to be a confusion regarding function of /. A very simple solution is to use square brackets to enclose division operation. For example, in place of #1 = #2 / 3, use #1 = [#2 / 3]. In the second case, / would always mean division, irrespective of block-skip switch setting.

  4. #4
    Join Date
    Oct 2005
    Posts
    332
    I probably did not explained myself very well.

    I know what is single block mode.
    What I expected to happen in my lathe, is that, when single block mode is not active and I am in MEM mode (auto), if I press start cycle, the cycle should start. In my machine it does not.
    I need to be on single block until some movement happens, and then I need to remove single block so that the machine goes on automatically. If I do not remove the single block, of course I need to press start cycle in each block (as expected).

    Since this is my first fanuc lathe, I do not know if this is the way that is done standard.

    On DNC, that does not happen and machine starts right on full auto.

    Thanks

  5. #5
    Join Date
    Feb 2006
    Posts
    1792
    It appears to be ladder-related.

    Incidently, the door should be fully closed for continuous operation in AUTO mode; otherwise it will execute in single-block mode.

  6. #6
    Join Date
    Aug 2009
    Posts
    684
    Our 31i will behave as 'single block' if interrupted/restarted in the middle of a program. 'Emg.Release/Reset' button must be pressed to regain 'full' auto operation.

    DP

  7. #7
    Join Date
    Feb 2006
    Posts
    1792
    Doesn't the RESET key cancel the execution?

  8. #8
    Join Date
    Oct 2005
    Posts
    332
    I will have to check the ladder then.
    Thanks!

Similar Threads

  1. T MSR AUTO MODE IN MAZAK!
    By sridhartsr in forum Mazak, Mitsubishi, Mazatrol
    Replies: 2
    Last Post: 03-28-2009, 10:34 PM
  2. Replies: 3
    Last Post: 03-23-2009, 02:57 PM
  3. title block and auto update
    By foxsquirrel in forum Mastercam
    Replies: 1
    Last Post: 03-20-2008, 02:56 PM
  4. Auto Block Workpiece
    By camtd in forum PTC Pro/Manufacture
    Replies: 1
    Last Post: 04-25-2006, 11:55 PM
  5. Single line mode works well, Auto is not soo good??
    By Darc in forum CamSoft Products
    Replies: 16
    Last Post: 10-26-2004, 09:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •