Logicaland, Condition.logicaland, Parameters – 2N Helios IP Automation Manual v2.7 User Manual
Page 31: Example

31
Parameters
Input – define the digital input.
Valid values:
tamper – tamper switch
input1 – digital input 1
input2 – digital input 2
cr_input1 – digital input 1 on card reader
cr_input2 – digital input 2 on card reader.
There may be different lists of valid values for different 2N Helios IP
®
models; refer to the Available Digital Inputs and Outputs subsection.
Level – define the required digital input level. The parameter is optional.
Valid values:
0 – logic 0
1 – logic 1 (default value).
Example
The condition is met for an activated tamper switch (device not open):
Condition.InputState: Input1=tamper; Level=0
Condition.LogicalAnd
The
block helps you create groups of conditions. The block is fulfilled if all
LogicalAnd
the conditions in the defined group are met.
Parameters
Condition – define the list of conditions to be met. Separate the conditions with
a comma.
Example
The condition is met if conditions 1, 2 and 3 are met at the same time:
Condition.LogicalAnd: Condition=1, 2, 3