Function Summary Tables
en-938821/2 A - 19
A
A.2 Parametric Programming Syntax
Parametric programming uses L and E programme variables to:
- store the results of numerical calculations,
- perform conditional branches,
- replace a numerical value.
Storing the result of a calculation into a variable
N.. E..
L..
=
Arithmetic expression
function of E.., L..
1
2
1 - Variable where the calculation result is stored
2 - Block number
Conditional branch
N.. G79
>
<
=
Arithmetic expression
function of E.., L..
1
2
34
5
N..E..
L..
1 - Branch destination block number if comparison is true
2 - Comparison symbol
3 - Variable compared to result of arithmetic expression
4 - Branch function
5 - Block number