The TpFanSpeed component is responsible for configuring fan settings in the Touch Point panel.

The TpFanSpeed component

The TpFanSpeed component has the following slots:

  • Status: shows the component’s status;

  • Fault Cause: shows the fault cause description;

  • Fault Status: informs about the point error status (true: point read/write error);

  • Enable: enables or disables the component (true: enabled, false: disabled);

  • Poll Frequency: allows to set the reading poll frequency (fast, normal, slow);

  • Fan Current Speed: sets the current speed of fan (Off, ManualSpeed1, ManualSpeed2, ManualSpeed3, AutoSpeed1, AutoSpeed2, AutoSpeed3)

  • Fan Current Mode: sets the current mode of fan (Off, ManualSpeed1, ManualSpeed2, ManualSpeed3, Auto).

  • Write Type: defines a method of writing values (COV, COV_PollFrequency, PollFrequency, COV_LinkSet);

  • Editable: enables or disables editing of a fan speed in the Touch Point panel;

  • Part Editable: (FullyEditable, AutoOffMode)

  • Mode: identifies a way of controlling the panel (LocalMode, BmsMode);

  • Fan Type: sets a type of fan (0-10 V, 1-speed, 2-speed, 3-speed);

  • Config Trigger: on rising edge sends configuration parameters to the device components (Editable, Part Editable, Mode, Fan Type).

The TpFanSpeed component has the following actions:

  • Read: reads the Touch Point panel’s fan values and updates the Fan Current Speed and Fan Current Mode slots;
  • Read Config: reads configuration parameters from the Touch Point panel (Editable, Part Editable, Mode, Fan Type);
  • Write Config: writes configuration parameters to the Touch Point panel (Editable, Part Editable, Mode, Fan Type).