ST_CX_ProfilerStruct
TYPE ST_CX_ProfilerStruct:
STRUCT
dwLastExecTime : DWORD;
dwMinExecTime : DWORD;
dwMaxExecTime : DWORD;
dwAverageExecTime : DWORD;
dwMeasureCycle : DWORD;
END_STRUCT
END_TYPE
Name | Description |
---|---|
dwLastExecTime | The most recently measured value for the execution time in [µs] |
dwMinExecTime | The minimum execution time in [µs] |
dwMaxExecTime | The maximum execution time in [µs] |
dwAverageExecTime | The mean execution time for the last 100 measurements in [µs] |
dwMeasureCycle | The number of measurements that have already been carried out |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.0 | CX (x86) | Tc2_SystemCX |