Error executing 'duration' operator in stateflow

3 Ansichten (letzte 30 Tage)
Dheemanth D
Dheemanth D am 4 Jun. 2018
Bearbeitet: Amjad Elshenawy am 23 Sep. 2019
Hi,
I am trying to use a 'duration' logic operator in stateflow and unable to execute. I keep getting the following error:
The 'duration' class does not support code generation.
  1 Kommentar
Walter Roberson
Walter Roberson am 4 Jun. 2018
I speculate that there is confusion between the duration operator of Stateflow and the duration datatype that is associated with datetime handling. I wonder how the code is intended to tell the difference?
Is it possible that you are applying duration to a number instead of to a logical result?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Amjad Elshenawy
Amjad Elshenawy am 23 Sep. 2019
Bearbeitet: Amjad Elshenawy am 23 Sep. 2019
Hello Dheemanth
I guess you was using the "duration" operator insude a truth table.
If my assumption is correct, then you shall use the duration oprator inside statflow but outside the truth table.
You shall assign the output of the duration operator to a local variable and then pass this local variable to the truth table. The truth table shall then reside inside the statechart.

Kategorien

Mehr zu Characters and Strings finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by