ST_TcRTimeEventClass
The table below contains a list of the events of the TwinCAT RTime event class.
Namespace: TC_EVENTS.TcRTimeEventClass
Type: Global Variable
Library: Not required, TwinCAT System Resource from v3.1.4022.14
Events
Name | ID | Severity | Description | |
---|---|---|---|---|
Hex | Dec | |||
InternalError | 0x1000 | 4096 | Error | Internal error in the TwinCAT real-time system. |
BadTimerPeriods | 0x1001 | 4097 | Error | Timer value is not valid. |
InvalidTaskPtr | 0x1002 | 4098 | Error | Task pointer has the invalid value 0 (zero). |
InvalidStackPtr | 0x1003 | 4099 | Error | Task stack pointer has the invalid value 0. |
PrioExists | 0x1004 | 4100 | Error | The request task priority is already assigned. |
NoMoreTCB | 0x1005 | 4101 | Error | No free TCB (Task Control Block) available. The maximum number of TCBs is 64. |
NoMoreSemas | 0x1006 | 4102 | Error | No free semaphores available. The maximum number of semaphores is 64. |
NoMoreQueues | 0x1007 | 4103 | Error | No free space available in the queue. The maximum number of positions in the queue is 64. |
ExtIRQAlreadyDef | 0x100D | 4109 | Error | An external synchronization interrupt is already applied. |
ExtIRQNotDef | 0x100E | 4110 | Error | No external synchronization interrupt applied. |
ExtIRQInstallFailed | 0x100F | 4111 | Error | Application of the external synchronization interrupt failed |
IRQNotLessOrEqual | 0x1010 | 4112 | Error | Call of a service function in the wrong context |
VMXNotSupported | 0x1017 | 4119 | Error | Intel VT-x extension is not supported. |
VMXDisabled | 0x1018 | 4120 | Error | Intel VT-x extension is not enabled in the BIOS. |
VMXControlsMissing | 0x1019 | 4121 | Error | Missing function in Intel VT-x extension. |
VMXEnableFails | 0x101A | 4122 | Error | Activation of Intel VT-x fails. |