Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple SDL Processes #57

Closed
SerenaC94 opened this issue May 25, 2020 · 2 comments
Closed

Multiple SDL Processes #57

SerenaC94 opened this issue May 25, 2020 · 2 comments

Comments

@SerenaC94
Copy link

Hi,

I wanted to create a diagram containing two processes that communicate with each other (which is exactly what will happen in my implementation) but after I create one process in OpenGEODE the "Process" button becomes grayed out and I can only add "ProcessTypes".

Is it not possible to have multiple processes in OpenGEODE?

FYI, I have started studying SDL from this tutorial: https://www.sdl-forum.org/sdl88tutorial/index.html

@maxime-esa
Copy link
Contributor

Opengeode iself can only handle one process at a time as it does not have the SDL communication view. That's what TASTE is actually providing.

TASTE provides the possibility to design a complete system made of one or more SDL processes, that can also communicate with other functions implemented in different languages (C, C++, Ada, Simulink, etc.) and generate complete code that can run on target (Linux or embedded).

Check www.opengeode.net for the subset of SDL that is supported by Opengeode

@SerenaC94
Copy link
Author

Perfect, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants