Home Questions How can i use the value from task protocol in simlulink

How can i use the value from task protocol in simlulink

DWQA QuestionsCategory: Custom Task DevelopmentHow can i use the value from task protocol in simlulink
Yihui Xu asked 4 years ago
I am now having a column in Task protocol called reaction time, if i want to use the reaction time value in my simulink, what should I do then? Can I just call the corresponding constant Name in def parameter table ?
1 Answers
Koloman Varady Staff answered 4 years ago
Hi Yihui, There is a Goto tag called Task_Wide_Parameters that is a vector of the values set in your Task Wide Parameters table. You can use the constant name to select (with a selector block) the value that you need. Cheers, Koloman