Sending Structured Message Simulation in SysML

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • It is common need to send data not as signal but as message. In this simple How-To we provide sample and template how to simulate any structural data send, receive, and analysis.
    Project files
    v2022x www.dropbox.co...
    v2021x and older www.dropbox.co...

ความคิดเห็น • 13

  • @johanng6845
    @johanng6845 9 วันที่ผ่านมา

    Maximum confusion. Which elements from where? It is not shown how to put something together or how to hang it together.

  • @Xirock-1220
    @Xirock-1220 2 ปีที่แล้ว +1

    Great Video. Exactly what i was looking for recently. Thanks for that.

  • @titos9157
    @titos9157 2 ปีที่แล้ว +1

    Hi! How would you 1. Interact with json files 2. Represent/build json types to send across your system components?

    • @MBSEExecution
      @MBSEExecution  2 ปีที่แล้ว

      Hello here is sample how to interact with json Load Data from JSON File in SysML Simulation
      th-cam.com/video/1A9SfQ2LZWc/w-d-xo.html. For types modeling please use blocks or even better value types.

    • @MBSEExecution
      @MBSEExecution  2 ปีที่แล้ว

      Bere is one sample for structured data types modeling and simulation Structured Network Message SysML Simulation
      th-cam.com/video/8nE0LuRFfNA/w-d-xo.html . There are few more you can search in channel by structured message.

  • @Kevin-lm8fo
    @Kevin-lm8fo 2 ปีที่แล้ว +1

    Nice video. Thanks. Do you also have a video that shows how to do this using a synchronous or asynchronous Call behavior?

    • @MBSEExecution
      @MBSEExecution  2 ปีที่แล้ว

      Thank you! Can you give more details what would be result using call behavior? Im asking because here we use opaque action which is quite similar.

    • @Kevin-lm8fo
      @Kevin-lm8fo 2 ปีที่แล้ว +1

      @@MBSEExecution Let's say I have a System B that owns an operation entitled "GetStatus" that receives several parameters and returns several other parameters. I want to call that operation synchronously from System A over an interface between the two systems using an activity diagram with a Call Operation Action in order to invoke that operation and receive the returned parameters. I also want this call operation to show up as a synchronous call message in a sequence diagram. Do you have any videos that explain how to do this? Thanks!

    • @MBSEExecution
      @MBSEExecution  2 ปีที่แล้ว

      I see. What about this one th-cam.com/video/luBXs3jgxl8/w-d-xo.html

    • @Kevin-lm8fo
      @Kevin-lm8fo 2 ปีที่แล้ว +1

      @@MBSEExecution Yes, thanks. I think your basic method in this video is what I have in mind.

  • @makzmakz
    @makzmakz 2 ปีที่แล้ว +1

    Isn't a signal capable of carrying data?

    • @MBSEExecution
      @MBSEExecution  2 ปีที่แล้ว

      Hello. Yes. But signal in SysML is trigger. Data can flow without trigger.