Behaviour of the PLCopen-FB´s "execute" and "done" inputs!outputs

A PLCopen FB evaluates only the RISING EDGE of the "execute" signal.

That is to say that, before an FB can be commanded again, it must be called up at least once with execute = FALSE!

The "done" signal of a PLCopen FB is deleted only on the basis of the FALLING EDGE of the "execute" signal.

That is to say, if the "done" output of an FB is connected to the "execute" input of a second FB, for example, the following problem may arise in connection with trigger commanding:

If the first FB is triggered and "execute" becomes FALSE before "done" becomes TRUE, this "done" remains at the first FB until its "execute" runs through another DOWN EDGE of the "execute" signal. As the second FB is linked directly to the first one, its "execute" cannot detect a rising edge again until the first FB has undergone complete triggering. Up to then, however, it is blocked!