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

Requirement simulation - state machine #93

Open
rcasteran opened this issue May 28, 2024 · 1 comment
Open

Requirement simulation - state machine #93

rcasteran opened this issue May 28, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request about feature
Milestone

Comments

@rcasteran
Copy link
Owner

Is your feature request related to a problem? Please describe.
Allow Jarvis to simulate requirements related to state machine

Describe the solution you'd like
Investigate OpenModelica simulation to allow Jarvis to simulate the following requirements related to state machine and functions :

  • Function behavior
  • Function allocation to state
  • State transition

Describe alternatives you've considered
None

Additional context
Add any other context or screenshots about the feature request here.

@rcasteran rcasteran added the enhancement New feature or request about feature label May 28, 2024
@rcasteran rcasteran self-assigned this May 28, 2024
@rcasteran rcasteran added this to the 1.4.1 milestone May 28, 2024
rcasteran added a commit that referenced this issue May 28, 2024
rcasteran added a commit that referenced this issue Jun 7, 2024
rcasteran added a commit that referenced this issue Jun 7, 2024
rcasteran added a commit that referenced this issue Jun 7, 2024
rcasteran added a commit that referenced this issue Jun 11, 2024
@rcasteran
Copy link
Owner Author

About the installation of OpenModelica in the CI:

  • OMPython has to be removed from requirement.txt and to be installed directly by the CI script config.yml
  • Following Docker image for OpenModelica is available: openmodelica/openmodelica:v1.22.4-ompython
  • Following commands are added in the CI script to update the Python3 installation to the latest one:
apt-get update -y
apt-get install python3-venv -y
  • Following command is added to install OMPython in the CI script:

pip install -U https://github.com/OpenModelica/OMPython/archive/master.zip

Once installation performed, there is a problem when running the test because OMPython cannot connect to OpenModelica executable.

rcasteran added a commit that referenced this issue Jun 14, 2024
rcasteran added a commit that referenced this issue Jul 2, 2024
rcasteran added a commit that referenced this issue Jul 12, 2024
rcasteran added a commit that referenced this issue Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request about feature
Projects
None yet
Development

No branches or pull requests

1 participant