<8. Detailed Description>
3. Calculation Example
This sample application performs the following calculations:
b1 = me / ( P/1000.0 )
b2 = WC
b3 = P2 / (P2_60F/1000.0)
V2 = (b1 * b2 * b3)
V2 = V2 * 6.3 / 1000000.0
The left picture shows the FBD, LD application, while the right picture shows the ST
application.
The FBD, LD application captures the data flow visually, but does not allow intuitive
understanding of the computations involved.
In comparison, the ST application, which represents the calculations exactly as they
are, allows intuitive understanding of the application.