Behavior of Converted SFBs in Modicon M340 Applications
(Original Document)
Behavior Must be Checked
Following the conversion from a PL7 project in ST language to a Modicon M340 application, the behavior of converted SFBs must be checked.
Notification about Differences
The conversion of ST language including SFBs is done with a conversion error message to log all the calls of SFBs.
This is done to inform the programmer about differences that may happen, depending on the program itself.
PL7 versus Control Expert
SFBs in PL7 are managed by the PLC operating system asynchronously with the program.
On the opposite, the converted SFBs are function blocks in Control Expert, that are managed synchronously with the execution of the program.
Consequences
As a consequence:
PL7_DRUM
NOTE: A PL7_DRUM is converted in Modicon M340 applications to an empty DFB.