Data type for storing alarm- and message information.
Data structure used by MLxGetErrorDetailand MLxGetMessageDetail.
Contains detailed error information, same as alarm on the robot teach pendant.
Version history
0.2.0
 
Rioual
Changes
Changed:
- Rename input variable
TypetoErrType
show full history
0.1.0
 
deGroot
Changes
Changed:
- source code ported
- version number reset
- now using semantic versioning
Overview
| name | type | default | comment |
|---|---|---|---|
| errorNumber | DINT | The error number from MotoLogix system runtime software. | |
| OEMerrorNumber | INT | For future use | |
| Origin | DINT | For future use | |
| ErrType | DINT | For future use | |
| Recovery | DINT | For future use | |
| Message_LEN | DINT | Stringlength for platform compatibility | |
| Message | STRING[82] | Basic Error Message | |
| ExtendedDescription1_LEN | DINT | Stringlength for platform compatibility | |
| ExtendedDescription1 | STRING[82] | Extended error description. | |
| ExtendedDescription2_LEN | DINT | Stringlength for platform compatibility | |
| ExtendedDescription2 | STRING[82] | Extended error description (continued). | |
| ExtendedDescription3_LEN | DINT | Stringlength for platform compatibility | |
| ExtendedDescription3 | STRING[82] | Extended error description (continued). | |
| Remedy_LEN | DINT | Stringlength for platform compatibility | |
| Remedy | STRING[82] | For future use | |
| TimeStamp_LEN | DINT | Stringlength for platform compatibility | |
| TimeStamp | STRING[82] | Date of occurrence |
Details
errorNumber
DINTThe error number from MotoLogix system runtime software.
OEMerrorNumber
INTFor future use
Origin
DINTFor future use
ErrType
DINTFor future use
Recovery
DINTFor future use
Message_LEN
DINTStringlength for platform compatibility
Message
STRING[82]Basic Error Message
ExtendedDescription1_LEN
DINTStringlength for platform compatibility
ExtendedDescription1
STRING[82]Extended error description.
ExtendedDescription2_LEN
DINTStringlength for platform compatibility
ExtendedDescription2
STRING[82]Extended error description (continued).
ExtendedDescription3_LEN
DINTStringlength for platform compatibility
ExtendedDescription3
STRING[82]Extended error description (continued).
Remedy_LEN
DINTStringlength for platform compatibility
Remedy
STRING[82]For future use
TimeStamp_LEN
DINTStringlength for platform compatibility
TimeStamp
STRING[82]Date of occurrence