The LpSubmenuBoolean component is responsible for reading/writing and configuration of a single (one of 8 points) Boolean parameter, which is placed in the LP panel submenus. There are 6 submenus in LP panel: Temperature, Fan, Light, Blind, Alarm, and Occupancy, and each submenu can have up to 8 Boolean points.

The LpSubmenuBoolean component

The LpSubmenuBoolean component has the following slots:

  • Status: shows the point’s status;
  • Fault Cause: shows the fault cause description;
  • Fault Status: shows the point error status true: point read/write error);
  • Enable: enables or disables the point (true: enabled, false: disabled);
  • Poll Frequency: allows to set the reading poll frequency (fast, normal, slow);
  • Write Type: allows to set the writing mode (COV: only on input change, COV_PollFequrency: on the In slot change and periodically, PollFequrency: only periodically, COV_LinkSet: on the In slot change, using the "reverse following the link" function);
  • Trigger: triggers the remote enforcement of sending (on rising edge);
  • Out: the output slot, the current value of read/write register;
  • In: the register input slot;
  • Submenu: the panel submenu number;
  • Point No: the submenu point number;
  • Point Display Name: allows to set the 4 characters submenu point LCD display name (only ASCII characters);
  • Point Visibility: allows to activate or disactivate the point on display;
  • Point Editable: enables or disables the editing of the point;,
  • Point True Text: allows to set the 4 characters LCD display text in the true state (only ASCII characters);
  • Point False Text: allows to set the 4 characters LCD display text in the false state (only ASCII characters);
  • Point Priority: : allows to set the displaying priority on the LCD screen (starting from the lowest value);
  • Config Trigger: sends configuration parameters to the device components on rising edge.

The LpSubmenuBoolean component has the following right-click menu actions:

  • Set True: sets the In slot to true and sends it to the submenu point;
  • Set False: sets the In slot to false and sends it to the submenu point;
  • Write: sends the In state to the submenu point;
  • Read: reads the LP panel submenu point value and sets the Out slot;
  • Send Value: sends the user value to the submenu point without changing the input slot, from the pop-up window;
  • Read Config: reads the submenu point configuration parameters from the LP panel (Point Display Name, Point Visibility, Point True Text, Point False Text, Point Priority);
  • Write Config: writes the submenu point configuration parameters to the LP panel (Point Display Name, Point Visibility, Point True Text, Point False Text, Point Priority).