95BSTEP 7 programming software
2.3 Easy-to-use tools
S7-1200 Programmable controller
System Manual, 11/2011, A5E02486680-05
31
In
value
(in1)
Analog input value
In
high
(in2)
Upper limit for the scaled input value
In
low
(in3)
Lower limit for the scaled input value
Out
high
(in4)
Upper limit for the scaled output value
Out
low
(in5)
Lower limit for the scaled ouput value
In the "Edit Calculate" box, enter the equation with the parameter names:
OUT = ((in4 - in5) / (in2 - in3)) * (in1 - in3) + in5
When you click "OK", the Calculate
instruction creates the inputs
required for the instruction.
Enter the tag names for the values
that correspond to the parameters.
2.3.4
Adding inputs or outputs to a LAD or FBD instruction
Some of the instructions allow you to create additional inputs or outputs.