xiangli
Apr 21 2003, 07:47 AM
In ControlLogix5000,when useing a power-up Handle in Run Mode,controller will set Major Fault type1,how can i clear it in the handle,what instructions should be used? Thanks 8-)
maellis
Apr 21 2003, 08:26 AM
Check out "Logix5000 Common Procedures" in should be available under "Online Books" on the help menu in RSLogix5000. If you didn't install online books, you can get it from the cd or download it from the web site. It has a good explanation and step by step instructions.
But basically what you do is read the faultcodes with a GSV instruction, then zero out the fault type and fault code with a SSV instruction. The part I found somewhat confusing at first is that you use the PROGRAM object, not the CONTROLLER or CONTROLLER-DEVICE.
xiangli
Apr 28 2003, 07:51 PM
Thank you very much,I have solve the programe.