Simulink Tutorial - 39 - Atomic & Non-atomic Subsystems

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

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

  • @SUDHIRKUMAR9
    @SUDHIRKUMAR9 5 лет назад +6

    In atomic subsystems all the blocks inside the subsystem will execute at a a time and in non atomic subsystems blocks inside the subsystem will execute one after the other

  • @marius10ster
    @marius10ster 6 лет назад +3

    Thank you very much for that detailed explanation. I would like to know the difference between 0;0 and 1;0 between the blocks in the two models. In case you mentioned that already, I am sorry if you mentioned it already, I am not clear on that one.

  • @ganeshdutt14
    @ganeshdutt14 7 лет назад +5

    mam, I request you to provide a tutorial on SIL, MIL, PIL testing, it would be very helpful.

  • @CreativeJunior1226
    @CreativeJunior1226 2 года назад

    very good explanation

  • @mayurlad4380
    @mayurlad4380 3 года назад

    well explained.Thanks for giving clarification. Doubt solved.

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

    Hi, what is the check box is disabled

  • @darkside3ng
    @darkside3ng 5 лет назад

    Excelent!!!!!! Amazing work

  • @saikiranreddy6901
    @saikiranreddy6901 5 лет назад +1

    Can you please explain the difference between virtual and non virtual subsystems??

  • @saikiranreddy6901
    @saikiranreddy6901 6 лет назад +2

    Hi mam,
    Thanks for the explanation. can you please explain in detail how it effects in code generation??.

    • @sivamurugesan6344
      @sivamurugesan6344 5 лет назад

      I expected the same

    • @ummiruhinashaikh2100
      @ummiruhinashaikh2100 4 года назад

      Hi nice explanation..can you please explain difference in code genration between atomic and non atomic

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

    Please explain expansion of subsystem

  • @kunluo6940
    @kunluo6940 5 лет назад

    if I wanted to expand an atomic subsystem, what should i do? I cannot find any measure to do it. Thank you

  • @pradnyamhetre9404
    @pradnyamhetre9404 5 лет назад

    You have not explained virtual and non virtual subsystems.What is the difference??Can you please upload video??

  • @sushantvanve
    @sushantvanve 5 лет назад

    Is there any difference in generated code, using atomic and non atomic subsystem?

  • @REDSLibrary
    @REDSLibrary 5 лет назад

    Nice work

  • @RavinderSingh-cd5ei
    @RavinderSingh-cd5ei 4 года назад

    what is the use case if atomic subsystem?

  • @snehalparmar804
    @snehalparmar804 7 лет назад +2

    Is there any difference in output and code generation in atomic vs non-atomic?

    • @embeddedroom
      @embeddedroom 6 лет назад +1

      Yes it is. When generating code from atomic subsystems you will have a dedicated function for the entire logic inside your subsystem.

  • @praveenpandey2676
    @praveenpandey2676 5 лет назад

    What is difference in the code of atomic and non-atomic subsystem?

  • @MarkNante
    @MarkNante 6 лет назад

    atomic subsystems are stateless, aren't they? Can I build microservices with them?

  • @Majed_ashraf
    @Majed_ashraf 7 лет назад

    Can u make a subsystem of PV panel taking input in terms of irradiance, voltage , temperature and output as current and power
    Also any design of mppt

  • @Zakaria_alzaq_1997
    @Zakaria_alzaq_1997 7 лет назад

    شكرا لكٍ

  • @rajkiraniitb
    @rajkiraniitb 7 лет назад

    I want to know when to use atomic and non atomic systems

    • @simulinktutorial9086
      @simulinktutorial9086  7 лет назад

      +Raj Kiran atomic subsystems are generally used for conditional subsystem.