beautypg.com

Det-Tronics EQP Fire and Gas Detection/Releasing System SAFETY MANUAL User Manual

Page 24

background image

5.1

95-8599

INTBOL

Integer to Boolean. If the input is equal to zero, the output will be False.

If the input is not equal to zero, the output will be True.

Yes

INTDBL

Integer to Double. The input integer is converted to a double.

Yes

INTFLT

Integer to Float. The Input integer is converted to a float. The result will

be a float.

No

INTSTR

Integer to String. When the enable input is True, the 16-bit integer input

value is converted to a string.

No

LMT

Limit. The values can be integer, double or float. All inputs must be of

the same type. The output will be of the same type as the inputs. The

input is compared against the high limit. If the input is greater than the

high limit, the output will be the high limit value. If the input is less than

the high limit, the input is compared against the low limit. If the input is

less than the low limit, the output is the low limit value. Otherwise the

output is the value of the input.

Yes for all but

floating-point

values

LT

Less Than. The values can be integer, double or float. The result is a

Boolean.

Yes for all but

floating-point

values

LE

Less Than or Equal To. The values can be integer, double or float. The

result is a Boolean.

Yes for all but

floating-point

values

MAX

Maximum Select. The values can be integer, double or float. The input

with the highest value will be passed to the output. The result will be of

the same type as the inputs.

Yes for all but

floating-point

values

MEDIAN

Median. The input values can be integer, double or float. All values must

be of the same type and the result will be of the same type. Median

is the value midway between the values. Definition: a) designating the

middle number in a series containing an odd number of items; e.g. 7

in the series 1, 4, 7, 16, 43; b) designating the middle number midway

between the two middle numbers in a series containing an even

number of items; e.g. 10 in the series 3, 4, 8, 12, 46, 72.

Yes for all but

floating-point

values

MIN

Minimum select. The input values can be integer, double or float. All

inputs must be of the same type. The input with the lowest value will be

passed to the output. The result will be of the same type as the inputs.

Yes for all but

floating-point

values

MOD

Modulo. The input values can be integer or double. The result is the

same type as the inputs. The mod operator returns the remainder

obtained by dividing its operands. In other words: 9 mod 4 is 1.

Yes

MBREAD

MODBUS Read. This function block performs an asynchronous

MODBUS read operation.

No

MBWRT

MODBUS Write. This function block performs an asynchronous

MODBUS write operation.

No

22