Eaton Power Xpert C445 User Manual page 184

Global motor management relay
Hide thumbs Also See for Power Xpert C445:
Table of Contents

Advertisement

Chapter 9—C445 Logic Engine and Expansion I/O
DIV—Divide
The DIV function block performs a divide operation on the inputs with IN1 as the dividend
and IN2 as the divisor and determines the quotient of the operation.
If IN2 is zero during the divide operation, the output will be set to 0 and a divide by zero
fault or warning will be generated.
OUT = IN1/IN2 IF IN2 ≠ 0
OUT = 0 IF IN2 = 0
Parameter
Data type
IN1
INT, DINT, UINT, REAL
IN2
INT, DINT, UINT, REAL
OUT
INT, DINT, UINT, REAL
MOD—Modulo
The MOD function block performs a divide operation on the inputs with IN1 as the
dividend and IN2 as the divisor and determines the remainder of the operation.
If IN2 is zero during the divide operation, then the output will be set to 0 and a divide
by zero fault or warning will be generated.
OUT = IN1 modulo IN2 = IN1 – (IN1/IN2)*IN2 IF IN2 ≠ 0
OUT = 0 IF IN2 = 0
Parameter
Data type
IN1
INT, DINT, UINT, REAL
IN2
INT, DINT, UINT, REAL
OUT
INT, DINT, UINT, REAL
170
Power Xpert C445 Global Motor Management Relay MN042003EN—January 2019 www.eaton.com
Description
Dividend
Divisor
Quotient
Description
Dividend
Divisor
Remainder

Advertisement

Table of Contents
loading

Table of Contents