Setoutput, Action.setoutput, Example – 2N Helios IP Automation Manual v2.7 User Manual

Page 20: Parameters

Advertising
background image

20

2N TELEKOMUNIKACE a.s., www.2n.cz

®

Example

Activate switch 1 if the event defined on row 2 arises and the condition defined on row
3 is met:

Action.ActivateSwitch: Switch=1; Event=2; Condition=3

Action.SetOutput

The

block defines the action necessary for setting of the intercom output to

SetOutput

the required level.

Parameters

Event – define the event that launches the action.
Condition – define the condition to be met to execute the action. This parameter
is optional.
Output – define the output to be set.

Valid values:

relay1 – relay 1 on basic unit

relay2 – relay 2 on basic unit

output1 – output 1 on basic unit

output2 – output 2 on basic unit

cr_relay1 – relay 1 on card reader

cr_relay2 – relay 2 on card reader

cr_output – output 1 on card reader

redled - red LED indicator

led1 – LED 1 indicator

led2 – LED 2 indicator

led3 – LED 3 indicator.

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 output level. This parameter is optional.

Valid values:

0 – output deactivation

1 – output activation (default value).

Example

Activate Output1 if the event defined on row 2 arises:

Action.SetOutput: Output=output1; Event=2

Advertising