MUL / MUL_S - Multiplication

 

This arithmetic function multiplies the operands connected to the input parameters and outputs the product.

NOTE:

An overflow (i.e., 16-bit-overflow) results in an error. As a result, the Safety Logic Controller enters the Stop state.

MUL

Parameter

Data types

Description

IN1

ANY_NUM

Multiplicator

IN2

ANY_NUM

Multiplicand

OUT

ANY_NUM

Arithmetic product: IN1 * IN2

MUL_S

Parameter

Data types

Description

IN1

ANY_SAFENUM

Multiplicator

IN2

ANY_SAFENUM

Multiplicand

OUT

ANY_SAFENUM

Arithmetic product: IN1 * IN2