<8. Detailed Description>
5. Conditional Example 2
This sample application combines a condition with a calculation. Using a FOR
statement, b=b+1 is executed 10 times.
In the top figure, the FBD application is shown on the left while the LD application on
the right. The two applications, though represented somewhat differently, are
essentially the same. The lower figure shows the ST application.
The FBD and LD applications implement the FOR statement using the Jump
function, which is less intuitive for understanding.
The ST application, in contrast, represents the conditional statement as an
expression, which enables intuitive understanding of the application.