QUOTE (TWControls @ Aug 21 2009, 07:00 PM)

The CONTROLLERDEVICE object is more or the general status of the controller. The actual minor fault information and the ability to clear it is in the FAULTLOG object
Why I contact the Rockwell help goes beyond me but once again wasted time...No Help At all...
Ok what i discovered is that the FAULTLOG Class name will be used. When FAULTLOG is used instead of CONTROLLESTATUS the MinorEvents and MinorFaultBits can be reset with two consecutive SSL instructions conditioned off the alarm reset MMI PB.
This will reset the minor fault in the PLC but the CONTROLLESTATUS will not reset. So I removed the minor fault bit bit 8 from the CONTROLLESTATUS and just conditioned my Hardware Fault Alarm Output Bit to be conditioned by only the major fault bits 9 and 11.
This is a messy cure because the AB software still has a bug in it rev 17, where the Minor Fault will reset and clear with a SSV but this doesn't clear the CONTROLLER STATUS bit 8 minor fault.
To Reset CONTROLLER STATUS you need to flag another Minor fault such as yanking the battery temporarly, and then go to the 5000 plc software and reset the minor fault through the Controller properties....thats the only way to do it...