Crocus CNV Status attributes
Reference manual 111
7.6 Operating system status attributes
crocusIfConv<2m/Nx64><Tt/Cv>/operatingSystem/taskInfo
The taskInfo table displays status information about the operating system. The table contains the following
attributes:
Attribute Description
taskName
Name of the task.
taskStatus
Current status. The task can have the following status values:
Value Description
awake
This task is actually running.
asleep
This task is waiting on an event.
inactive
This task slot is not active, i.e. no task has been assigned to
this slot.
load30s (%)
This is the load on the processor during the last 30 seconds.
load5m (%)
This is the load on the processor during the last 5 minutes.
runningInMedium
(%)
Each task can be running with a low, medium or high priority. This element gives
the percentage of time this task is running with medium priority during the last 30
seconds.
runningInHigh (%)
Each task can be running with a low, medium or high priority. This element gives
the percentage of time this task is running with high priority during the last 30
seconds. The percentage of time this task is running with low priority can be
calculated using the following formula:
100% - runningInMedium (%) - runningInHigh (%).
programCounter
This is the current value of the program counter. The program counter is the
memory address for the current instruction of this task.