References
E.4 Instructions
S7-200 SMART
698 System Manual, 09/2015, A5E03822230-AC
Math, increment, and decrement instructions
+I IN1, OUT
+D IN1, OUT
+R IN1, OUT
Add Integer, Double Integer or Real
IN1+OUT=OUT
-I IN1, OUT
-D IN1, OUT
Subtract Integer, Double Integer, or Real
OUT-IN1=OUT
Multiply Integer (16*16->32)
*I IN1, OUT
*D IN1, OUT
Multiply Integer, Double Integer, or Real
IN1 * OUT = OUT
Divide Integer (16/16->32)
/I IN1, OUT
/D,IN1, OUT
Divide Integer, Double Integer, or Real
OUT / IN1 = OUT
INCB OUT
INCW OUT
Increment Byte, Word or DWord
DECB OUT
DECW OUT
DECD OUT
Decrement Byte, Word, or DWord
Timer and counter instructions
TON Txxx, PT
TOF Txxx, PT
TONR Txxx, PT
BITIM OUT
On-Delay Timer
Off-Delay Timer
Retentive On-Delay Timer
Beginning Interval Timer
CTU Cxxx, PV
CTD Cxxx, PV
Count Up
Count Down