ST_CpuCoreInfo
A variable of this type contains information about a CPU core. The information can be read for a particular CPU core with the aid of the function F_GetCpuCoreInfo and the corresponding CPU core index.
TYPE ST_CpuCoreInfo :
STRUCT
bRTCore : BOOL;
bIsolatedCore : BOOL;
nBaseTime : UDINT;
nCoreLimit : UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bRTCore | BOOL | This variable has a value of TRUE if it is a real-time kernel. |
bIsolatedCore | BOOL | This variable has a value of TRUE if it is an isolated core. |
nBaseTime | UDINT | Base time of the CPU core, specified as a multiple of 100 ns |
nCoreLimit | UDINT | Core limit of the CPU core, specified in % |
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.11 | PC or CX (x86, x64, ARM) | Tc2_System (System) >= 3.4.24.0 |