Limbs Safety Switch Library for ESP32 (Arduino) v1.0.1
A library that provides a class that models a Limbs Safety Switch for physical dangerous devices or industrial production machines.
Loading...
Searching...
No Matches
lsSwtchSwCfg_t Struct Reference

Machine activation related attributes data structure. More...

#include <LimbsSafetySw_ESP32.h>

Detailed Description

Machine activation related attributes data structure.

Holds the Cycle Machine working parameters that are relevant to the switch, the time to keep the latch release active, and the time to wait to consider a production cycle completed to close one production cycle and prepare the control for the next cycle.

Parameters
ltchRlsActvTmTime -in milliseconds- to keep the latch release mechanism activated
prdCyclActvTmTime -in milliseconds- to wait before considering the Production Cycle completed
Note
Both times are relative to the start of the latch release moment, and as such it's logical than the first parameter will be smaller or equal to the second.