Skip to content

CIP-1569 Handle redundant On/Off commands to the CBF Controller

Mae requested to merge cip-1569-add-psi-pdu into main

CIP-1569 Add a flag to determine what state the CBF Controller is in, so that redundant on/off commands aren't executed and are logged as errors.

  • Add self._on to the controller_component_manager.py and adjust the code in the On and Off commands to handle redundant commands
  • Update the controller_device.py to display the correct logging level, based on the ResultCode returned
  • Fix failing ControllerComponentManager_test::Off test
  • Increase timeout in talon_lru_component_manager.py for the power switch proxies to be 8s to fix intermittent mcs-on failure
Edited by Mae

Merge request reports