DWQA Questions › Category: Custom Task Development › How can i use the value from task protocol in simlulink
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
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
Please login or Register to submit your answer