585,717 active members*
3,922 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2010
    Posts
    0

    Crash Prevention

    We have a LU400M with an OSP E-100L control. We are running a part as follows.
    Load part.
    Start cycle.
    Machine 1st side features.
    Stop at M0.
    Flip part around.
    Re-start cycle.
    Unload.

    Problem occurs when operator forgets to flip part and re-starts program causing a crash. Is there a way to monitor the chuck status and reject the re-start if a un-clamp / clamp event has not occurred. Open to any suggestions to prevent this crash from occurring.

    TIA

    Sorry for the double post, I did not think the first one went thru.

  2. #2
    Join Date
    Feb 2009
    Posts
    6028
    If it's a consistent job, and you can get away with it, machine the chuck jaws so when they open, it will still keep the part from totally falling out. Then at the end of the first cycle, command M10 or M11 (chuck open). Then the operator switches the part, and closes the chuck. If he doesn't remember to, the machine will at least see a chuck open signal and not allow the program to re-start.

  3. #3
    Join Date
    Dec 2008
    Posts
    3109
    You could also use the same senario with the tailstock, have the program retract it.
    program would not continue until the ready signal for the tailstock advanced is accepted.

  4. #4
    Join Date
    Dec 2009
    Posts
    28
    I have had the same scenario and tried a few things to fix it before finally just having them run the first op on all parts then the second. The chuck needed to be clean before running second side so really didnt add time to the job grabbing another part.

  5. #5
    Join Date
    Jun 2008
    Posts
    372
    Maybe try

    N200 IF[VORD[1138] EQ 0]N200 (CHUCK CLOSED CHECK)
    (OPERATOR OPENS CHECK HERE)
    M00
    (THE OPERATOR NOW CLOSES THE CHUCK)
    N300 IF[VORD[1138] EQ 1]N300 (CHUCK OPEN CHECK)

    BLAH
    BLAH
    BLAH

  6. #6
    Join Date
    Apr 2009
    Posts
    1262
    Use budgieW's chuck open command check to loop the program and keep it running until it sees the chuck open command. Once it sees it then go to your M0 command. that will prevent the cycle start from doing anything until it sees the chuck opened in the middle of the cycle.

    Best regards,

  7. #7
    Join Date
    May 2010
    Posts
    0

    Thanks

    Tip o' the hat to Okuma Wiz and BudgieW. Putting those 2 suggestions together gives me what I need to put together a plan.

    Thx again.

Similar Threads

  1. burr prevention problem
    By langless28 in forum Material Machining Solutions
    Replies: 0
    Last Post: 07-16-2010, 05:08 PM
  2. Dechel Maho DMP60 - UVV (accident prevention regulations)
    By AllDone in forum Deckel, Maho, Aciera, Abene Mills
    Replies: 1
    Last Post: 01-05-2010, 09:01 PM
  3. Rust prevention ?
    By jduke in forum Benchtop Machines
    Replies: 13
    Last Post: 07-20-2009, 09:21 PM
  4. suicide prevention help neede
    By endgrainguy in forum DIY CNC Router Table Machines
    Replies: 19
    Last Post: 05-25-2008, 06:50 PM
  5. rust prevention
    By coolman in forum MetalWork Discussion
    Replies: 2
    Last Post: 01-23-2005, 06:32 AM

Posting Permissions

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