EcatErrorCode Enumeration
This enumeration represents the E-CAT component errors.
Namespace:
IntervalZero.MaxRT.Ecat.Config
Assembly:
IntervalZero.MaxRT.Ecat (in IntervalZero.MaxRT.Ecat.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public enum EcatErrorCode
Members
|
Name |
Value | Description |
|---|---|---|
|
RTECAT_ERROR_NO_LICENSE |
537133056 |
The E-CAT component does not have a valid license. |
|
RTECAT_ERROR_STARTED |
537133057 |
The E-CAT component has already started. |
|
RTECAT_ERROR_STOPPED |
537133058 |
The E-CAT component has already stopped. |
|
RTECAT_TIMEOUT_QUERYING_STATUS |
537133059 |
A timeout occurred while querying the E-CAT component status. |
|
RTECAT_ERROR_TIMEOUT_STARTING |
537133060 |
A timeout occurred while attempting to start the E-CAT component. |
|
RTECAT_ERROR_TIMEOUT_STOPPING |
537133061 |
A timeout occurred while attempting to stop the E-CAT component. |
|
RTECAT_ERROR_NO_EVENT |
537133062 |
Failed to create synchronization objects. |
|
RTECAT_ERROR_NOT_LOADED |
537133063 |
The library is not loaded. |
See Also: