Skip to content
Snippets Groups Projects
Select Git revision
  • 7bafb4dd8fcaf1f90378ca926b462d8f7414c81d
  • MCCS-163 default
  • main
  • sar-277-update-docs-with-examples-for-lrc
  • st-946-automate
  • sar_302-log-fix
  • sar-287_subarray_commands_to_lrc
  • sar_302-POC_await_sub_device_state
  • sat_302_fix_pipelines
  • sar-286_lrc_one_subarry_command
  • sar-286_lrc_improvements
  • sar-288-async-controller
  • sar-276-combine-tango-queue
  • sar-255_remove_nexus_reference
  • sar-275-add-LRC
  • sar-273-add-lrc-attributes
  • sar-272
  • sp-1106-marvin-1230525148-ska-tango-base
  • sp-1106-marvin-813091765-ska-tango-base
  • sar-255/Publish-package-to-CAR
  • mccs-661-device-under-test-fixture
  • mccs-659-pep257-docstring-linting
  • 0.11.3
  • 0.11.2
  • 0.11.1
  • 0.11.0
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.1
  • 0.8.0
  • 0.7.2
  • 0.7.1
  • 0.7.0
  • 0.6.6
  • 0.6.5
  • 0.6.4
  • 0.6.3
  • 0.6.2
  • 0.6.1
  • 0.6.0
42 results

conf.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    obs_state_machine.uml 1.29 KiB
    IDLE: The subarray is unconfigured
    CONFIGURING_IDLE: The subarray is unconfigured;\nis performing a configuring operation
    CONFIGURING_READY: The subarray is configured;\nis performing a configuring operation
    READY: The subarray is configured
    SCANNING: The subarray is scanning
    ABORTING: The subarray is aborting
    ABORTED: The subarray has aborted
    RESETTING: The subarray is resetting to IDLE\nfrom FAULT or ABORTED state
    FAULT: The subarray has faulted
    
    IDLE -down-> CONFIGURING_IDLE: configure_invoked
    IDLE -left-> ABORTING: abort_invoked
    CONFIGURING_IDLE -up-> IDLE: configure_completed
    CONFIGURING_IDLE -down-> CONFIGURING_READY: component_configured
    CONFIGURING_IDLE -left-> ABORTING: abort_invoked
    CONFIGURING_READY -down-> READY: configure_completed
    CONFIGURING_READY -left-> ABORTING: abort_invoked
    READY -up-> CONFIGURING_READY: configure_invoked
    READY -up-> IDLE: component_unconfigured
    READY -down-> SCANNING: component_scanning
    READY -left-> ABORTING: abort_invoked
    SCANNING -up-> READY: component_not_scanning
    SCANNING -left-> ABORTING: abort_invoked
    ABORTING -up-> ABORTED: abort_completed
    ABORTED -up-> RESETTING: obsreset_invoked
    RESETTING -down-> ABORTING: abort_invoked
    RESETTING -right-> IDLE: obsreset_completed
    [*] -up-> FAULT: component_obsfault\n(from any state)
    FAULT -up-> RESETTING: obsreset_invoked