PelletMonitor#

The PelletMonitor (Aeon.Foraging) node monitors the current state of pellet delivery commands and the beam break. Within this node, pellet delivery commands received by the Harp output expander are filtered from the “PatchEvents” Subject and successful deliveries monitored through the “PelletDelivered” Subject (e.g. “Patch1PelletDelivered”). The RepeatEverySubject node ensures this node is only running while an animal is present in the habitat.

Aeon.Foraging.PelletMonitorWorkflow

Inputs#

None

Outputs#

Sequence of dynamic class events triggered by deliver pellet commands and beam break events, consisting of a “Timestamp” (double) and a “Value” (boolean) that reports the current state. This “Value” is True if and when a delivery command has been received, and False when a successful beam break is detected.

Properties#

Subjects#

Inputs to the PelletMonitor node are subscribed to from shared Subjects, the names of which are configured in the properties of the node.

Device input subjects#

Subject name

Property Type

Expected Data Type

Description

PelletCommand

string

Harp.HarpMessage

The name of the shared Subject carrying all events published by the output expander connected to an UndergroundFeeder, e.g. “Patch1Events”

PelletDelivered

string

Harp.Timestamped<bool>

The name of the shared Subject carrying beam break events indicating successful pellet deliveries, e.g. “Patch1PelletDelivered”. Also published by UndergroundFeeder

Usage#

To use a PelletMonitor (Aeon.Foraging) node, simply place one and configure its properties.

Aeon.Foraging.PelletMonitor