False, Flipflopd, Condition.false – 2N Helios IP Automation Manual v2.7 User Manual

Page 33: Condition.flipflopd, Example, Parameters

Advertising
background image

33

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

®

Example

The condition is always met:

Condition.True

Condition.False

The

block defines the condition not to be met any time.

False

Parameters

There are no parameters in the False block.

Example

The condition is always not met.

Condition.False

Condition.FlipFlopD

The

block is a one-bit memory cell (variable), which records the state of

FlipFlopD

another condition at the moment of rise of the defined event for later use. The
FlipFlopD output can be used as a condition for action control in rather complex 2N

®

applications. It is a simulation of a D-type flip-flop circuit.

Helios IP Automation

Parameters

ClockEvent – define the event during which the current state of the condition is
to be recorded.
Condition – define the condition to be recorded at the rise of the ClockEvent.
ResetValue – set the condition default value upon restart. The parameter is
optional.

Valid values:

0 – condition is not met (default value)

1 – condition is met.

Advertising