Requested Function Is Not Available
Allen-Bradley · Logix and SLC PLC
What does F00C mean?
This fault signifies that a requested function or operation is not available on the target device. This could imply that the device simply does not support the requested functionality or that it is disabled in its current configuration.
Common Causes
- Attempting to execute an unsupported command on the target device.
- Target device firmware version does not include the requested function.
- Function is disabled or restricted in the target device's configuration.
Repair Steps & Checklist
Click steps to track your progress.
- 1
Verify the specific instruction or function being called in the PLC program for correct syntax and usage, ensuring it aligns with the intended operation.
- 2
Check the configuration of any associated I/O modules, communication modules, or other devices in the I/O tree to confirm they are correctly defined, enabled, and functioning.
- 3
Inspect the PLC controller's firmware revision and model number against Rockwell Automation documentation to confirm that the requested function is supported by the installed hardware and firmware.
- 4
Review the controller properties, project settings, and security configurations within the programming software (e.g., RSLogix 500/5000, Studio 5000) for any global disables or restrictions that might prevent the function from executing.