From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

About Real-Time analysis

Solved!
Go to solution

I deploy simulink models to Pharlap RTOS through VeriStand,I m wondering how can we figure out whether our project is running in real time or not? Dose Veristand have some descriptions about how to make real time analysis?

0 Kudos
Message 1 of 2
(2,413 Views)
Solution
Accepted by topic author JACKY_z

One indicator of real-time behaviour of your model execution is whether or not it completes it's execution within the specified timing you set in the system definition file. To check this, you can use an indicator to monitor the "Model Count" System Parameter, which increments each time the execution finished late.

 

Additionally, if you see that the performance is not what you had hoped, you can also check the systems overall load with Tools >> Console viewer.

 



Remember Cunningham's Law
Message 2 of 2
(2,373 Views)