Replies: 2 comments 1 reply
-
|
Hello, Thank you for using SysON and give us feedback, it helps us a lot! We are currently working on import from textual SysMLv2 and export to textual SysMLv2 modules in SysON to improve them and fixes unhandled cases. So there is no workaround, just wait for improved versions or support SysON developments! Regards, |
Beta Was this translation helpful? Give feedback.
-
|
I understand the issue about import/export to/from textual notation, but using the graphical UI ( ie. not speaking about textual notation), is there a way to create the if and accept expressions (for example using the explorer ?) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For my model I need to use state machines.
How to specify the guards on the transition ? (statemachine without transition guard are useless ...)
In sysml v2, it seems that we can use
acceptandifas ways to specify the condition required to trigger the transitionI tried importing from textual notation (using the reference example https://github.com/Systems-Modeling/SysML-v2-Release/blob/master/sysml/src/training/25.%20Transitions/Transition%20Actions.sysml , I use the same kind of transition definitions in my model )
but on this small example I have several import issue.
among them : neither the
ifnor theacceptare imported (other error: thedothat doesn't work too, and the target isn't set)and I can't find a way to fix it manually using the graphical ui of syson
Note: I noticed that the example doesn't create the transition in the same way SysON does it ( import from text creates a
SuccessionAsUsage, while UI creates aSuccession)but I can't find a way to add the
accept/if/doon the transition even using transition created using the UIAny idea of workaround ?
log error when importing the Transition%20Actions.sysml example:
Beta Was this translation helpful? Give feedback.
All reactions