PreviousNext
Local FRC
Help > IQMESH control > Fast Response Command (FRC) > FRC types > Local FRC

Local FRC is an FRC asynchronously invoked from a Node to control other Nodes in the direct RF range. Quickly, without lengthy propagation of the packet through the entire network. Thus, e.g., controllers (pushbuttons, switches, motion sensors, …) can control and monitor actuators (lights, blinds, …) with no significant delay.

  Local FRC must be implemented in Custom DPA Handler of the controlling Node.

 
The Nodes to be controlled must have Local FRC enabled in TR configuration.

» Local FRC animation

» Source code Example