Object: “Task Configuration”
The “Variable Usage” tab provides an overview of all variables and their usage. There you can see the tasks where variables are accessed.
When using multicore, write access (w) to a variable should take place only in a task because otherwise it can cause inconsistencies.
In the context menu, you can hide individual tasks and show the cross-reference list to variables.
“Variables” |
Name of the variable |
“Type” |
Data type |
“Number” |
Number of tasks that access these variables. |
“<task name>” |
Access to the variable (r: read, w: write, rw: read/write) |
See also