F0710 fault in WEG CFW500 Drive

F0710 fault in WEG CFW500 Drive indicates the Size of the SoftPLC Application is too large. This means the compiled user logic exceeds the drive’s allowable memory capacity limit.

Cause:

  • The program size of the SoftPLC logic is too large.
  • The total size limit is 8 Kilobytes for V/f scalar control (P0202 = 0) or VVW control (P0202 = 5). For vector control (P0202 = 4), memory size is limited to 7 Kilobytes.

Remedy:

Check project size. Optimize and compress the SoftPLC code structure to fit within permitted memory limits.