Dynamic Power Rollup - Cameo Systems Modeler / MagicDraw

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024

Комментарии • 5

  • @diegourbina9958
    @diegourbina9958 7 месяцев назад

    Nice video , keep it up

  • @CameoMagic
    @CameoMagic Год назад

    Well done, good example.

  • @ufukbolat3704
    @ufukbolat3704 Год назад

    I have a signal as "Fault State" and has an attribute as a "Fault: Boolean".
    I would like to use these signal to ensure transition between states in stm but I have an attribute. How can i select the right attribute?
    For example; initial system state is "OFF", and if "FaultState" signal is TRUE, then the system must go "Not available" state.
    But if the "FaultState" signal is FALSE, then it must go "ON" state.
    Also,
    How to add multiple signals in a transition with "and" and "OR" conditions?
    For example;
    fault state = false and feature activation = true -> Off to On
    fault state = true or feature activation = false -> On to Off

    • @brianMoberley
      @brianMoberley  Год назад

      Ufuk, great questions. I will reply with a more tailored response soon. In the meantime, see this article that has some answers to questions you are asking. andrewwashere.github.io/2022/05/21/state-machines.html

    • @ufukbolat3704
      @ufukbolat3704 Год назад

      @@brianMoberley I’ll check the Article and also waiting your response, Thanks a lot.