TimeSpentOnWheel#
The TimeSpentOnWheel (Aeon.Foraging)
node monitors the motion of a given foraging wheel and accumulates the total time the animal is actively turning the wheel.
Within this node, the WheelMoving (Aeon.Acquisition)
node reports whether the wheel is in motion or not, and accumulates the differences between timestamps emitted by the foraging patch while the wheel is in motion.
Inputs#
None
Outputs#
Sequence of double
values carrying the number of seconds the wheel has been in motion, accumulated from the data timestamps.
Properties#
General#
Property name |
Description |
---|---|
Name |
Set the name to identify this specific dispenser module, e.g. “Patch1” |
Subjects#
Commands (inputs) to the TimeSpentOnWheel
node are published to shared Subject
s, the names of which are configured in the properties of the node.
Usage#
To reset a TimeSpentOnWheel (Aeon.Foraging)
monitor after a block transition, use a RepeatEveryBlock (Aeon.Acquisition)
node and pass the result to an appropriately named BehaviorSubject
, e.g. “Patch1TimeSpent”.