{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
How can we help you today?
How to check the detail of Error FFB coming in the CE program and resolve it?

Error FFB comes due to overflow or arithmetic error. Below is the possible reason.

  • a result greater than + 32 767 or less than - 32 768, in integer (INT),
  • result greater than + 65 535 or less than 0, in unsigned integer (UINT),
  • a result greater than + 2 147 483 647 or less than - 2 147 483 648, in double integer (DINT),
  • result greater than +4 294 967 295 or less than 0, in double unsigned integer (UDINT),
  • real values outside limits,
  • division by 0,
  • the square root of a negative number,
  • Forcing to a non-existnet step on a drum,
  • Stacking up of an already full register, emptying of an already empty register.

Refer the below possible steps to diagnose the issue.

  1. Open the diagnostic viewer which is available under tool menu or press Alt key + F6.ist
  2. Diagnostic viewer is opened. Review the Error FFD and click on it. Description of error is showing under description window.sec As per above screen shot, it shows the details of FFB error which is coming due to invalid input scale parameters of scaling block. This block is called in Scaling section and its position is I:27 and C:52.
  3. By select initialize editor option which is available by right click, CE navigate you directly on the section where event was triggered. third Refer the below screen shot which shows the location of scaling block as described in diagnostic viewer (I27 and C52).forth

Verify and make corrections in the program as per error.

Schneider Electric India

Explore more
Range:
Articles that might be helpful Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.
Explore more
Range: