10-04-2018 01:58 AM
Block diagram errors:
Time Structures aren't allowed in Time Critical VIs since such VIs have higher priority than Timed Structures, leading to unreliable Timed Structure operation.
How can i solve it?
10-04-2018 02:10 AM
10-04-2018 02:15 AM
How can i set the priority in order not to time critical? thanks
10-04-2018 02:27 AM
VI Properties---Execution
10-04-2018 08:18 AM
@Zhangfy wrote:
How can i set the priority in order not to time critical? thanks
I hate to deflate your ego, but your post is NOT the solution.
10-04-2018 08:39 AM
you can not choose time critical priority for the VI, which has already timed loop structure inside.
If you need timed loop in your application, then please do not choose time critical priority in execution.
Manikandan
10-12-2018 12:53 AM
Thank you all very much! The problem is solved by setting!
10-12-2018 05:58 AM - edited 10-12-2018 06:00 AM
Of course not using a flat sequence structure would also help. EDIT: Never mind, the title and content of the OP are a bit off.