Help - Search - Members - Calendar
Full Version: Reseting PLC's Fault Table from Quick View Panel
Forums.MrPLC.com > PLCs and Supporting Devices > GE
MrChickII
I was wondering if anyone knows a way to reset the PLC's Fault Tables using viewscript code that I can add to a button in a Quick Panel View? I am using ME 5.6 view. helpsmilie.gif
Steve Bailey
I don't know if there is a way to do it with a Viewscript, but you can modify the ladder logic to include a SVCREQ function, code 14. That clears the PLC fault table when the parameter value is 0 and the I/O fault table when the parameter value is 1. You can set up buttons in the View application that move a 0 or 1 into the parameter register and trigger the execution of the SVCREQ function.
Mendon Systems
QUOTE(Steve Bailey @ Jan 19 2009, 08:45 AM) [snapback]77808[/snapback]

I don't know if there is a way to do it with a Viewscript, but you can modify the ladder logic to include a SVCREQ function, code 14. That clears the PLC fault table when the parameter value is 0 and the I/O fault table when the parameter value is 1. You can set up buttons in the View application that move a 0 or 1 into the parameter register and trigger the execution of the SVCREQ function.

Excellent tip Steve. Thank you for solving my problem also!! thumbsupsmileyanim.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.