R Script

R is an open source programming language and software environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. The R Script component in Sentinel's user processes allows you to access R, as a way of analysing data within your process.

Read more

Flow Event

Flow Event components have no inputs. They are designed to invoke other components to perform logic processing at a certain point in the Sentinel user process.

Read more

Logging

The Logging components are used to send information from the Sentinel user process to the logging infrastructure.

Read more

Dynamic Stream

The Dynamic Stream components in Sentinel Studio are used to properly handle the calculation of rolling sums in a Sentinel user process.

Read more

Boolean

The Boolean functions in Sentinel Studio take input data, apply logic processing to that data, and produce a single output with a value of true or false. This article describes the Boolean functions available in Sentinel Studio.

Read more

Saving a Process

User processes, created in Sentinel Studio, are saved within the Sentinel database, which are then made available in a monitor. When you first save a user process, you will be asked to provide a name and a description.

Read more

Creating Sub-Modules

A Sub-Module in Sentinel Studio is a self-contained unit of logic that performs a specific task. This article describes how to add a sub-module to a Sentinel user process.

Read more