Module Faults: 16#0000 - 16#00ff
These are the module faults: 16#0000 - 16#00ff
Code | String | Explanation and Possible Causes/Solutions |
16#0001 | Connection Error. | A connection to a module failed. |
16#0002 | Resource unavailable. | Either:
|
16#0005 | Connection Request Error: Bad Class | The controller is attempting to make a connection to the module and has received an error. Either:
|
16#0006 | Connection Request Error: Bad Class. | Either:
|
16#0007 | Connection Request Error: Bad Class. | A service request is unconnected, but should be connected. |
16#0008 | Service Request Error: Unsupported Service | The controller is attempting to request a service from the module that is not supported by the module. |
16#0009 | Module Configuration Invalid: parameter error. Tip: Additional Fault Information for this fault will be displayed as a hex code on the Connection Tab. | The configuration for the module is invalid. The module configuration may have been changed in the Data Monitor or programmatically. If available for the module, access the Connections tab of the Module Properties dialog box for the additional fault code. The additional fault code indicates the configuration parameter that is causing the fault. You may have to correct multiple parameters before this fault is cleared and connection is properly established. |
16#000A | An attribute in the Get_Attributes_List or Set_Attributes_List has a non-zero status. | Either:
If an object attribute or tag is invalid, export the Logix Designer file, then re-import it. Reschedule the ControlNet network after re-importing if applicable. |
16#000C | Service Request Error: Invalid mode/state
for service request. | The controller is attempting to request a service from the module and has received an error. First, verify that the module is not faulted. For an I/O module, this may indicate that the module has one of these conditions:
Refer to the Module Info tab to determine the exact cause. |
16#000D | Object already exists. | An I/O map instance is created where the instance is already in use. |
16#000E | Attribute value cannot be set. | A MSG instruction is configured to change an attribute value that cannot be changed. |
16#000F | Access permission denied for requested service. | A MSG instruction has been configured to delete a map object that cannot be deleted. |
16#0010 | Mode or state of module does not allow object to perform requested service. | The state of the device prevents a service request from being handled. |
16#0011 | Reply data too large. | The reply to a message has a data size that is too large for the destination. Change the destination to a tag that can handle the data size and type being returned. |
16#0013 | Module Configuration Rejected: Data size too small. | The configuration for the module is invalid - not enough configuration data was sent. Verify that the correct module is being targeted. |
16#0014 | Undefined or unsupported attribute. | A MSG instruction is configured to change an attribute that does not exist. |
16#0015 | Module Configuration Rejected: Data size too large. | The configuration for the module is invalid - too much configuration data was sent. Verify that the correct module is being targeted. |
Provide Feedback