Page 1 of 2 12 LastLast
Results 1 to 12 of 17

Thread: 1017 Hydraulic fail.

  1. #1
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0

    1017 Hydraulic fail.

    Hello.

    I have read in the manual, but i can`t find this error.

    Can someone help me ?


    Greetings from Robert.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  2. #2
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,939
    Downloads
    0
    Uploads
    0
    You don't say what controller?
    But I think that is a operator message implemented by the OEM, if so you should be able to track it in the ladder.
    There should be rung(s) that trigger the message.
    Something like a Hyd oil level/pressure switch or over load.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  3. #3
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0
    fanuc o-t leadwell ltc.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  4. #4
    Community Moderator Al_The_Man's Avatar
    Join Date
    Dec 2003
    Location
    Canada
    Posts
    18,939
    Downloads
    0
    Uploads
    0
    The older versions of 0 you could not display the ladder, on later versions parameter 60 bit 2 sets the ladder display on.
    Al.
    CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.


  • #5
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0
    Ok. some questions again, what is ladder? is there a screen that show me what is wrong?
    And do i change the parameter 60 to 2?

    I really don`t want to change on the parameter, but if it is not "dangerous" i can do it..


    Greetings from Robert.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  • #6
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,667
    Downloads
    0
    Uploads
    0
    no. parameter 60 bit #2 is likely to be 0 and you need to change it to 1. its a binary number so it can only be 1's and 0's and it's bit #2 you need to change. that means it's the 3rd number from the right. i.e. shown with an X..... 00000X00

    However you probably shouldn't worry about it. If you don't know what the ladder is you're unlikely to know how to use it to troubleshoot your issue.

    You'll have to find another way to solve your issue unless someone wants to explain in great detail how to use the ladder to solve this issue... I doubt it


  • #7
    Registered
    Join Date
    Sep 2010
    Location
    Australia
    Posts
    985
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Vegabond View Post
    Ok. some questions again, what is ladder? is there a screen that show me what is wrong?
    And do i change the parameter 60 to 2?

    I really don`t want to change on the parameter, but if it is not "dangerous" i can do it..


    Greetings from Robert.
    Robert,
    Ladder is refering to a symbolic program format, so named because its structured in rungs like a ladder. In its simplest form each rung may have a number of switches, either real world or internal software, and a coil at the end of the rung, again either real world or internal software. The switches on the rung may be normally open or normally closed, and to have the coil at the end of the rung turn on, all the switches must be in a state whereby the rung tests true.

    A physical rung can be constructed using wire, a number of switches, a power source, and a light globe. If you were to wire a number of switches inline, with the light glode at the end of the wire, then connect the wire and globe to the power source, the switches would all have to be in a state that would allow the circuit to be complete, and hence have the light illuminated. This hard wired version of the rung is an early form of ladder logic.

    You can't do any harm looking at the ladder, and you need software tools to be able to modify it, but its a very useful diagnostic tool. For example, if the coolant was not comming on, you would find the reference to the coolant switch in the Ladder Program and by switching it on and off physically, you will see it's symbol in the ladder rung swithing on and off. If the swich checked out OK with a multi meter, but does not switch in the PLC (Programable Logic Control) program, then it can be assumed that the problem is further down from the switch, a broken wire perhaps.

    Whether your control is able to display the Ladder Logic or not, you may (should) have a hard copy of the Ladder and a list of addresses for the various switches, coils and relays. If you have this, you may find it easier to consult this initially to find the area of the program you should be focusing on. Obviously the hard copy won't show the state of switches and rungs, but one big advantage with the hard copy is that you can refer to a number of pages more easily than with the software version.

    The attached picture shows a couple of rungs from a simple program. The first rungs has two switches, one normally open, one normally close and a an Output Coil at the end of the rung. To have this rung Test True, the Start needs to be On and Stop needs to be Off. The rung under the Start symbol is refered to as an "OR" rung. So the main rung will Test True if either the Start switch is on, OR if the Run switch is on. The Run Switch in the "OR" rung is a latch for the Run output at the end of the main rung, and is initially turned on when the Start switch first made the rung Test True. You would use this type of logic if the Start was a momentary switch. The initial press of the Start switch will make the rung Test True, then the Run switch in the "OR" rung will latch it true until the Stop switch breaks the circuit.

    1017 Hydraulic fail.-plc1.jpg

    With some initial patience, you will find that following Ladder Logic is not that difficult.

    I hope this has helped and not confused you more.

    Regards,

    Bill


  • #8
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,667
    Downloads
    0
    Uploads
    0
    some good info there, if he can understand boolean logic. keep going
    how is he going to be able to find the exact 'rung' for his error and it's associated switch? I have always just referred to the ladder diagram manual when necessary since there are human-readable text labels for each item but if the manual is not available then I think it'll be difficult to locate the exact cause?
    It'll be a switch or more likely a solenoid. hydraulic systems are usually simple, just oil and a container plus valves (i.e solenoids) and switches for feedback. a manual approach physically checking associated hydraulic components might be faster.
    I'd check the solenoids first. they can be triggered manually from the bottom side by inserting something long and pressing. I guess it depends on the exact type of solenoid for specific manual triggering method but just try touching each solenoid. if one is red hot then you have your failed solenoid


  • #9
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0
    Hello.

    Thanks for answer

    It seems that the problem is just when i clamp/unclamp both jaws.. so i have inserted G4 in my program, so both clamps not running at same time.


    Greetings from Robert.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  • #10
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0

    Red face

    Quote Originally Posted by fordav11 View Post
    no. parameter 60 bit #2 is likely to be 0 and you need to change it to 1. its a binary number so it can only be 1's and 0's and it's bit #2 you need to change. that means it's the 3rd number from the right. i.e. shown with an X..... 00000X00
    Hello again, the parameter 60 is:
    Bit 2 is 1
    Bit 0 is 1


    Robert.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  • #11
    Registered fordav11's Avatar
    Join Date
    Aug 2011
    Location
    Fordaville
    Posts
    1,667
    Downloads
    0
    Uploads
    0
    that means your ladder should be visible.
    press your PMC button and then the view ladder button. I dont know your control layout but usually the ladder view is on the first soft button


  • #12
    Registered Vegabond's Avatar
    Join Date
    Dec 2008
    Location
    Norway
    Posts
    354
    Downloads
    0
    Uploads
    0

    Red face

    Quote Originally Posted by fordav11 View Post
    that means your ladder should be visible.
    press your PMC button and then the view ladder button. I dont know your control layout but usually the ladder view is on the first soft button
    What button is PMC?


    Greetings from Robert.
    My second homebuilt cnc machine cnczone.com/forums/norwegian_club_house/123977-ombygget_cnc_-_gecko_540_a.html


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. KL6050 can it fail just a bit?
      By ViperTX in forum Automation Technology Products
      Replies: 6
      Last Post: 06-14-2011, 01:07 AM
    2. Solid CAM Fail
      By mr chris in forum SolidCam
      Replies: 3
      Last Post: 01-05-2011, 04:24 AM
    3. Problem- 325 PROC WDT FAIL
      By ramsey321 in forum Tree
      Replies: 15
      Last Post: 09-14-2010, 11:47 AM
    4. VF2 Turrent Fail
      By jimmck in forum Haas Mills
      Replies: 1
      Last Post: 06-03-2009, 12:50 PM
    5. Lube Fail
      By CC714 in forum Fanuc
      Replies: 2
      Last Post: 01-24-2008, 11:39 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.