Window

Functions

This statement checks if the input value X is within the range between minimum and maximum values.


Fig. 260.   Wire-sheet Icon

Fig. 261.   Property Sheet

Fig. 262.   Slot Sheet


Inputs and Outputs

Table 154.   Inputs

Inputs

Type

Functional description

In Value

analog

Analog input value

In Maximum

analog

Maximum limit

In Minimum

analog

Minimum limit

In Enabled

binary

If the input “In Enabled” is set to false disabled in the slot sheet, the output “Out” will be disabled and is set to the value “0”.


Table 155.   Outputs

Outputs

Type

Functional description

Out

binary

One output which is true when the input is between the minimum and maximum input limits and else is false.
“Out”= true [1] if “In Minimum” < “In Value” < “In Maximum”.


Parameter List

No parameters.