Temporal threshold count must be a positive number less than 0x8000_0000

2 views (last 30 days)
Running a Stateflow model, this message appears:
Code Directory : "/afs/ipp-garching.mpg.de/home/d/davcamsi/slprj/_sfprj/test_API_model/_self/sfun/src"
Machine (#1524): "test_API_model" Target : "sfun"
Chart "Chart" (#1526):
. Code generation failed Temporal threshold count must be a positive number less than 0x8000_0000.
Component: Coder | Category: Coder error
What does it mean? Thanks in advance.
  3 Comments
Stephen23
Stephen23 on 15 Aug 2021
Edited: Stephen23 on 15 Aug 2021
Original question by David Cambon-Silva on 3rd of July 2015 retrieved from Google Cache:
Temporal threshold count must be a positive number less than 0x8000_0000
Running a Stateflow model, this message appears:
Code Directory : "/afs/ipp-garching.mpg.de/home/d/davcamsi/slprj/_sfprj/test_API_model/_self/sfun/src"
Machine (#1524): "test_API_model" Target : "sfun"
Chart "Chart" (#1526):
. Code generation failed Temporal threshold count must be a positive number less than 0x8000_0000.
Component: Coder | Category: Coder error
What does it mean? Thanks in advance.

Sign in to comment.

Answers (1)

DeYang
DeYang on 25 Mar 2019
Hi,I meet the same problem when I use the coed as follow:
after(TWAIT,tick)
TWAIT should set as Parameter not constant when you do data management in Model Exploer,ref as follow:
1.png

Community Treasure Hunt

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

Start Hunting!