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...
Maximum confusion. Which elements from where? It is not shown how to put something together or how to hang it together.
Great Video. Exactly what i was looking for recently. Thanks for that.
Thank you!
Hi! How would you 1. Interact with json files 2. Represent/build json types to send across your system components?
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.
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.
Nice video. Thanks. Do you also have a video that shows how to do this using a synchronous or asynchronous Call behavior?
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.
@@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!
I see. What about this one th-cam.com/video/luBXs3jgxl8/w-d-xo.html
@@MBSEExecution Yes, thanks. I think your basic method in this video is what I have in mind.
Isn't a signal capable of carrying data?
Hello. Yes. But signal in SysML is trigger. Data can flow without trigger.