Arctis Standard Library
no.ntnu.item.arctis.library

Import Library via SVN
Drop this link into the Arctis View

Contained Building Blocks
Countdown

Realizes a counter to count elements or control loops. Number of iterations set at run-time.

Countdown 2

Counts the number of arriving tokens. Number of iterations set as instance parameter.

Crossover

Detects if any of the two flows are crossed.

Delay

Allows to delay an object flow to split up an activity step.

First

Gate

Iterator

One

Filter that passes only a single token.

Reactive Buffer

Buffers elements between a producer and a consumer process.

Reactive Buffer 2

Buffers elements between a producer and a consumer process. In this variant, the consumer has to notify its readiness before items are offered to it.

Switcher N2

Switcher2

Timeout

Monitors if the arrival of an event happens within a certain time. Duration is given as instance parameter.

Timeout 2

Monitors if the arrival of an event happens within a certain time. Duration is given through parameter at startup.

Timeout 3

Monitors if the arrival of an event happens within a certain time. This version will wait until the event arrives before terminating.

Timer

Timer that can be switched off.

Timer 2

Timer that can be switched off.

Timer Exp

Timer that can be switched off.

Timer Periodic

Periodic timer ticking. Duration determined by instance parameter.

Timer Periodic 2

Periodic timer ticking. Duration determined at run-time by starting pin.

Timer Random

Timer with a random duration that can be switched off.

Toggle

ToggleN3

Valve

Filter block to enable or disable a single flow.

Wait