Exploring the Control Panel


EnOS Fleet Control provides users with a control command panel and a control log panel to issue control commands and query control logs. This page describes both panels in detail.


Control Command Panel


The structure of Control Command Panel is shown below.


../_images/UI.png


The following table describes the components of Control Command Panel.


Components Description
Control Type Displays the control types configured based on the control rules.
Control Name Displays the control name defined by the control rules.
Control Parameter Input/Drop-Down Box
Display input box or drop-down box based on data type.
  • If the data type is integer (Int), floating point (Float), double precision (Double), and so on, the control command panel displays the input box. The input parameters are verified based on the value range configured by the control rule.
  • If the data type is enumeration type (Enum), the control command panel displays the description of the enumeration item definition in the form of a drop-down box. Fleet Control passes the parameter value of the enumerated data to the control service through a direct click.
Measurement Points Displays the measurement points associated with the control command. For enumeration value measurement points, the linked dimension table displays the description of the enumeration value. A maximum of 2 linked measurement points can be displayed, and are arranged in order of highest to lowest.
Last Command
Displays the most recent control records.
  • Control value: The execution time, control command, and specific configured control value of the last control.
  • Response: The result of the last control.
  • Calibration point: The value of the calibration point.


Control Log Panel


The structure of Control Log Panel is shown below.


../_images/log.png


The following tables describe the components of Control Log Panel.


Components Description
Asset Range Filter By filtering the target sites and devices to be controlled, the target asset information is displayed in the control log list.
Filter Bar Searching for corresponding control log records by time filter or by entering the operator or control record ID.
Control Log List
Displays detailed information about target control operations.
  • Request Time: The time when the user sends the control command.
  • Device: The controlled device.
  • Control Command: The control command.
  • Control Point: The control point corresponding to the control command.
  • Control Value: The control value corresponding to the control command.
  • Type: Control type, including single control and group control.
  • Result: Control result, including execution success, execution failure, and request interruption.
  • Operator: The username of the user who issued the control command.
  • Control ID: A unique identifier for the control operation, which is generated by the system.