You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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]
The text was updated successfully, but these errors were encountered:
[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:
The during action results in an error marker in Eclipse, whereas the transition works.
The text was updated successfully, but these errors were encountered: