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 ?
Posted on Jul 18, 2019
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 ?
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