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

[KISEMA-1075] Count delay not possible in during action #36

Open
fabianheyer opened this issue Apr 19, 2022 · 0 comments
Open

[KISEMA-1075] Count delay not possible in during action #36

fabianheyer opened this issue Apr 19, 2022 · 0 comments
Labels
enhancement New feature or request jira Legacy issues migrated from old KISEMA Jira

Comments

@fabianheyer
Copy link

[Issue KISEMA-1075 migrated from JIRA, first reported on 2016-02-17]

Writing a count delay as trigger in a during action is not possible. Is this intentional?

Example:

scchart Test1 {
  input int I;
  output bool O1;
  output bool O2;
  
  initial state init{
    during 2I / O1 = true;
  } --> init with 3I / O2 = true;
}

The during action results in an error marker in Eclipse, whereas the transition works.

Steven Smyth added a comment - [22/Sep/17 11:20 AM]
It is possible the specify a count delay in during actions now. However, the transformation will ignore them for now, so the ticket is paused. The transformation must be adapted to recognize count delays in a future version (improvement).

Steven Smyth added a comment - [10/Jan/19 2:05 PM]
Please add a warning to the validator for the actual version @ [Alexander Schulz-Rosengarten]

@fabianheyer fabianheyer added the enhancement New feature or request label Apr 19, 2022
@fabianheyer fabianheyer added the jira Legacy issues migrated from old KISEMA Jira label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira Legacy issues migrated from old KISEMA Jira
Projects
None yet
Development

No branches or pull requests

1 participant