User Manual Appendix E
GFK-1742F Jan 2020
Local Logic Execution Time 452
=> 0.90 microseconds
Total Execution Time => 3.10 + 4.70 + 4.70 + 0.90 = 13.40 Microseconds
Table 91: Local Logic Math/Logical Operation execution times
Local Logic Math and Logical Operations
(Assignment, := )
Local Logic Execution Time
(Microseconds)
* Execution times for Addition, Subtraction and Absolute value (ABS) assume there are no
computation overflows.
Table 92: Local Logic Conditional Operation Execution Times
Local Logic Conditional Operations
(IF…THEN)
Local Logic Execution Time
(Microseconds)
Null operator (IF var THEN)
Note: The execution time for the conditionals is for the case where the IF…THEN operation evaluates to
FALSE. This represents the worst-case execution time, since the execution time required to
evaluate a conditional that is TRUE is less. Note that the END_IF instruction does not require any
execution time.