MULΒΆ
The IEC Operators and additional, norm-extending \ functions Multiplication of variables of the types: BYTE, WORD, DWORD, SINT, USINT, INT, UINT, DINT, UDINT, REAL and LREAL.
Example in IL:
LD 7
MUL 2,4,7
ST Var1
Example in ST:
var1 := 7\*2\*4\*7;
Example in FBD: