softMC通常通过串口向主机传送错误代码。
一些错误代码也会传输到状态显示器。
EEPROM中的错误历史记录(FLTHIST,ERR)中保存了相同的信息,因此断电时不会丢失任何信息。
不是所有的错误都反映了一个消息回到主机。 在这种情况下,没有消息的错误只传达到状态显示。
Number |
Message |
Description |
Type |
Severity |
Action |
1 |
CPU Divide error |
如果除数为零或商数溢出结果寄存器,则由CPU产生。 |
ASYNC |
致命错误 |
Watchdog |
2 |
CPU Debug |
如果设置了Trap标记,则在每条指令之后由CPU产生。 |
ASYNC |
致命错误 |
Watchdog |
3 |
CPU NMI |
当输入到NMI引脚时,由CPU产生 |
ASYNC |
致命错误 |
Watchdog |
4 |
CPU Breakpoint |
由一个字节的断点指令生成。 |
ASYNC |
致命错误 |
Watchdog |
5 |
CPU Detected Overflow |
如果设置了溢出标志, 则由 CPU 生成。 |
ASYNC |
致命错误 |
Watchdog |
6 |
CPU Bound range exceed |
当要测试的值小于指定的下限或大于指定的上限时,由BOUND指令生成。 |
ASYNC |
致命错误 |
Watchdog |
7 |
Invalid opcode |
当CPU尝试执行无效操作时生成。 |
ASYNC |
致命错误 |
Watchdog |
8 |
CPU extension not available |
如果遇到协处理器指令,并且未安装协处理器,则生成该错误。 |
ASYNC |
致命错误 |
Watchdog |
9 |
CPU: double exception detected |
在一个CPU指令或异常处理程序中发生多个异常时生成。 |
ASYNC |
致命错误 |
Watchdog |
10 |
CPU Coprocessor overrun |
如果协处理器试图访问片段边界之外的内存,则生成错误。 |
ASYNC |
致命错误 |
Watchdog |
11 |
CPU Invalid Task State Segment |
如果任务门指定的新TSS无效,则在任务切换期间由CPU自动生成。 |
ASYNC |
致命错误 |
Watchdog |
12 |
CPU segment not present |
如果段描述符指示段当前不在内存中,则在加载CPU的段寄存器时生成。 |
ASYNC |
致命错误 |
Watchdog |
13 |
CPU Stack fault |
在堆栈溢出,下溢或层间转换或任务切换引用标记为"不存在"的堆栈段时生成。 |
ASYNC |
致命错误 |
Watchdog |
14 |
CPU General protection fault |
当CPU检测到不适用于具有单独中断的另一类别的保护违规时生成。在80486保护模式浮点保护错误上产生此错误。 |
ASYNC |
致命错误 |
Watchdog |
15 |
CPU Page fault |
在尝试访问一个 4 K 内存页, 该页面的页表项已清除 "当前" 位时生成该错误。 |
ASYNC |
致命错误 |
Watchdog |
16 |
CPU Coprocessor fault |
如果处理器试图访问段边界外的内存, 则生成该错误。它可能在协处理器指令发出后的任意时间发生。 |
ASYNC |
致命错误 |
Watchdog |
17 |
CPU Alignment error |
如果内存未对齐,则由CPU自动生成错误。 |
ASYNC |
致命错误 |
Watchdog |
18 |
Invalid FPU operation |
程序错误(例如,三角函数的超范围参数,负操作数的SQRT,零或负操作数的对数)。 |
ASYNC |
错误 |
Idle Task |
19 |
FPU: Unnormalized operand |
当一条指令试图对一个未规范化的操作数进行操作时产生。 由于丢失了低位,结果可能会显着性降低。 |
ASYNC |
错误 |
Idle task |
20 |
FPU divide by zero |
当指令尝试除以零时生成该错误。 |
ASYNC |
错误 |
Idle Task |
21 |
FPU overflow |
如果四舍五入结果的大小超过目标格式中最大有限数的大小,则发生该错误。 |
ASYNC |
错误 |
Idle Task |
22 |
FPU Underflow |
两个相关的事件可能导致这个错误: 1) 创建一个非常小的操作数,以后可能会导致一些其他异常,2) 在除法时溢出产生不精确的结果。 |
ASYNC |
错误 |
Idle Task |
23 |
FPU Precision lost |
在操作结果不能完全以目标格式表示时发生。 例如,1/3不能以二进制形式精确表示。 这种异常频繁发生,表明有一些(通常可接受的)异常已经丢失。 大多数应用程序掩盖此异常 |
ASYNC |
错误 |
Idle task |
24 |
FPU Stack fault |
由于堆栈溢出或下溢,在FPU上生成错误。 |
ASYNC |
错误 |
Idle Task |
25 |
Invalid FPU operation |
程序错误(例如,三角函数的超范围参数,负操作数的SQRT,零或负操作数的对数)。 系统上下文 |
ASYNC |
致命错误 |
Watchdog |
26 |
FPU: Unnormalized operand |
当一个指令试图操作一个非标准化的操作数时,由于丢失了低位,结果可能会显着性降低。 大多数应用程序都会屏蔽这个异常,因为非标准化的操作数在加载到FPU时将被标准化为扩展实数格式。 系统上下文 |
ASYNC |
致命错误 |
Watchdog |
27 |
FPU Zero divide |
当指令试图将有限的非零操作数除以零时生成。 系统上下文。 |
ASYNC |
致命错误 |
Watchdog |
28 |
FPU Overflow |
如果四舍五入结果的大小超过目标格式中最大有限数的大小,则发生该错误。 |
ASYNC |
致命错误 |
Watchdog |
29 |
FPU Underflow |
两个相关的事件导致了这个错误:1)创建一个非常小的操作数,以后可能会导致一些其他的异常,2)除以时溢出产生不精确的结果。 |
ASYNC |
致命错误 |
Watchdog |
30 |
FPU Precision lost |
在操作结果不能完全以目标格式表示时发生。 例如,1/3不能以二进制形式精确表示。 这种异常频繁发生,表明有一些(通常可接受的)异常已经丢失。 大多数应用程序掩盖此异常 |
ASYNC |
致命错误 |
Watchdog |
31 |
FPU Stack fault |
由于堆栈溢出或下溢,在FPU上生成错误。 |
ASYNC |
致命错误 |
Watchdog |
32 |
Unknown module ID |
内部错误。 错误代码中遇到的未注册的模块代码。 |
ASYNC |
致命错误 |
Watchdog |
33 |
Failed to create Logger message queue |
内部系统资源不能分配 |
ROOT |
致命错误 |
Watchdog |
34 |
Failed to create logger task |
内部错误。 联系技术支持。 |
ROOT |
致命错误 |
Watchdog |
35 |
Failed to write logger file |
写入日志文件时发生错误。 如果同时产生很多错误,就会发生这种情况。 |
ASYNC |
错误 |
None |
36 |
Invalid logger message queue ID |
内部错误。联系技术支持。 |
ASYNC |
致命错误 |
Watchdog |
37 |
Failed to create logger mutex |
内部错误。联系技术支持。 |
ROOT |
致命错误 |
Watchdog |
38 |
Invalid logger mutex |
内部错误。联系技术支持。 |
ASYNC |
致命错误 |
Watchdog |
39 |
Task does not exist |
在任务不存在时响应ERROR或ERRORNUM任务查询而生成错误。 |
SYNC |
Note |
None |
40 |
Invalid message queue |
无效的消息队列ID |
SYNC/ ASYNC |
致命错误 |
Watchdog |
41 |
Failed to create Error Handler task |
内部错误。联系技术支持。 |
ROOT |
致命错误 |
Watchdog |
42 |
Failed to create Error Handler message queue |
内部错误。联系技术支持。 |
ROOT |
致命错误 |
Watchdog |
43 |
Error message queue overflow |
错误太多。 有些错误信息可能会丢失。 |
ASYNC |
错误 |
None |
44 |
Logger message queue overflow |
错误消息流量太多。 有些错误信息可能会丢失。 |
ASYNC |
错误 |
None |
46 |
Could not stop Interpreter |
用户进程不能被默认的系统错误处理程序停止。 |
ASYNC |
致命错误 |
Watchdog |
47 |
Cannot proceed user error handler |
内部错误。联系技术支持。 |
ASYNC |
致命错误 |
Watchdog |
48 |
Error code with invalid severity |
内部错误。联系技术支持。 |
ASYNC |
致命错误 |
Watchdog |
49 |
Error code with invalid context info |
内部错误。联系技术支持。错误处理程序状态机识别的上下文值无效。 |
ASYNC |
致命错误 |
Watchdog |
50 |
Cannot open logger file |
打开记录器文件时发生文件系统错误。 |
ASYNC |
错误 |
None |
51 |
User error handler cannot be created. |
产生用户错误处理程序任务时发生错误。增加内存。 |
SYNC |
错误 |
None |
52 |
User error handler message queue failed |
内部错误。联系技术支持。 |
SYNC |
致命错误 |
Watchdog |
53 |
User error handler stack allocation failed. |
无法创建内部数据结构。增加内存或卸载不必要的任务。 |
SYNC |
错误 |
None |
54 |
Recurring attempt to define user system error handler |
用户系统错误处理程序只有一个实例可能存在。 |
SYNC |
错误 |
Idle Task |
55 |
Unsuccessful OnSystemError kill |
用户错误处理程序无法运行。 |
ASYNC |
错误 |
Idle Task |
56 |
Bad exception handle |
异常句柄错误 |
SYNC |
错误 |
Idle Task |
57 |
Bad exception number |
错误的异常号 |
SYNC |
错误 |
Idle Task |
58 |
Exception number is already used |
已使用异常号 |
SYNC |
错误 |
Idle Task |
59 |
No memory |
内存不足 |
SYNC |
错误 |
Idle Task |
60 |
Too many user defined exceptions |
用户定义的例外太多 |
SYNC |
错误 |
Idle Task |
61 |
Invalid error print level |
无效的错误打印级别 |
SYNC |
错误 |
Idle Task |
62 |
Unknown error |
错误代码不能被错误处理程序识别。 |
ASYNC |
致命错误 |
Watchdog |
63 |
On System Error queue is full |
系统错误队列已满 |
SYNC |
错误 |
Idle Task |
64 |
Fault.log file was invalid see Fault.bak file |
Fault.log文件无效,请参阅Fault.bak文件 |
SYNC |
错误 |
Idle Task |
65 |
Error occurred in the attached motion element. |
如果系统中出现任何未注册的错误,则关联运动元素的所有任务都会因此错误而停止。 |
ASYNC |
错误 |
Idle Task |
66 |
CPU overload. |
用户任务进入繁忙循环超过4秒钟。增加延迟 |
ASYNC |
错误 |
Idle Task |
Number |
Message |
Description |
Type |
Severity |
Action |
3001 |
Maximum number of groups in the system exceeded |
系统中定义的组超过允许的组。系统最多支持32个组。当输入的元素多于允许的元素时,SYNCSTART命令也会发生错误。 |
SYNC |
错误 |
|
3002 |
Non-existent axis |
内部错误。 给出一个未知的轴号。 这个错误只能通过解释器的无效输入引起。 |
SYNC |
致命错误 |
Watchdog |
3003 |
Non-existent group |
内部错误。 给出了一个未知的组号。 输入了无效的组句柄。 此错误只能通过解释器中的无效组地址引起。 |
SYNC |
致命错误 |
Watchdog |
3004 |
Too many axes in group |
组中定义的轴数太多。组中轴的数量限制为32。 |
SYNC |
错误 |
|
3005 |
Non-existent group or axis |
内部错误。输入了无效的组或轴的句柄。句柄用于组和轴。如果不清楚轴或组是否被访问,并且句柄指向不存在的元素,则返回错误。 |
SYNC |
致命错误 |
Watchdog |
3006 |
Element is already attached to a task |
元素已经关联到一个任务。 在ATTACH命令或任何需要关联权限的命令中出现错误。 |
SYNC |
错误 |
Idle Task |
3007 |
Invalid mode |
内部错误。给定的模式无效。根据发出的命令(MOT_MODAL,MOT_NODAL,MOT_IMMEDIATE),模式只能有一定的数值。 |
SYNC |
致命错误 |
Watchdog |
3008 |
Velocity out of range |
速度的值不在该系统变量(最大速度,巡航速度,最终速度...)的允许范围内。 例如,A1.VMAX=-1。 |
SYNC |
错误 |
Idle Task |
3009 |
Time value out of range |
无效的持续时间值给出。 时间值(通常是时间间隔)不在允许的范围内。 |
SYNC |
错误 |
Idle Task |
3010 |
Wrong parameter value. |
提供的命令值无效。 在所有运动命令中检查命令参数的适当值(STOPTYPE,PROCEEDTYPE,...) |
SYNC |
错误 |
|
3011 |
Not available nodal package. |
内部错误。该变量目前不可用。可以查询节点变量,但用户命令集不支持该功能。节点包并不总是可用的。 |
SYNC |
致命错误 |
Watchdog |
3012 |
Acceleration out of range |
加速度的值不在允许的加速度值的范围内。 例如,A1.ACC=-1 |
SYNC |
错误 |
|
3013 |
Deceleration out of range |
减速度的值不在允许的减速度值的范围内。 例如,A1.DEC=-1 |
SYNC |
错误 |
|
3014 |
Jerk out of range |
加加速度值不在允许的加加速度值的范围内。例如A1.JERK=-1 |
SYNC |
错误 |
|
3015 |
Velocity override out of range |
速度覆盖的值超出了允许值的范围。例如 A1.VELOCITYOVERRIDE=-1 |
SYNC |
错误 |
|
3016 |
Group envelope error |
该组的位置误差大于PEMAX指定的允许误差。 |
ASYNC |
错误 |
运动停止 |
3017 |
Axis following error: |
轴的位置误差大于由PEMAX指定的允许误差。 |
ASYNC |
错误 |
运动停止 |
3018 |
Wrong position value. |
给出的位置值无效。给定的位置超出了该轴定义的位置范围。 |
SYNC |
错误 |
|
3019 |
Axis belongs to a group. |
内部错误。无法删除属于组的轴。 |
SYNC |
致命错误 |
Watch dog |
3020 |
The element is moving |
尝试从监视器输入三个MOVE命令时会返回此错误。从监视器只能有两个MOVE命令缓存。当轴已经运动时尝试启用齿轮传动或凸轮运动时,也会返回错误。 |
SYNC |
错误 |
|
3021 |
At axis. Input switch might have been dedicated to an other function |
当输入切换模式功能改变时,返回该注释 |
SYNC |
Note |
None |
3022 |
Homing maximum distance exceeded - aborting homing procedure |
在回原点时,超过最大回原点行程极限 |
SYNC |
错误 |
|
3023 |
The action is not allowed in this CONMODE |
N/A for MC |
N/A |
N/A |
|
3024 |
Unknown mechanical model |
无效的模型类型。 模型类型用于指定机械结构。 |
SYNC |
错误 |
|
3025 |
Axis active in a group. |
组的轴不能独立于组关联或分离。 |
SYNC |
错误 |
|
3026 |
Motion inhibited: Set Motion flag to ON |
运动指定的元素被MOTION属性禁止。 |
SYNC |
错误 |
|
3027 |
Circle can be done in 2 or 3D |
CIRCLE命令不能在少于2个轴或3个轴的组上执行。 |
SYNC |
错误 |
|
3028 |
Not available at this state |
N/A for MC |
SYNC |
错误 |
|
3029 |
The group cannot be synchronized with its axes. |
组和它的轴不能同步。 |
SYNC |
错误 |
|
3030 |
Attachment Error : Different motion types |
只有当它们的轴具有相同的运动类型时,才能关联或运动该组。 轴运动类型可以是LINEAR或ROTARY。 |
SYNC |
错误 |
|
3031 |
This command is not allowed during AI |
某些命令(如CIRCLE,DELAY,WAITFORMOTION,...)在高级插补过程中不能使用。 |
SYNC |
错误 |
|
3032 |
Axis specified more than once in group |
该组不能由一个轴的多个实例组成。 |
SYNC |
错误 |
|
3033 |
SYNC flag not set. Set STARTTYPE to SYNC |
SYNCSTART命令是在StartType没有被定义为SYNC的元素上运行的。 |
SYNC |
错误 |
|
3035 |
Synchronized movement is pending. Clear sync using SYNCCLEAR command |
运动元素存在一个挂起的同步运动。 在发出SYNCSTART命令之前,运动元素无法运动,或者使用SYNCCLEAR清除同步。 |
SYNC |
错误 |
|
3036 |
Automatic braking |
元素正在自动停止。当最终速度不为零并且没有挂起的运动命令时,可能会发生这种情况。 |
ASYNC |
错误 |
|
3037 |
Not stopped. |
给一个没有停止的元素的proceed命令。 |
SYNC |
错误 |
|
3038 |
The element is stopped from another task |
元素被其他任务停止时,无法定义齿轮或凸轮。在这种情况下,STOP命令也禁止运动。 |
SYNC |
错误 |
|
3039 |
Only the task can Proceed |
该元素已被任务停止。PROCEED命令必须从任务发出,而不是从终端发出。 |
SYNC |
错误 |
|
3040 |
Only the monitor can Proceed |
已经由终端的STOP命令停止的运动元素只能由终端的PROCEED命令启动,而不能从另一个任务启动。 |
SYNC |
错误 |
|
3041 |
Nothing to proceed |
PROCEED命令在一个尚未停止的元素上发出。 |
SYNC |
Note |
|
3042 |
Proceed in progress. |
对于PROCEED和STOP命令有一些限制。详情请参阅参考手册。 |
SYNC |
错误 |
|
3043 |
Cannot execute move. Element is stopped by another task. |
当一个元素用STOP命令停止后,不能执行,直到执行STOP命令的同一个任务发出一个PROCEED命令。 |
SYNC |
错误 |
|
3044 |
Jog is not allowed on group: specify axis name |
点动只能在一个轴上完成。 |
SYNC |
错误 |
|
3045 |
Wrong speed override value. |
设置VELOCITYOVERRIDE功能的百分比是有限的。 请参阅参考手册了解允许的范围。 |
SYNC |
错误 |
|
3046 |
Smooth factor out of range |
给定的平滑值不在范围内。请参阅参考手册了解允许的范围。 |
SYNC |
错误 |
|
3047 |
Excessive Jerk/Acceleration ratio: decrease jerk or increase accel and decel |
加速度比率定义了达到最大加速度所需的时间。此时间不能少于5个运动采样周期。该比例受限于0.9 * PI /(5T),其中T是以毫秒为单位的周期时间。因此,当循环时间是2毫秒时限制是282.74,当循环时间是4毫秒时是141.37。使用从0到100的SMOOTHFACTOR来解决JERK的限制。 |
SYNC |
错误 |
|
3048 |
Proceed command may be entered from monitor |
如果停止运动的任务在没有提供PROCEED命令的情况下被终止或终止,则允许从终端接收PROCEED命令。 |
SYNC |
Note |
|
3049 |
Group is stopped: at least one of its axes is disabled or in following mode |
由于其中的一个(或多个)轴已禁用或进入跟随模式,组停止。 |
SYNC |
Note |
|
3050 |
The movement has been recalculated |
运动状态有变化,在运动计算开始之前,但在此之前,运动可以执行。 |
SYNC |
Note |
|
3051 |
The current operation mode doesn't allow this action |
N/A for MC |
SYNC |
错误 |
|
3052 |
Circle plane out of range: must be 0, 1 or 2 |
CIRCLE命令可以在XY平面,YZ平面或XZ平面中执行。在CIRCLE命令中,这些平面分别使用值0,1和2指定。 |
SYNC |
错误 |
|
3053 |
Wrong master declaration. |
主类型的定义错误。 检查主源分配的递归。 |
SYNC |
错误 |
|
3054 |
Invalid slave specification |
尝试将组指定为从轴时发生此错误,例如G1.MasterSource = A1.PCMD。一个组不能被声明为从属。当主/从规格超出范围时也会发生。 例如,A1.SLAVE = 3 |
SYNC |
错误 |
|
3055 |
The element is already a slave |
当轴已经是从轴时,不能声明主轴或从轴类型(齿轮或凸轮)。 |
SYNC |
错误 |
|
3056 |
One of the axes in the group is a slave: absolute motion not allowed |
如果组中的某一个轴被设置为从轴,则不允许在组上进行绝对位置运动。 |
SYNC |
错误 |
|
3057 |
Absolute move not allowed on slave axis |
在尝试在从动轴上执行绝对运动命令时发生。 从轴上只允许增量移动。 |
SYNC |
错误 |
|
3058 |
The drive is disabled or in the following mode; no motion allowed |
如果驱动器被禁用或轴处于跟随模式,则无法执行运动命令。 |
SYNC |
错误 |
|
3059 |
Master axis unknown: specify master source |
主轴声明丢失时产生该错误。当一个轴被声明为一个从轴时,会检查主轴是否存在。 |
SYNC |
错误 |
|
3060 |
Invalid cam index |
内部错误。出现凸轮查询并且不能识别凸轮时,会显示此错误。 |
SYNC |
致命错误 |
|
3061 |
Can't declare more cam tables. |
凸轮表格不能被定义。 只能定义256个凸轮表。 |
SYNC |
错误 |
|
3062 |
Wrong cam table size |
凸轮表尺寸必须为16模。使用LOADCAMDATA命令加载凸轮文件时会返回此错误。 |
SYNC |
错误 |
|
3063 |
Problem reading cam data file: verify file size and existence. |
从文件读取数据时出现问题。 从文件中读取的数据项的数量与文件大小不匹配,或者文件不存在。 |
SYNC |
错误 |
|
3064 |
No NEXT cam table: camming terminated and slave axis stopped |
凸轮表的末端已经到达,没有下一个凸轮表。轴停止并退出从轴模式。 |
ASYNC |
Note |
|
3065 |
No PREVIOUS cam table: camming terminated and slave axis stopped |
已经到达凸轮表的起始点,没有之前的凸轮表。轴停止并退出从轴模式。 |
ASYNC |
Note |
|
3066 |
Two identical master values inside cam table: change cam table |
当检查单调性时,在凸轮表内找到两个相同的主值。 |
SYNC |
错误 |
|
3067 |
The cam table is not monotonic |
凸轮表必须是单调的(向上或向下)。当一个轴被声明为一个从轴或者当一个文件被加载到一个凸轮表中时,检查单调性。 |
SYNC |
错误 |
|
3068 |
Cam offset not found in the cam table |
在凸轮表中找不到指定的CAMOFFSET。 必须将CAMOFFSET的值作为凸轮表中的主位置值之一。 |
SYNC |
错误 |
|
3069 |
The cam table is already linked: unlink table before changing it |
链接后,文件无法加载到凸轮表中。 如果已链接,凸轮表不能被删除。 |
SYNC |
错误 |
|
3070 |
Not calibrated. |
内部错误 |
SYNC |
错误 |
|
3071 |
Already calibrated/configured |
N/A for MC |
N/A |
N/A |
|
3072 |
Enabled. |
如果元素已使能,则不能发出configgroup命令,而在使能驱动器时,不能执行其他的操作。 |
SYNC |
错误 |
|
3073 |
Time cannot be negative. |
TIME必须为正值. |
SYNC |
错误 |
|
3074 |
Cam table is empty. |
加载文件时或轴被声明为从轴(凸轮模式)时检查凸轮表 |
SYNC |
错误 |
|
3075 |
Gear ratio out of range |
电子齿轮比超出范围。 参考参考手册中的GEARRATIO轴属性。 |
SYNC |
错误 |
|
3076 |
Value could not be queried in a single cycle time. |
查询实时矢量变量时,需要从一个采样周期中获取所有的坐标值。 如果系统过载,这是不可能的。 |
SYNC |
错误 |
|
3077 |
The Cam data array is in use |
当使用凸轮数据数组时,其操作受到限制: 1) 将文件加载到数据数组中, 2) 保存数组, 3) 重新创建数据数组 , 4) 将从轴或主轴值写入数组。当该数组是该轴的活动凸轮时,正在使用凸轮数据数组。 |
SYNC |
错误 |
|
3078 |
Cam cycles out of range |
指定的凸轮循环数超出范围。 请参阅参考手册中的CYCLE凸轮属性说明。 |
SYNC |
错误 |
|
3079 |
No active cam. |
没有为轴定义凸轮。在执行以下轴属性:ACTIVECAM,CAMCYCLE,CAMINDEX查询时,将返回此错误。 |
SYNC |
错误 |
|
3080 |
Wrong file extension: must be .cam |
凸轮文件的扩展名必须是.CAM |
SYNC |
错误 |
|
3081 |
Cam chain is not connected correctly. |
当轴移动到下一个或上一个表格时,将检查表格之间的连接。 如果连接不正确,则轴停止并退出从轴模式 |
ASYNC |
错误 |
|
3082 |
Feedback velocity is out of limit |
实际速度受VELOCITYOVERSPEED属性的限制。 当实际速度超过VELOCITYOVERSPEED时,运动停止。 |
ASYNC |
错误 |
运动停止 |
3083 |
Feedback velocity is out of limit when motion is stopped: drive disabled |
实际速度受VELOCITYOVERSPEED属性的限制。 当实际速度超过VELOCITYOVERSPEED时,运动停止。 如果在运动已经停止时发生这种情况,则驱动器被禁用。 这可能表示驱动器调试问题或噪音问题。 |
ASYNC |
错误 |
驱动器被禁用 |
3084 |
Wrong velocity over speed value |
Previously VOSPD value was limited to 120% of Vmax now this limit is removed. Not Used. |
SYNC |
Error |
|
3085 |
Incorrect parameter value |
当用户给定的参数不在允许的参数范围内时,返回一般错误。 |
SYNC |
错误 |
|
3086 |
Incorrect number of point coordinates given to this movement |
在给定的组(不要与关节混淆)运动命令如:MOVE,MOVES,...目标点师必须有精确的坐标数(等于组中的轴数) |
SYNC |
错误 |
|
3087 |
Target position will exceed the limit |
Used in group CIRCLE command if the final position obtained from the starting point after rotation by the given circle angle exceeds the position limit on any of the group's axes.Not Used. |
SYNC |
Error |
|
3088 |
Wrong factor value : specify a positive value |
有些值 (PFAC, AFAC, VFAC, ....)不能是负数 |
SYNC |
错误 |
|
3089 |
Property value cannot be changed while drive is enabled |
某些属性(如转换系数)在驱动器使能时不能更改。有关指令执行的限制,请参阅参考手册。 |
SYNC |
错误 |
Idle Task |
3090 |
Can not execute syncstart without any pending move command |
SYNCStart中没有定义运动的错误 |
SYNC |
错误 |
|
3091 |
Drive mode failure (unable to set drive-mode) |
N/A for MC |
N/A |
N/A |
|
3092 |
Property can not be changed while cam is active : disable cam before changing it |
凸轮表处于活动状态时,某些凸轮属性不能更改。 |
SYNC |
错误 |
|
3093 |
Invalid hard limit switch state |
N/A for MC |
N/A |
N/A |
|
3094 |
Hard limit switch was detected |
N/A for MC |
N/A |
N/A |
|
3095 |
The cruise velocity can not be reached |
串联期间(vifnal非零) |
SYNC |
Note |
|
3096 |
Minimum position limit must be less than the maximum limit |
PMIN必须小于PMAX |
SYNC |
错误 |
|
3097 |
Data structure is not defined. |
补偿或凸轮表未定义 |
SYNC |
错误 |
|
3098 |
VelocityMax exceeds the max number of counts per motion sample. Reduce VelocityMax or change PositionFactor - VelocityFactor settings. |
|
SYNC |
Error |
|
3099 |
Cannot execute InPosition |
当前一个运动的最终速度非零时,STARTTYPE的INPOSITION值是没有意义的。 |
SYNC |
Note |
|
3100 |
Configuration switch. |
N/A for MC |
N/A |
N/A |
|
Number |
Message |
Description |
Type |
Severity |
Action |
3101 |
Time jog is meaningless |
TimeJog不能为零. |
SYNC |
Note |
|
3102 |
The index is out of the table range. |
索引超出凸轮表范围。 尝试访问凸轮表中的值(索引大于表中的点数)时会返回此错误。 |
SYNC |
错误 |
|
3103 |
Given value will cause cam table to be non-monotonic: value not accepted. |
凸轮表被链接,但数据未被使用。给定主轴的值将导致表非单调性,所以该值不被接受。 |
SYNC |
Note |
|
3104 |
The movement will be calculated until the position limit |
|
SYNC |
Note |
|
3105 |
Blending is not provided with non-zero final velocity motions and jog movements |
vfinal = ..和cp = … 不能同时使用 |
SYNC |
错误 |
|
3106 |
Invalid Quaternion. |
内部错误,在SCARA&DELTA运动学中获得非零偏航和俯仰的方位时 |
SYNC |
错误 |
|
3107 |
Initialized the velocity to its maximum |
如果 Vcruise > vmax ,将设置为vmax。 |
ASYNC |
Note |
|
3109 |
Wrist configuration at the target point differs from the wrist configuration of the start! |
在运动路径中通过手腕奇异点时,手腕改变其翻转值,因此目标位置可以不同于其预先计算的值,并且可以发出重新计算的通知 |
ASYNC |
Note |
|
3110 |
Wrong Phaser definition. |
相位器参数无效 |
SYNC |
错误 |
|
3111 |
Wrist Singularity encountered. Motion has been stopped. Try with different movement type |
无法处理的手腕奇异点 |
ASYNC |
Note |
|
3112 |
Initialized the acceleration to its maximum |
如果acc > amax,acc将设置为amax |
ASYNC |
Note |
|
3113 |
Initialized the deceleration to its maximum |
如果dec > dmax,dec将设置为dmax |
ASYNC |
Note |
|
3114 |
Initialized the jerk to its maximum |
如果jerk> jmax,jerk将设置为jmax |
ASYNC |
Note |
|
3115 |
Element entered into following mode, all motions aborted |
运动由于元素禁用被中止 |
SYNC |
错误 |
|
3116 |
The configuration flags can not be specified together with joint target position. |
不能同时给出关节目标坐标和配置标志 |
SYNC |
错误 |
|
3117 |
Point too close. The target coordinates are too close to the robot's Cartesian space origin point. |
目标点位于Rmin球体内(仅在PUMA的情况下为XY圈) |
SYNC |
错误 |
|
3118 |
MOVES can not interpolate these orientation angels. Try with different orientation interpolation or change the target to location. |
某些方向路径不能与平移部分一起按比例插补,因为平移所需的关节角度与给定定向分量冲突 |
SYNC |
错误 |
|
3119 |
Point too far. Outside of the working envelope. The target coordinates are too far from the robot's Cartesian space origin point. |
目标点在Rmax球体之外 |
SYNC |
错误 |
|
3120 |
Not a robot. |
某些属性仅适用于机器人模型,并不存在于常规组中 |
SYNC |
错误 |
|
3121 |
The target point is not reachable. |
目标坐标超过[pmin,pmax]的范围 |
SYNC |
错误 |
|
3122 |
Motion can not be executed due to the unsolvable configuration change. |
在直线运动期间,一些启动和目标配置标志不会有差异(ABOVE, BELOW) |
SYNC |
错误 |
|
3123 |
Unreachable target orientation. |
内部检查四元数。 在一些机器人模型(SCARA,DELTA <...)中,方位表示的NDOF受到限制,因此目标方位的四元数将受到一定的限制。 通常用户不会产生这个错误。 |
SYNC |
错误 |
|
3124 |
Crossing unreachable region. |
例如在SCARA中,不允许有穿过Rmin球体的直线运动 |
SYNC |
错误 |
|
3125 |
Wrong point type. |
位置点类型不适合给定的命令/属性。 |
SYNC |
错误 |
|
3126 |
Can not de-select orientation coordinates. Check the selectaxis property |
N/A for MC |
N/A |
N/A |
|
3127 |
Both final velocities(rotary & translation) must be zero or non zero |
vtranfinal和vrotfinal既可以是零也可以都是非零。 |
SYNC |
错误 |
|
3128 |
Error in Closed-Chain Kinematics. Point is not reachable |
关节坐标不闭环闭链运动学(仅在某些模型中发生:SCISSOR,CSE,...) |
ASYNC |
错误 |
|
3129 |
Task start failure. |
内部错误。无法启动任务。该错误从操作系统返回。 |
SYNC |
致命错误 |
|
3130 |
Task end failure. |
内部错误。无法结束任务。该错误从操作系统返回。 |
SYNC |
致命错误 |
|
3131 |
Invalid semaphore ID or time-out elapsed. |
内部错误。无效的信号ID。该错误从操作系统返回。 |
SYNC |
致命错误 |
|
3132 |
Invalid message. |
内部错误。运动管理器收到无效的消息。运动管理器是一个消息驱动的任务。接收到无效的消息是致命的系统故障。 |
SYNC |
致命错误 |
|
3133 |
Invalid element handle. |
内部错误。在实时执行期间遇到无效的元素句柄。该错误与MOT_ERR_IELEMENT相同,但是这次是内部源(而不是解释器) |
ASYNC |
致命错误 |
|
3134 |
No memory. |
内部错误。系统中没有更多的空闲内存。系统的内存已经耗尽。运动的内存应始终可用。 |
SYNC |
致命错误 |
|
3135 |
Invalid pointer. |
内部错误。在实时执行过程中遇到无效的指针。在RTK或MM任务中找到零指针。 |
SYNC |
致命错误 |
|
3136 |
Corrupted task data. |
内部错误。无效的任务数据。每个关联任务都由一个数据块表示。如果这些数据已损坏,则会发生致命的系统错误。 |
SYNC |
致命错误 |
|
3137 |
Task mismatch. |
内部错误。 一个任务试图添加一个轴到它没有创建的组。 组创建是一个几个步骤的过程,在这个过程中,只有开始创建组的任务才能结束。 |
SYNC |
致命错误 |
|
3138 |
Bad dimension. |
内部错误。元素维数(轴数)无效。 每个运动包都包含组的大小(维度)。 如果封装了两个维数不同的包的副本,则会生成此致命错误。 |
SYNC |
致命错误 |
|
3139 |
Corrupted data |
内部错误。在删除元素过程中,遇到了损坏的数据。当元素数据被解除分配时,进行一些检查。其中检查是验证所有分配的运动包都被删除。如果不是,则产生错误。 |
SYNC |
致命错误 |
|
3140 |
RTS blocked. |
内部错误。RTS没有释放信号量, RTS周期性地释放这个信号量,但是如果信号量在两个时间周期之后没有被释放,这个错误被设置。 它表示RTS运行不正常或中断处理程序停止。 |
ASYNC |
致命错误 |
|
3141 |
Bad profile data. |
内部错误。分析器错误。提供的配置文件计算的数据无效。 |
SYNC |
致命错误 |
|
3142 |
RTS element add failed. |
内部错误。RTS未能添加元素。RTS拒绝在其表中添加新的元素。 |
SYNC |
致命错误 |
|
3144 |
RTS clear motion failed. |
内部错误。 RTS无法清除运动启用标志。 RTK初始化期间或暂停 - 恢复转换期间可能发生错误。 |
ASYNC |
致命错误 |
|
3145 |
RTS set motion failed. |
内部错误。 RTS未能设置运动启用标志。 RTK初始化期间或暂停 - 恢复转换期间可能发生错误。 |
ASYNC |
致命错误 |
|
3146 |
RTS overrun clear failed. |
内部错误。 RTS未能清除溢出标志。 仅在运行时发生。 |
SYNC |
致命错误 |
|
3147 |
RTS delete failed. |
内部错误。RTS未能删除元素。在删除任务结束时,系统无法删除RTS条目。恢复操作不需要,因为任务已经结束。 |
SYNC |
致命错误 |
|
3148 |
Computing too late |
预计算较晚。对于即时移动或速度倍率等即时运动变化,假定预计算时间延迟。 通常,这个延迟应该足以完成计算。 这个错误通常表明系统负载过重。 |
ASYNC |
错误 |
|
3149 |
Unable to create system resource. |
内部错误。操作系统无法创建资源(队列,信号量...)可能的原因:没有更多内存,操作系统关闭。 |
SYNC |
致命错误 |
|
3150 |
Invalid profiler parameters. |
内部错误。无效的分析器参数。 |
Sync |
致命错误 |
|
3151 |
Profiler in motion. |
内部错误。某些分析器设置只能在加速度为零时设置。 |
SYNC |
致命错误 |
|
3152 |
Invalid profiler status. |
内部错误。分析器是驱动状态的。如果遇到无效状态,则会发生此错误。 |
SYNC |
致命错误 |
|
3153 |
RTK continuously interrupting. |
内部错误。 RTK处于连续重复停止状态。 |
ASYNC |
致命错误 |
|
3154 |
Maximum Position reached. |
达到最大轴限制。通常通过JOG命令。 |
SYNC |
错误 |
|
3155 |
Minimum position reached |
轴达到的最小限制。通常通过JOG命令。 |
SYNC |
错误 |
|
3156 |
No previous package. |
内部错误。在预先计算过程中,在m.p.环是需要的。 |
SYNC |
致命错误 |
|
3157 |
Supper-immediate movements can be executed with the trapezoidal velocity profile only. |
starttype = 5时smooth必须等于0 |
SYNC |
错误 |
|
3158 |
Property value cannot be changed while drive is disabled |
如果驱动器被禁用,则某些属性(slave, ...)不能更改为某些值。 与某些命令相同proceed, move, ... |
SYNC |
错误 |
|
3159 |
No memory for group/axis definition |
系统中没有更多的空闲内存。 系统的内存已经耗尽。 |
SYNC |
错误 |
|
3160 |
Wrong PLS index. |
错误的PLS索引。 |
SYNC |
错误 |
|
3161 |
Can't declare more PLS's |
最多可以声明65536个PLS。 |
SYNC |
错误 |
|
3162 |
PLS property cannot be set while PLS is enabled |
PLS启用时,某些PLS属性不能设置。首先,禁用PLS,然后更改属性值。 |
SYNC |
错误 |
|
3163 |
PLS value cannot be accessed before the PLS data are created |
为了在PLS上操作,必须定义PLS (COMMON SHARED ... AS PLS),并且必须创建PLS数据(CREATEPLSDATA)。 |
SYNC |
错误 |
|
3164 |
PLS position index out of range |
尝试访问不存在的PLS位置时会返回此错误。创建PLS数据结构(CREATEPLSDATA)时设置PLS位置的数量。 |
SYNC |
错误 |
|
3165 |
PLS position data must be monotonic |
PLS数据结构中的数据必须按升序排列。 当尝试启用PLS时,顺序会被验证。 |
SYNC |
错误 |
|
3166 |
PLS output polarity must be binary (0 / 1) |
PLS输出极性必须是二进制(0或1)。 |
SYNC |
错误 |
|
3167 |
Wrong value for the repetition interval. |
重复间隔错误的值 |
SYNC |
错误 |
|
3168 |
PLS Enable must be binary ( 0 or 1 ) |
PLS启用必须是二进制(0或1) |
SYNC |
错误 |
|
3169 |
Fatal Fault, the error number is not defined by the programmer |
内部错误 |
SYNC |
致命错误 |
Watch dog |
3170 |
PLS Hysteresis must be positive |
PLS指定的滞后值必须是正值 |
SYNC |
错误 |
|
3171 |
PLS cannot be deleted while it is enabled |
PLS启用时,不能被删除。 首先使用PLSENABLE属性关闭PLS。 |
SYNC |
错误 |
|
3172 |
Wrong output index. |
错误的输出索引. |
SYNC |
错误 |
|
3173 |
Cannot attach element. Element is stopped by another task: issue PROCEED command |
STOP命令既用于停止运动又用于禁止进一步的运动。 如果从终端或任务发出STOP命令,则在发出PROCEED命令之前,运动元素不能被另一个任务关联。 |
SYNC |
错误 |
|
3174 |
Current property cannot be changed for a Master axis |
轴被定义为主轴时当前的属性不能更改,应首先通过将从轴的从属属性设置为OFF来关闭主/从轴。 |
SYNC |
错误 |
|
3175 |
Wrong index for location. |
查询位置变量的坐标,如here,setpoint, tool等等。给出了[1,NDOF]以外的索引。 |
SYNC |
错误 |
|
3176 |
PLS value will is scaled to be at the range 0-100%. |
N/A for MC |
N/A |
N/A |
|
3177 |
Cannot execute the move command while the axis is active in a group |
如果轴关联了组,则不能单独移动轴。 例如,如果G1有AX1,MOVE AX1 ...不允许。 |
SYNC |
错误 |
|
3178 |
Cannot execute the stop command while the axis is active in a group |
轴不能独立于其组而停止。 |
SYNC |
错误 |
|
3179 |
Cannot move immediate. Need to proceed motion |
被停止的元素不能执行即时运动(StartType=1),直到执行proceeded. |
SYNC |
错误 |
|
3181 |
Index out of range |
Link[]或 Axis[]错误的索引 |
SYNC |
错误 |
|
3182 |
Disable time out expired: NETWORK SHUTDOWN |
禁用驱动器超时 |
SYNC |
错误 |
|
3183 |
Settling time expired |
达到位置超时 |
SYNC |
错误 |
|
3184 |
Maximum trial time to settle is less than settling time |
最大试验时间要少于稳定时间 |
SYNC |
错误 |
|
3185 |
Ambiguous configuration flags. Can not determine the joint coordinates. |
N/A for MC |
N/A |
N/A |
|
3186 |
Motion Buffer Full |
运动缓冲区中已经有两个运动挂起。 |
SYNC |
错误 |
|
3187 |
Could not interpolate in Cartesian space with this target point. Try to re-write the target point or change the motion. |
给定目标关节值的直线运动没有达到给定的目标关节坐标,最有可能是方位角的问题。 |
ASYNC |
错误 |
|
3188 |
Insufficient points during dynamic AI |
没有足够的点做高级插值 |
SYNC |
错误 |
|
3191 |
Pipe Mode operation failed. |
在pipe模式下读取值时出错 |
ASYNC |
错误 |
|
3192 |
Element is not attached |
尝试从任务更改属性或移动未关联到该任务的元素。 |
SYNC |
错误 |
|
3193 |
The user limit can not exceed the max/min limits. |
N/A for MC |
N/A |
N/A |
|
3194 |
The max/min limits can not be set within the user limits. |
N/A for MC |
N/A |
N/A |
|
3195 |
Element Pipe Mode is declared or system Pipe Mode is disabled. |
|
SYNC |
错误 |
|
3196 |
Wrong factor value: specify a non zero value |
错误的因子值:指定一个非零值 |
SYNC |
错误 |
|
3197 |
Displacement cannot be set if PLS enabled. |
|
SYNC |
错误 |
|
3199 |
Value can't be changed from terminal |
slave=5 只能从程序中给出 |
SYNC |
错误 |
|
3200 |
This motion interpolation type must have a non-zero translation part |
在CIRCLE运动中只有方位部分的是不允许的。 |
SYNC |
错误 |
|
Number |
Message |
Description |
Type |
Severity |
Action |
3201 |
At circular movement first 2 axes must be linear. Check value of PositionRollOverEnable |
如果在XY表上发出循环(例如)必须禁用翻转 |
SYNC |
错误 |
|
3202 |
The group is not coupled |
|
N/A |
N/A |
|
3203 |
The coupled matrix has been changed or its inverse doesn't exist |
|
N/A |
N/A |
|
3204 |
Inverse matrix can not be calculated |
当使用三点给定圆周运动或定义耦合矩阵时 |
SYNC |
错误 |
|
3205 |
Memory allocation for matrix failed |
当使用三点给定圆周运动或定义耦合矩阵时 |
SYNC |
错误 |
|
3206 |
Wrong matrix dimension |
当使用三点给定圆周运动或定义耦合矩阵时 |
SYNC |
错误 |
|
3207 |
Property valid for Group only |
有些属性没有为轴定义 |
SYNC |
错误 |
|
3208 |
Blending omitted due to stopped motion |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3209 |
Blending omitted due to braking motion |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3210 |
Blending omitted due to short path |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3211 |
Blending omitted due to missing cruise phase |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3212 |
Blending omitted due to different motion types |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3213 |
Blending omitted due to extremely short motion duration |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3214 |
Blending: acceleration decreased due to exceeding total acceleration |
|
SYNC |
Note, 只有在使用sys.motionassistance =1时激活 |
|
3215 |
Blending: velocity decreased due to exceeding total velocity |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3216 |
Blending: velocity decreased due to profiler following |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3217 |
Blending: acceleration decreased due to profiler following |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3218 |
Blending: jerk decreased due to profiler following |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3219 |
Blending: acceleration decreased due to short braking distance |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3220 |
Blending: jerk decreased due to short braking distance |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3221 |
Blending: velocity & jerk decreased for adjusting to the profiler following |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3222 |
Blending: Second velocity reduced |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3223 |
Blending: First velocity reduced |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3224 |
Blending: First marker set |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3225 |
Blending: Second marker set |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3226 |
Blending omitted due to inability to adjust velocity for the given blending distance and cruise velocity |
|
SYNC |
Note,只有在使用sys.motionassistance =1时激活 |
|
3227 |
Wrong moving frame index |
解释器给出一个不存在的句柄,或者没有定义通用的运动坐标系 |
SYNC |
错误 |
|
3228 |
There isn't any moving frame linked |
没有运动坐标系被链接到机器人。 |
SYNC |
错误 |
|
3229 |
Can't declare more moving frames |
超过系统中最大运动坐标系数 |
SYNC |
错误 |
|
3230 |
Invalid index or ndf. Moving frame NDOF range is 1 to element NDOF |
|
SYNC |
错误 |
|
3231 |
The element is already in tracking mode |
N/A for MC |
N/A |
N/A |
|
3232 |
The moving frame is already linked to an element |
运动坐标系链接到机器人时,某些设置运动坐标系的属性操作不允许 |
SYNC |
错误 |
|
3233 |
Robot type and moving frame type must be the same |
运动坐标系的类型和机器人类型相同是强制性的 |
SYNC |
错误 |
|
3234 |
No more triggers can be inserted |
超过最大触发次数 |
SYNC |
错误 |
|
3235 |
The moving frame must be linked to a Robot. |
如果运动坐标系未链接到机器人,则不允许执行某些操作 |
SYNC |
错误 |
|
3236 |
Working window limits are too close - check upmaster & downmaster values |
|
SYNC |
错误 |
|
3237 |
No more triggers in the buffer. |
在传送缓冲区中没有任何内容时,应用NextItem 命令会导致此错误 |
SYNC |
错误 |
|
3238 |
Item missed. The item has left the working-window area. |
|
SYNC |
错误 |
|
3239 |
Blending: CP of the first movement reduced due to the big velocity ratio |
|
N/A |
N/A |
|
3240 |
Property valid for axis only |
某些运动元素属性仅对轴有效。例如PFAC,PEXT。 |
SYNC |
错误 |
|
3241 |
Delay cannot be used with the StartType set to Immediate. |
DELAY命令受到运动元素的STARTTYPE延迟的影响。但是,使用STARTTYPE立即与DELAY命令是不允许的。 在执行DELAY命令之前更改STARTTYPE。 |
SYNC |
错误 |
|
3242 |
No possibility for blending of different profile types |
不允许使用梯形速度和正弦曲线的CP混合 |
SYNC |
错误 |
|
3243 |
Stop in progress. |
在运动停止的时候,某些非常特殊的运动情况是不允许的。 |
SYNC |
错误 |
|
3244 |
Cannot change following mode while homing is in progress |
模式只能在运动停止时设置 |
SYNC |
错误 |
|
3245 |
Error in homing procedure |
|
ASYNC |
Error |
|
3246 |
Axis position after homing is subjected to the axis displacement |
N/A for MC |
N/A |
N/A |
|
3247 |
System Motion property can be set only from the terminal |
默认系统错误处理程序将系统运动标志设置为低。 一旦发生这种情况,MOTION属性只能在终端发出SYSTEM.MOTION=ON的情况下设置为高。 |
SYNC |
错误 |
|
3248 |
This motion interpolation type is not allowed. |
给定的插值类型是不允许的。(传送带跟踪时的关节插补,某些机器人模型上的MOVESKD,jointEnable属性为false ... |
SYNC |
错误 |
|
3249 |
System automatic braking |
速度不是零。 该元素由系统停止。 当从轴通过其位置限制时,可能会发生这种情况。 轴由系统停止。 |
ASYNC |
致命错误 |
|
3250 |
Different motion type in group |
只有在轴的类型相同的情况下才能定义该组。错误发生在组定义或系统或用户尝试关联组时,运动类型是LINEAR或ROTARY。 |
SYNC |
错误 |
|
3251 |
RTS set motion failed in initialization. |
内部错误。 RTS未能设置运动启用标志。 RTK初始化期间或挂起 - 恢复转换期间发生错误。 |
ASYNC |
致命错误 |
|
3252 |
RTS clear motion failed in initialization. |
内部错误。 RTS无法清除运动启用标志。 RTK初始化期间或挂起 - 恢复转换期间发生错误。 |
ASYNC |
致命错误 |
|
3253 |
Following error when motion is stopped: drive disabled. |
没有运动命令,但有位置误差。 最大位置误差(PEMax)可能设置得太低,或者轴可能被外力移动,或者驱动器可能没有正确调试。 |
ASYNC |
错误 |
|
3254 |
Envelope error when motion is stopped: drives disabled. |
没有运动命令,但有封装错误。 最大位置误差(PEMAX)可能设置得太低,轴可能被外力移动,或者驱动器可能没有正确调试 |
ASYNC |
错误 |
|
3255 |
Fatal experience |
不应该发生 |
SYNC |
致命错误 |
|
3256 |
The acceleration/deceleration time is not achieved |
tacc / tdec值没有达到 |
SYNC |
Note |
|
3257 |
Homing is not allowed on a slaved axis |
|
SYNC |
错误 |
|
3258 |
No home input assigned |
|
SYNC |
错误 |
|
3259 |
Drive parameters are zeroed |
N/A for MC |
N/A |
N/A |
|
3260 |
Value assigned was rounded up to nearest integer |
|
N/A |
N/A |
|
3261 |
Invalid moving frame parameters. |
零半径,零角度或相同的上下点 |
SYNC |
错误 |
|
3262 |
Compensation table table is empty. |
|
SYNC |
错误 |
|
3263 |
Can't declare more compensation tables. |
超过补偿表的最大数量 |
|
SYNC |
错误 |
3264 |
Invalid compensation table index |
无论是内部解释错误还是使用未定义的通用补偿表,从解释器收到的补偿处理无效 |
SYNC |
错误 |
|
3265 |
Compensation table active value must be set to 0 or 1. |
在这里只允许0/1 |
SYNC |
错误 |
|
3266 |
Compensation table can not be changed while in use: value not accepted. |
|
SYNC |
错误 |
|
3267 |
Load the compensation table data and set the axes(function compset) first. |
|
SYNC |
错误 |
|
3268 |
Number of axes does not match the mechanical model |
机器人模型只能用一定数量的轴来定义 |
SYNC |
错误 |
|
3269 |
Position command might be lost by this action |
N/A for MC |
N/A |
N/A |
|
3270 |
Velocity rate initialized to its limit |
仅允许[0.1,100]百分比范围内的比率值 |
SYNC |
Note |
|
3271 |
Acceleration rate initialized to its limit |
仅允许[0.1,100]百分比范围内的比率值 |
SYNC |
Note |
|
3272 |
Deceleration rate initialized to its limit |
仅允许[0.1,100]百分比范围内的比率值 |
SYNC |
Note |
|
3273 |
Jerk rate initialized to its limit |
仅允许[0.1,100]百分比范围内的比率值 |
SYNC |
Note |
|
3274 |
After digital torque command only supper immediate movement is allowed |
N/A for MC |
N/A |
N/A |
|
3275 |
The property can not be queried if no tracking (slave <>0) has been established. |
|
SYNC |
错误 |
|
3276 |
Element is detached by the system in order to avoid endless error messaging. |
在某些情况下(由关节角引起的闭链运动误差),该组自动分离 |
ASYNC |
Note |
detach |
3277 |
Absolute motion not allowed |
AbsEnable为0 |
SYNC |
错误 |
|
3278 |
Wrong buffer size. |
AI: 用一个大于AI缓冲区的数组传递命令 |
SYNC |
错误 |
|
3279 |
The correct setting is: passbuffermin < passbuffermax < passbuffersize. |
AI: 检查PassBufferMin, PassBufferMax, …. |
SYNC |
错误 |
|
3280 |
Wrong stretch factor value. |
只允许百分比在[0.1,100]内 |
SYNC |
错误 |
|
3281 |
Wrong size of stretch factor vector or user parameter vector. |
AI:使用大于AI缓冲区的数组传递命令 |
SYNC |
错误 |
|
3282 |
Wrong relationship between passfrom and passupto properties. |
passfrom必须总是小于passupto |
SYNC |
错误 |
|
3283 |
No more points to interpolate. |
DOPASS在一个空的缓冲区上执行。 |
SYNC |
Note |
|
3284 |
Wrong blend method. |
AI不允许使用CP或SP混合 |
SYNC |
错误 |
|
3285 |
Advance interpolation/Conveyor tracking cannot be used with starttype immediate. |
AI不允许使用CT |
SYNC |
错误 |
|
3286 |
Advance interpolation - points have been lost. |
清除点缓冲区(停止,重置BlendingMethod属性)不可继续停止的运动 |
Note |
错误 |
|
3287 |
Excessive master-slave deviation |
|
SYNC |
错误 |
stop |
3288 |
Number of axes does not match the given compensation table dimensions. |
|
SYNC |
错误 |
|
3289 |
Action not allowed while compensation table is active. |
|
SYNC |
错误 |
|
3290 |
Compensation table: Limit mismatch. |
|
SYNC |
错误 |
|
3291 |
This compensation table has been already set. |
|
SYNC |
错误 |
|
3292 |
No more space for compensation tables. |
|
SYNC |
错误 |
|
3293 |
Compensation table: Invalid row. |
|
SYNC |
错误 |
|
3294 |
Velocity Safety Limit exceeded! |
在一个采样中pcmd的剧烈增加(跳跃)超过了该轴的VelocitySafetyLimit。 VelocitySafetyLimit应至少设置为该轴的10 * Vmax。 请参阅:VelocitySafetyLimit |
ASYNC |
致命错误 |
|
3295 |
Extremely low velocity. |
不允许JOG为0 |
SYNC |
错误 |
|
3296 |
Additive torque value is over threshold limit |
TorqueAddCommand > Tmax |
ASYNC |
错误 |
stop |
3297 |
Additive torque value is over threshold limit when motion is stopped: drive disabled |
TorqueAddCommand > Tmax |
ASYNC |
错误 |
disable |
3298 |
The pls positions are too close to each other and/or the velocity is too high for output to toggle |
|
ASYNC |
错误 |
|
3299 |
Hardware Assistance is true but not available due to wrong CPU/FPGA/etc. |
|
SYNC |
错误 |
|
3300 |
Excessive master-slave deviation when the motion is stopped: drive disabled |
|
ASYNC |
错误 |
disable |
Number |
Message |
Description |
Type |
Severity |
Action |
6001 |
Task already exists. |
加载用户任务或定义新事件时,可能已经存在具有相同名称的进程。来源: Load, OnEvent |
SYNC |
错误 |
|
6002 |
Failed to open program file |
无法读取打开的程序文件,因为它: 1)不存在, 2) 打开的文件太多, 3)没有足够的内存。 如果上电时发生错误,请验证CONFIG.PRG文件是否存在有效数据。 |
SYNC |
错误 |
|
6003 |
Bad element index. |
内部错误。 错误的任务索引作为参数传递。表示系统数据不再可靠。 数据问题来源:任务优先级更新,事件prolog,epilog |
SYNC |
致命错误 |
|
6004 |
Array overflow |
定义太多的事件/任务(任务加载,事件创建)来源 : Load, OnEvent |
SYNC |
错误 |
|
6005 |
Failed to open translator map file. |
内部错误。 无法创建MAP文件。来源: Loader |
SYNC |
错误 |
|
6006 |
Cannot open translator error file. |
内部错误。 无法在根源中创建解释器错误文件: Loader |
SYNC |
错误 |
|
6007 |
Task must be killed first |
如果任务不处于结束或就绪状态,则无法卸载该任务。 |
SYNC |
错误 |
|
6008 |
Task does not exist |
卸载用户任务或事件时,具有指定名称的进程不存在。来源: Unload, EventDelete, Task priority get. |
SYNC |
错误 |
|
6009 |
Failed to run interpreter. |
内部错误。无法调用解释器函数或产生解释器任务。资源问题来源: configuration (root),Load, OnEvent |
SYNC/ ROOT |
错误 |
|
6010 |
Event task already exists |
具有给定名称的事件任务已经存在。 |
SYNC |
错误 |
|
6011 |
Failed to create data segment. |
内部错误。加载任务时无法分配数据段。资源问题来源: Load |
SYNC |
错误 |
|
6012 |
Failed to create code segment. |
内部错误。加载任务时无法分配代码段。资源问题来源: Load |
SYNC |
错误 |
|
6013 |
Invalid semaphore ID. |
内部错误。没有采取ITCB互斥。 指针不良来源:试图更新ITCB数据的任何ITCB例程(Load, Unload, Priority等, OnEvent等.) |
SYNC |
致命错误 |
|
6014 |
Failed to create data stack. |
内部错误。Load或OnEvent尝试时无法创建解释器数据堆栈,资源问题源:Load, OnEvent |
SYNC |
错误 |
|
6015 |
Failed to create function stack. |
内部错误。Load或OnEvent时无法创建解释器函数堆栈。资源问题源:Load, OnEvent |
SYNC |
错误 |
|
6016 |
Failed to create command line code segment. |
内部错误。 无法创建命令行代码段 |
ROOT |
致命错误 |
|
6017 |
Failed allocate memory for event node. |
内部错误。无法为事件节点分配内存。资源问题源:Load, prolog, epilog |
SYNC |
错误 |
|
6018 |
Specified priority does not exist. |
内部错误。 在事件列表中按优先级查找或事件itcb idx失败。问题可能在于数据可靠性,因为有些过程在事件列表中寻找元素。 如果元素不在列表中,任务被中止源: 事件列表管理,优先级修改. 注释:在正常运行时不能发生。 |
SYNC/ ASYNC |
致命错误 |
|
6019 |
Invalid event node. |
内部错误。无效的事件ID。对当前/前一个活动事件的NULL引用。资源问题来源:事件管理,优先级修改。 |
SYNC/ ASYNC |
致命错误 |
|
6020 |
Invalid parent task node. |
内部错误。无效的父任务ID。请求的ITCB idx与事件列表中的不一致。 违反数据完整性。来源: Load, 卸载注释: 在正常运行时不能发生。 |
SYNC |
致命错误 |
|
6021 |
Invalid interpreter pointer. |
内部错误。空指针遇到内部解释器寄存器,来源: event管理器 注释:在正常运行期间不能发生.如果发生错误,则不能处理此任务:解释器的空指针,但ITCB索引仍然存在。 |
SYNC/ ASYNC |
致命错误 |
|
6022 |
Invalid operation code |
内部错误。 加载器处理程序的操作代码无效 |
SYNC |
错误 |
|
6023 |
Invalid event list mutex. |
不能采取事件列表互斥 - 它是无效的)。错误指针来源: event management (prolog, epilog), Load, Unload, OnEvent |
SYNC/ ASYNC |
致命错误 |
|
6024 |
Failed to delete OnError handler |
内部错误。无法删除OnError处理程序(message queue, interpreter) 来源: OnError. |
SYNC |
错误 |
|
6025 |
Invalid OnError message queue |
内部错误。 无效的OnError消息队列ID。错误指针,来源: 将错误消息发送给OnError任务。 |
ASYNC |
致命错误 |
|
6026 |
Reserved task priority |
非法优先级0(为OnError保留)指定源:load,OnEvent,优先级修改。 |
SYNC |
错误 |
|
6027 |
Invalid parent task semaphore |
内部错误。尝试同步执行父任务信号失败时发生。来源: Loader, OnEvent, OnError. |
SYNC |
致命错误 |
|
6028 |
Invalid translator mutex |
内部错误。 当尝试解释互斥失败时会发生。来源: Loader, OnEvent, OnError |
SYNC |
致命错误 |
|
6029 |
Zero file size detected. |
无法加载空文件。 |
SYNC |
错误 |
|
6030 |
Failed to create user task error handler |
内部错误。无法创建默认任务错误处理程序(任务生成,消息队列)。来源: Load |
ROOT |
致命错误 |
|
6031 |
Command given in invalid context. |
命令在无效的情况下给出。 |
SYNC |
Note |
|
6032 |
Invalid priority range. |
指定的优先级无效。 |
SYNC |
Note |
|
6033 |
Failed to create translator mutex |
内部错误。在启动时创建解释互斥失败时发生。来源: Loader, OnEvent, OnError |
ROOT |
致命错误 |
|
6034 |
Failed to open translator output file. |
内部错误。无法创建永久解释器输出文件。来源: Root |
ROOT |
错误 |
|
6035 |
Failed to open backend output file. |
内部错误。无法创建永久的后端输出。来源: Root |
ROOT |
致命错误 |
|
6036 |
Cannot open translator string file. |
内部错误。无法在根中创建解释器字符串文件。来源: Root |
ROOT |
致命错误 |
|
6037 |
Failed to create mutex. |
内部错误。 无法在ITCB初始化中创建加载程序互斥锁。来源: Root |
ROOT |
致命错误 |
|
6038 |
Failed to create sync semaphore |
内部错误。 Root: 有一个共同的同步信号用于创建任务和事件。 |
ROOT |
致命错误 |
|
6039 |
Failed to retrieve system settings |
内部错误。无法检索系统设置。 |
SYNC/ ASYNC |
致命错误 |
|
6040 |
Failed to create command line files. |
内部错误。无法创建临时命令行文件 (ITCB init). 来源:Root |
ROOT |
致命错误 |
|
6041 |
Cannot create tasks STDIN. |
内部错误。无法创建临时文件。 |
ASYNC |
错误 |
|
6042 |
Cannot open tasks STDIN. |
内部错误。无法从临时任务文件读取。 |
ASYNC |
错误 |
|
6043 |
Cannot delete task STDIN |
内部错误。无法删除任务的输入消息队列。 |
SYNC |
错误 |
|
6044 |
Cannot write to tasks STDIN. |
内部错误。无法写入临时任务文件。 |
ASYNC |
错误 |
|
6045 |
Cannot Reset. Stop the task(s) first. |
如果任务正在运行,则不允许RESET ALL |
SYNC |
错误 |
|
6046 |
File cannot be loaded |
尝试加载config.prg,系统或其他保留文件时会发生此错误。 |
SYNC |
错误 |
|
6047 |
Invalid Translator mutex |
内部错误。无效的互斥体,由于内存损坏或内存有限而导致的内部错误。 |
SYNC |
致命错误 |
|
6048 |
Invalid operation code |
内部错误。无效的操作码。 |
SYNC |
致命错误 |
|
6049 |
Cannot unload library. which is in use. |
由于被其他任务使用而无法卸载库,请首先卸载任务。 |
SYNC |
错误 |
|
6050 |
Unknown error |
内部错误:未知的错误代码。 |
SYNC |
致命错误 |
|
Number |
Message |
Description |
Type |
Severity |
Action |
7001 |
Error writing to internal translator output file |
Error writing to output file of translator. The translator uses a temporary output file on the RAM disk. Add more memory or delete unneeded REC files. This error aborts the translation process. |
SYNC |
Fault |
|
7002 |
Error writing to internal translator temporary file |
Error writing to the temporary files of the translator. The translator uses a temporary file on the RAM disk. Add more memory or delete unneeded REC files. This error aborts the translation process. |
SYNC |
Error |
|
7003 |
Error writing to translator error file |
Error writing to the error file of the translator. The translator error file is stored on the RAM disk. Add more memory or delete unneeded REC files. This error aborts the translation process. |
SYNC |
Error |
|
7005 |
Errors found during translation |
Errors were found during translation. This general message is returned after a LOAD command if translation errors were found in the task. The error severity will be FATAL FAULT if a translation error is found in the CONFIG.PRG file. |
SYNC |
Error |
|
7006 |
Variable could not be added to internal symbol table |
Internal error. Add more memory. This error will abort the translation process. |
SYNC |
Error |
|
7007 |
Variable already declared |
A variable can be declared only once. |
Translation |
Error |
|
7008 |
Subroutine already exists |
The subroutine has already been defined |
Translation |
Error |
|
7009 |
Translator temp file could not be opened |
Internal error. The temporary file of the translator could not be opened. |
SYNC |
Error |
|
7010 |
Value out of range |
Value out of range. |
SYNC |
Error |
|
7013 |
Undefined motion element in command |
The motion element (axis or group) you are trying to use is undefined |
Translation |
Error |
|
7014 |
Group cannot be added to symbol table |
The symbol table is an internal data structure. If information cannot be written to it, there is not enough memory. Add more memory. |
SYNC |
Error |
|
7015 |
Group is already defined |
The group being declared already exists. Use a different name for the group. |
Translation |
Error |
|
7016 |
Too many axes in Group definition |
There are too many axes in the group definition |
SYNC |
Error |
|
7017 |
Group cannot be deleted: unload all tasks first |
The group cannot be deleted if tasks are loaded in memory. |
Terminal |
Error |
|
7018 |
Internal translation error |
Internal error |
SYNC |
Error |
|
7019 |
Variable does not exist |
The variable you're trying to use does not exist. Make sure it has been declared. |
Translation |
Error |
|
7020 |
No default motion element: use the WITH instruction |
You are trying to use a command without explicitly defining a motion element, and a default motion element has not been defined by the WITH instruction. |
Translation |
Error |
|
7021 |
Property valid for Axis only |
This property is valid only for axes |
Translation |
Error |
|
7022 |
Could not change axis name |
Internal error. Contact technical support. |
Translation |
Error |
|
7023 |
Axis could not be created |
Internal error. Contact technical support. |
ROOT |
Error |
|
7024 |
Axes not created |
Axes not created. |
ROOT |
Error |
|
7025 |
Too many values into vector |
Too many values into vector |
SYNC |
Error |
|
7026 |
Too many variable names: simplify the expression |
The maximum number of variables allowed in an expression is 20. |
Translation |
Error |
|
7027 |
Instruction given in invalid context |
The command you are trying to use cannot be used in this context. Check the allowed scope of the instruction in the Reference Manual. |
Translation |
Error |
|
7028 |
PROGRAM must be on the first line |
The PROGRAM keyword must be on the first line |
SYNC |
Error |
|
7029 |
Program symbol table not created |
Internal error. An internal data structure could not be created. Add more memory or delete unneeded files. |
SYNC |
Error |
|
7032 |
CALL references non-existent SUB |
You are trying to call a subroutine that does not exist. The subroutine must be defined. |
Translation |
Error |
|
7034 |
Translator Initialization failure |
Internal error. The translator could not be initialized. Contact technical support. |
ROOT |
Fatal Fault |
|
7035 |
Translator syntax error |
The syntax of the expression is wrong. Check correct syntax in Reference manual. |
Translation |
Error |
|
7036 |
Program structure error |
The program must adhere to a well-defined structure. Refer to the section on tasks in the User's Manual. |
Translation |
Error |
|
7037 |
Not enough space for parser stacks |
Not enough space for parser stacks |
SYNC |
Error |
|
7038 |
Parser stack overflow |
Parser stack overflow |
SYNC |
Error |
|
7039 |
Syntax Error |
Syntax Error |
SYNC |
Error |
|
7040 |
Translator out of memory |
Translator out of memory |
SYNC |
Error |
|
7041 |
Invalid numbers of drives |
Invalid numbers of drives ( SERCOS ) |
SYNC |
Error |
|
7042 |
Event definition not allowed in event action |
Event definition is not allowed in event action |
SYNC |
Error |
|
7043 |
Event already defined in this program |
Event already defined in this program |
SYNC |
Error |
|
7044 |
Could not create new event symbol. |
Could not create new event symbol. Internal error |
SYNC |
Error |
|
7045 |
Unmatched end of event definition block |
Unmatched end of event definition block |
SYNC |
Error |
|
7046 |
Parameter repetition not allowed |
Parameter repetition not allowed |
SYNC |
Error |
|
7047 |
Undefined event |
Undefined event |
SYNC |
Error |
|
7048 |
Label repeated in the same block |
Label repeated in the same block |
SYNC |
Error |
|
7049 |
GOTO references non-exisiting label |
GOTO references non-exisiting label |
SYNC |
Error |
|
7050 |
String too long ( limit = 80 char) |
String too long ( 80 characters ) |
SYNC |
Error |
|
7051 |
Too many dimension in declaration - maximum is 10. |
Too many dimension in a declaration (maximum number of dimensions is 10) |
SYNC |
Error |
|
7052 |
Number of dimension does not match declaration |
Number of dimension does not match declaration |
SYNC |
Error |
|
7053 |
Label repeated in the same block |
Label repeated in the same block |
SYNC |
Error |
|
7054 |
If block mismatch |
An If block must end with an End If statement |
SYNC |
Error |
|
7055 |
While block mismatch |
A While block must end with an End While statement. |
SYNC |
Error |
|
7056 |
For block mismatch |
AFor block must end with a Next {variable_name} statement. |
SYNC |
Error |
|
7057 |
Invalid array index |
Invalid array index |
SYNC |
Error |
|
7058 |
Name already declared as variable, axis, group, or function |
Name already declared as variable, axis, group, or function |
SYNC |
Error |
|
7059 |
Invalid number of coordinates |
This error occurs when performing an operation between two points with mismatching number of coordinates. |
SYNC |
Error |
|
7060 |
Name of group is invalid |
Name of group is invalid |
SYNC |
Error |
|
7061 |
Variable cannot be deleted from the symbol table |
Variable cannot be deleted from the symbol table |
SYNC |
Error |
|
7063 |
Error definition allowed only once in program |
Error definition allowed only once in program |
SYNC |
Error |
|
7064 |
Unmatched end of error definition block |
Unmatched end of error definition block |
SYNC |
Error |
|
7065 |
Command not allowed into OnError block |
Command not allowed into OnError block |
SYNC |
Error |
|
7066 |
Wrong index type. Index must be of long type |
The type of the index of the array must be long |
SYNC |
Error |
|
7067 |
Wrong input type |
Wrong input type. |
SYNC |
Error |
|
7068 |
Index of array must be a constant value |
The number of elements in an array must be declared with a constant value. |
SYNC |
Error |
|
7069 |
Name is a reserved command name or contains invalid symbols |
Variables, system elements, subroutines and functions cannot have a name identical to a reserved command name, or a name containing symbols other than letters, numbers and underlines. |
SYNC |
Error |
|
7071 |
With block mismatch |
A With block definition must end with the End With statement |
SYNC |
Error |
|
7072 |
Case Select block mismatch |
A Select Case block must end with an End Select statement. |
SYNC |
Error |
|
7073 |
Invalid name of motion element |
Invalid name of motion element |
SYNC |
Error |
|
7074 |
Property valid for group only |
Property valid for group only |
SYNC |
Error |
|
7075 |
Too many spaces |
Too many consecutive spaces (more than 83) in a command |
SYNC |
Error |
|
7076 |
Motion element must be an axis |
Motion element must be an axis |
SYNC |
Error |
|
7077 |
Motion element must be a group |
Motion element must be a group |
SYNC |
Error |
|
7078 |
This property isn't a system property |
This property isn't a system property |
SYNC |
Error |
|
7079 |
Wrong given master type |
Incorrect master type (3 master types currently defined) |
SYNC |
Error |
|
7084 |
Wrong syntax for joints |
Command cannot be applied for joint axes (J axes). |
|
|
|
7087 |
Dimension mismatch |
Dimension mismatch. Used when trying to assign an array during declaration. |
|
Error |
|
7089 |
User function does not exist |
A user function is called that does not exist or is not loaded into memory |
SYNC |
Error |
|
7090 |
System camming element does not exist |
System camming element does not exist |
|
Error |
|
7091 |
Camming element can only be a system element |
Camming element can only be a system element (not a program or a local variable ) |
|
Error |
|
7092 |
Wrong input type for the select statement. |
Invalid input type. |
|
Error |
|
7095 |
The hex/decimal/bin keywords can only be used in a query command |
The hex/decimal/bin keywords can only be used in a query command |
SYNC |
Error |
|
7096 |
OnError can be defined only once in a program |
OnError can be defined only once in a program |
SYNC |
Error |
|
7097 |
Incorrect print format |
This error occurs if the print format for a print using statement is incorrect. |
SYNC |
Error |
|
7100 |
This property is a nodal only property |
This property is a nodal only property |
SYNC |
Error |
|
7102 |
Try block mismatch |
A Try block must end with an End Try statement. |
SYNC |
Error |
|
7103 |
Cannot write a catch-case after the finally-case |
A user cannot write another catch statement after the finally statement. |
SYNC |
Error |
|
7104 |
This is a read-only property |
Cannot assign a property that is read only. |
SYNC |
Error |
|
7105 |
Undefined PLS in command |
Undefined PLS in command |
SYNC |
Error |
|
7106 |
PLS could not be added to symbol table |
A PLS could not be added to the symbol table. This is due to a memory fault. |
SYNC |
Error |
|
7107 |
PLS is already defined |
PLS is already defined. |
SYNC |
Error |
|
7108 |
Invalid PLS name |
Name of PLS is invalid. |
SYNC |
Error |
|
7109 |
The with block must be closed before entering this block |
The with block must be closed. |
SYNC |
Error |
|
7110 |
Cannot use locals in this context |
Must use a global and program variables in the event conditions and inside event blocks. |
SYNC |
Error |
|
7111 |
The maximal length of the expression must be less than 128 |
The maximum length of the expression must be less than 128 characters. |
SYNC |
Error |
|
7113 |
Expression can only contain strings |
Expression can only contain strings |
SYNC |
Error |
|
7114 |
This function cannot be used as a condition |
This function cannot be used as a event condition. |
SYNC |
Error |
|
7115 |
The PLS cannot be declared into a program |
The PLS cannot be declared in a program context. |
SYNC |
Error |
|
7117 |
Missing end onevent statement |
Missing end onevent statement |
SYNC |
Error |
|
7118 |
Then statement missing |
A THEN statement is missing in the IF statement |
SYNC |
Error |
|
7119 |
Library function is not loaded into memory |
Did not load the Library file that contains this function/subroutine. |
SYNC |
Error |
|
7120 |
Cannot record this kind of expression |
Cannot record this kind of expression. |
SYNC |
Error |
|
7121 |
This is not a subroutine, but this is a function |
Tried to use subroutine syntax for a function. |
SYNC |
Error |
|
7122 |
This is not a function, but this is a subroutine |
Tried to use function syntax for a subroutine. |
SYNC |
Error |
|
7123 |
Multiple definition of Else statement |
More then one Else statement in a single If block. |
SYNC |
Error |
|
7124 |
Multiple definitions of Next statement |
More then one Next statement in a single For block. |
SYNC |
Error |
|
7125 |
Cannot record a vector |
Cannot record a vector (point). |
SYNC |
Error |
|
7126 |
Cannot use vector for condition |
Cannot use a vector (point) as condition in event definition, flow control statements, etc. |
SYNC |
Error |
|
7127 |
The record file or number of recording points is missing |
The record file or number of recording points is missing. |
SYNC |
Error |
|
7128 |
The recorder file is missing |
The recorder file is missing. |
SYNC |
Error |
|
7129 |
Cannot use this operator for strings |
This operator is not valid for strings. For example, you cannot multiply strings. |
SYNC |
Error |
|
7130 |
Cannot import library file. Library file must be loaded into memory |
Library file must be loaded into memory before importing it. |
SYNC |
Error |
|
7131 |
Cannot import file which isn’t a library file |
The import command is valid only for Library files. |
SYNC |
Error |
|
7132 |
Input can only contain one string input |
Tried to use an input that is not a string in Prompt command. |
SYNC |
Error |
|
7133 |
Catch statement is missing or must be before the statement block |
Catch statement is missing or must be before the statement block. |
SYNC |
Error |
|
7134 |
A filename cannot have more than 8 characters |
A filename cannot have more than 8 characters. |
SYNC |
Error |
|
7135 |
Wrong input parameter for the Print command |
The print command has wrong input parameter. |
SYNC |
Error |
|
7136 |
Declaration type is missing |
The variable type is missing from the variable declaration statement. |
SYNC |
Error |
|
7137 |
Parameter name is a reserved command name or contains invalid symbols |
A parameter cannot have a name identical to a reserved command name, or a name containing symbols other than letters, numbers and underlines. |
SYNC |
Error |
|
7138 |
Cannot use wildcards for this command |
Can not use wildcards (*, ?) for this command. |
SYNC |
Error |
|
7139 |
Variable passed by reference has another type as in subroutine/function declaration |
The variable’s type does not match the type of the corresponding subroutine/function parameter. |
SYNC |
Error |
|
7140 |
Cannot pass a constant or a complex expression by reference to subroutine/function |
Cannot pass a constant or a complex expression (for example: Var1+Var2) by reference to subroutine or function. |
SYNC |
Error |
|
7141 |
Cannot use external device for this command |
Cannot use an external device (dump terminal) for this command. |
SYNC |
Error |
|
7142 |
Use only long type constants for array size definition |
Only long type decimal numbers and constants can be used for array size definition (in an array declaration statement) |
SYNC |
Error |
|
7143 |
Cannot import a global library |
Cannot apply the Import command on a global library. |
SYNC |
Error |
|
7144 |
Subroutine already exists in a global library |
Name of subroutine or function was already given to a global subroutine of function |
SYNC |
Error |
|
7145 |
The Nodal parameter is inappropriate for this type of motion command |
The Nodal parameter cannot be used in this type of motion command (for example: VelocityFinalTrans cannot be used in Move command) |
SYNC |
Error |
|
7146 |
Expression can only contain points |
Expression can only contain points (for example: assignment of point-type group properties) |
SYNC |
Error |
|
7147 |
Wrong robot-type |
An invalid robot type was given during declaration or Save command |
SYNC |
Error |
|
7148 |
Robot-type mismatch |
Robot-type mismatch between point variables or point parameters |
SYNC |
Error |
|
7149 |
Statement cannot contain points |
Statement cannot contain points (for example: a Select Case statement) |
SYNC |
Error |
|
7150 |
Too many coordinates in a vector |
A vector cannot contain more than 10 coordinates. |
SYNC |
Error |
|
7151 |
Cannot use this operator for points |
Cannot use this operator for points (for example: logic operators) |
SYNC |
Error |
|
7152 |
Cannot use vectorial multiplication for points |
Cannot multiply or divide a point by a point. |
SYNC |
Error |
|
7153 |
The variable parameter must be an array |
Parameter of command or system function is an array. |
SYNC |
Error |
|
7154 |
Incorrect pls type |
Incorrect pls type |
SYNC |
Error |
|
7155 |
Cannot access a member of a returned-value structure through function call |
Cannot access a member of a returned-value structure through function call. For example: ? StructFunc(…, …)->member1 |
SYNC |
Error |
|
7156 |
Too many structure members |
Too many structure members |
SYNC |
Error |
|
7157 |
Name already given to another member of this structure-type |
Name was already given to another member of the same structure type. |
SYNC |
Error |
|
7158 |
Wrong type for a structure member |
Wrong type for a structure member (for example: nesting of structures). |
SYNC |
Error |
|
7159 |
Name already declared as a structure-type |
Name of structure type was already given to another structure type. |
SYNC |
Error |
|
7160 |
Undefined structure-type |
Unknown structure type or variable type in variable declaration command. |
SYNC |
Error |
|
7161 |
Structure-type mismatch |
Structure-type mismatch between structures. |
SYNC |
Error |
|
7162 |
Cannot use this operator for structures |
Cannot use this operator for structures (for example: all arithmetic operators). |
SYNC |
Error |
|
7163 |
Expression can only contain structures |
In assignment statement, the expression being assigned into a structure must be a structure too. |
SYNC |
Error |
|
7164 |
Statement cannot contain structures |
Statement cannot contain structures (for example: a For loop index). |
SYNC |
Error |
|
7165 |
Cannot pass a structure member by reference to a subroutine/function |
Cannot pass a structure member by reference to a subroutine/function |
SYNC |
Error |
|
7166 |
Undefined structure member |
The structure member was not defined in the structure type. |
SYNC |
Error |
|
7167 |
A semaphore can only be a system element |
A semaphore cannot have local or program scope. |
SYNC |
Error |
|
7168 |
Cannot pass an array by value to subroutine/function |
Cannot pass an array by value to subroutine/function |
SYNC |
Error |
|
7169 |
Use only long type decimal values as error numbers in catch statements |
Only long-type numbers can be used as error numbers in catch statements. |
SYNC |
Error |
|
7170 |
A moving frame can only be a system element |
A moving frame cannot have local or program scope. |
SYNC |
Error |
|
7171 |
Moving frame element does not exist |
Moving frame element does not exist. |
SYNC |
Error |
|
7172 |
A compensation table can only be a system element |
A compensation table cannot have local or program scope. |
SYNC |
Error |
|
7173 |
Compensation table does not exist |
Compensation table does not exist |
SYNC |
Error |
|
7175 |
This function has no return value |
Cannot call a C function that does not return a value through expression statements (for example: by query). |
SYNC |
Error |
|
7176 |
This function must be used as an expression |
C function returns a value and therefore must be called through expression statements (for example: by query). |
SYNC |
Error |
|
7178 |
Cannot pass an axis or a group by value to subroutine/function |
Cannot pass an axis or a group (“real” or generic) by value to subroutine/function |
SYNC |
Error |
|
7180 |
Cannot use this command or operation for generic axes and groups |
Cannot use this command or operation for generic axes and groups (for example: using generic axes for declaration of a real group) |
SYNC |
Error |
|
Number |
Message |
Description |
Type |
Severity |
Action |
8001 |
Division by zero |
Division by zero. |
SYNC |
Error |
Idle Task |
8002 |
Internal error. Contact technical support. |
Interpreter stack underflow. The possible cause is memory corruption or Translator generated invalid code. |
SYNC |
Fault |
Interpreter is prevented from execution. |
8003 |
Stack overflow. |
Memory exhausted. |
SYNC |
Fault |
Interpreter is prevented from execution. |
8004 |
Internal error. Contact technical support. |
Interpreter stack underflow. The possible cause is memory corruption or Translator generated invalid code. |
SYNC |
Fault |
Interpreter is prevented from execution. |
8005 |
Functions stack overflow. |
Memory exhausted. |
SYNC |
Fault |
Interpreter is prevented from execution. |
8006 |
Index underflow. |
Invalid array index value. |
SYNC |
Fault |
|
8007 |
Index overflow. |
Invalid array index value. |
SYNC |
Fault |
|
8008 |
Task not found. |
Task operation failed. Requested task does not exist. |
SYNC |
Error |
|
8009 |
Invalid breakpoint location. |
Attempt to set breakpoint to invalid location. Example: on comment line or on existing breakpoint. |
SYNC |
Error |
|
8010 |
Out of memory. |
Memory exhausted. Add more memory or unload unnecessary tasks. |
SYNC |
Fatal |
|
8011 |
Internal error. Contact technical support |
Run time error in the external to interpreter function. |
SYNC |
Error |
|
8012 |
The task has not terminated. |
The task execution has not been terminated. This may occur if task is locked within some end-function, such as MOVE or STOP. |
SYNC |
Error |
|
8013 |
The task is not stopped. |
The task is not stopped (idled). |
SYNC |
Error |
|
8014 |
The task is terminated. |
Task is terminated (killed). |
SYNC |
Error |
|
8015 |
Argument for EXP is out of range |
The range of values for the EXP argument is ± 7.09782712893383e+02. Values less than the lower limit can be used, but will return 0. |
SYNC |
Error |
|
8016 |
llegal mathematical function call |
Invalid argument for mathematical function. |
SYNC |
Error |
|
8017 |
Argument for LOG is out of range |
The argument to the LOG function must be greater than zero. |
SYNC |
Error |
|
8018 |
Negative parameter in SQRT operator |
The argument to the SQRT function must be greater than or equal to zero. |
SYNC |
Error |
|
8019 |
Internal error. Contact technical support. |
Loader passes invalid context definition. |
SYNC |
Fatal Fault |
|
8020 |
Varible does not exist. |
Variable for watch does not exist. |
SYNC |
Error |
|
8021 |
Incorrect number of dimensions. |
Wrong number of dimentions for watch. |
SYNC |
Fault |
|
8022 |
Task is not running. |
Task is stopped (idled). |
SYNC |
Error |
|
8023 |
Internal error. Contact technical support. |
Element could not be deleted from symbol table. |
SYNC |
Fault |
|
8024 |
Task must be killed first. |
Task is still running. It may be locked in some end-function such as MOVE. |
SYNC |
Error |
|
8025 |
Invalid task state for the `StartTask` command. Kill task first. |
Task is not terminated (killed). It may be locked in some end-function such as MOVE. |
SYNC |
Error |
|
8026 |
Bad memory address. |
Attempted access to an invalid memory address. The error may be due to either a mistake in the application or to memory corruption. |
SYNC |
Error |
|
8027 |
Bad I/O address. |
Attempted access to an invalid I/O address. The error may be due to either a mistake in the application or to memory corruption. |
SYNC |
Error |
|
8028 |
Calculation overflow |
Overflow in calculations. |
SYNC |
Error |
|
8029 |
Underflow |
Underflow in calculations. |
SYNC |
Error |
|
8030 |
Internal error. Contact technical support |
Invalid mutex ID. The error may be due to memory corruption. |
SYNC |
Fatal Fault |
|
8031 |
Internal error. Contact technical support |
Invalid mutex ID. The error may be due to memory corruption. |
SYNC |
Fatal Fault |
|
8032 |
Internal error. Contact technical support |
Error while creating the semaphore. The error occurs when memory is exhausted. |
SYNC |
Fatal Fault |
|
8033 |
Internal error. Contact technical support |
Code segment has invalid check sum. The reason is memory corruption. |
SYNC |
Fatal Fault |
|
8034 |
Internal error. Contact technical support |
Invalid token COP; usually due to memory corruption. |
SYNC |
Fatal Fault |
|
8035 |
Task is interrupted by OnEvent or OnError |
A task debugging command such as STEP or STEPOVER, etc. is disabled due to an interrupted state of a task. The task switches to this state if it is interrupted by ONERROR or ONEVENT. |
SYNC |
Error |
|
8036 |
Entry Station output buffer overflow |
Entry Station output buffer overflow. Error is caused by an inoperable host or user task sends too many messages. |
SYNC |
Note |
|
8037 |
Error loading object file (see file oload.err for more details). |
Object file is not valid or contains unresolved symbols |
SYNC |
Note |
|
8038 |
The value is out of range |
The value passed to the function is out of range |
SYNC |
Error |
|
8039 |
Invalid file name |
Invalid file name |
SYNC |
Error |
|
8040 |
Invalid time or date |
Invalid time or date entered. |
SYNC |
Error |
|
8041 |
Nothing to retry. |
Retry command is applicable anly after a run-time error. |
SYNC |
Error |
|
8042 |
Task is busy. |
Task is busy; debugging is not allowed. This happens when task is inside the end function. |
SYNC |
Error |
|
8043 |
Element could not be deleted while programs are in memory. |
Element could not be deleted while programs are in memory. |
SYNC |
Fault |
|
8045 |
Cannot stop unbreakable task. |
Cannot stop or debug unbreakable task |
SYNC |
Error |
|
8046 |
"User authorization code is not recognized. Contact technical support |
Contact technical support to validate both Serial Number of your card and Authorisation code |
SYNC |
Error |
No axes available |
8047 |
Invalid Authorization code! Contact technical support |
Contact technical support to validate your Authorisation code. |
SYNC |
Error |
No axes available |
8049 |
Invalid type of variable |
Wrong type of variable |
SYNC |
Error |
|
8050 |
Argument for trigonometric function is out of range |
The maximum value of the argument to a sin(x) or cos(x) is 9.223372036854699e+18 |
SYNC |
Error |
|
8051 |
The result of mathematical function overflows |
The magnitude of the result is greater than the maximum value of the Double type. |
SYNC |
Error |
|
8052 |
Internal error. Contact technical support |
Element could not be added to symbol table. Internal Error |
SYNC |
Fault |
|
8053 |
No permission: stop the motion first |
Motion should be stopped before RESET. |
SYNC |
Fault |
|
8054 |
Unrecognized Serial Number. Contact technical support |
Contact technical support to validate both Serial Number of your card and Authorisation code |
SYNC |
Error |
No axes available |
8055 |
Event/OnError cannot kill a task in which defined. |
Event/OnError cannot kill a task in which defined. |
SYNC |
Error |
|
8056 |
Wrong file type for this operation |
Wrong file type for this operation |
SYNC |
Error |
|
8057 |
Invalid time |
Invalid time |
SYNC |
Error |
|
8058 |
Invalid date |
Invalid date |
SYNC |
Error |
|
8059 |
Cannot unload a global library while tasks are in memory |
Cannot unload a global library while tasks are in memory |
SYNC |
Error |
|
8060 |
Global subroutine, function or library could not be deleted from symbol table. |
Global subroutine, function or library could not be deleted from symbol table. |
SYNC |
Error |
|
8061 |
Subroutine/function contains a call to a non-existent global subroutine/function. |
Subroutine/function contains a call to a non-existent global subroutine/function. |
SYNC |
Error |
|
8062 |
The file name is too long. A file name should contain no more than 8 characters. |
The file name is too long. A file name should contain no more than 8 characters. |
SYNC |
Error |
|
8063 |
Error in OnSystemError task |
|
SYNC |
Error |
|
Number |
Message |
Description |
Type |
Severity |
Action |
12001 |
Service Channel not open |
Drive indicates it cannot open the service channel. Contact technical support. |
SYNC |
Error |
|
12002 |
MDT telegram processing overrun |
Overlap between reference generation and transmission. Try using a higher baud rate, longer cycle time, and reducing the amount of cyclic data. |
ASYNC |
Error |
|
12003 |
Interrupt Service Routine Overlap: use longer cycle time. |
ISR's duration is too long (more than one communication cycle). Try using a higher baud rate, longer cycle time, and reducing the amount of cyclic data. |
SYNC |
Error |
|
12004 |
Service channel timeout waiting for drive |
Timeout during service channel transmission. Change the communication phase to 0 and try using longer cycle time. If error persists, call technical support. |
SYNC |
Error |
|
12005 |
Service channel timeout while drive is busy |
Timeout during service channel transmission. Change the communication phase to 0, bring the ring up and try again. Another solution would be using longer cycle time. If error persists, call technical support |
SYNC |
Error |
|
12006 |
Undefined error number |
Undefined error code. Internal error. Contact technical support. |
SYNC |
Fatal Fault |
Watchdog |
12007 |
Axis cannot be enabled: check C1D and Remote Enable |
This error occurs if the softMC times out while trying to enable the drive. A drive cannot be enabled if the drive is reporting a C1D error or if the drive's hardware enable signal is Off. You can check this by querying IDN P15 in the CD drive. |
SYNC |
Error |
|
12008 |
Axis cannot be disabled |
This error occurs if the softMC times out while trying to disable the drive. Refer to IDN207 in the drive or contact technical support. |
SYNC |
Error |
Bring the ring down to CP0 |
12009 |
Invalid access to closing the Service Channel |
Internal error. Contact technical support. |
SYNC |
Error |
|
12010 |
Axis in group cannot be enabled: check C1D and Remote Enable |
This error occurs if the softMC times out while trying to enable the drive. A drive cannot be enabled if the drive is reporting a C1D error or if the drive's hardware enable signal is Off. You can check this by querying IDN P15 in the CD drive. |
SYNC |
Error |
|
12011 |
Axis in group cannot be disabled |
This error occurs if the softMC times out while trying to disable the drive. Refer to IDN207 in the drive or contact technical support. |
SYNC |
Error |
Bring the ring down to CP0 |
12012 |
Drive not ready for power up |
A drive cannot be enabled if the drive is reporting a C1D error or if the drive's hardware enable signal is Off. |
SYNC |
Error |
|
12013 |
Drive reports fault in C1D: read IDN 95 to get the error |
When a drive fault occurs, the drive decelerates to a stop and releases torque. The C1D status bit is set and the corresponding fault bits are set in IDN 11. Faults are reset using IDN 99. |
SYNC/ASYNC |
Error |
Drive is disabled |
12014 |
Telegram data corrupted |
Telegram data received from the drive is invalid. Contact technical support. |
ASYNC |
Note |
|
12015 |
One of the programming error flags is active |
One of the SERCOS programming times was incorrect. Contact technical support. |
ASYNC |
Error |
|
12016 |
Invalid drive address |
There may be a conflict between the axis DriveAddress and Simulated properties. If an axis is simulated, the drive address must be set to 0. If the axis is real, the simulated property must be set to 0 (Off). Check if exists on ring drive in this address. |
SYNC |
Error |
|
12017 |
No IDN: IDN being accessed is not defined in the drive |
The IDN number being used is not defined in the drive. Check the drive manual. |
SYNC |
Error |
|
12022 |
Bad handle-function index |
Internal error. Contact technical support. |
SYNC |
Error |
|
12023 |
Service channel data not initialized |
Internal error. Contact technical support |
SYNC |
Error |
|
12024 |
Wrong bus bus operation mode |
The command requires EtherCAT/CAN bus to be in OP state or phase #4 in case of SERCOS bus. |
SYNC |
Error |
|
12025 |
Invalid access to the element 1 |
Element 1 of the IDN holds the IDN number. Access to this element is read-only. |
SYNC |
Error |
|
12026 |
Wrong ring number |
Internal error. Contact technical support. |
SYNC |
Fatal Fault |
Watchdog |
12027 |
Too many drives for this ring. |
Internal error. Contact technical support. |
SYNC |
Error |
|
12028 |
Wrong AT number. |
Internal error. Contact technical support. |
SYNC |
Error |
|
12029 |
Not enough memory. |
Not enough memory to allocate internal data structures. Add memory or unload unnecessary tasks. |
SYNC |
Error |
|
12030 |
SERCOS ring is broken: check the SERCOS wiring |
At the transition from Phase 0 to Phase 1, the softMC checks whether the ring is closed by transmitting data and then verifying that it receives this data. This error occurs if the ring is open. In some cases, an invalid baud rate setting causes this error. |
SYNC |
Error |
|
12031 |
No memory to maintain Service container |
Try to use less drives on the ring or contact technical support. |
SYNC |
Error |
|
12032 |
Service transfer not ready |
Internal error. Contact technical support. |
SYNC |
Error |
|
12033 |
No name |
Element 2 of drive's IDN table should contain the name of the IDN. The IDN has not been assigned a name. |
SYNC |
Error |
|
12034 |
Name transmission too short |
Drive expects more information for the IDN name. |
SYNC |
Error |
|
12035 |
Name transmission too long. |
Drive expects less information for the IDN name. |
SYNC |
Error |
|
12036 |
Name cannot be changed |
The name of the IDN may not be changed. |
SYNC |
Error |
|
12037 |
Name is write-protected at this time. |
The name of the IDN cannot be changed in the current communication phase. |
SYNC |
Error |
|
12038 |
Service transfer data unavailable |
Internal error. Contact technical support. |
SYNC |
Error |
|
12039 |
Initialization error |
An error occurred during Initialization of the SERCOS module. |
ROOT |
Fatal Fault |
Watchdog |
12040 |
Service channel hand-shake time-out. |
Service channel hand-shake time-out. Drive does not acknowledge service transmission. |
SYNC |
Error |
|
12041 |
Missing telegram(s): communication interrupted |
Controller did not receive telegram from the drive(s) in communications phase 2. This error is generated when a drive stops functioning, or when there is a timing problem on the SERCOS bus. |
SYNC |
Error |
Bring the ring down to CP0 |
12042 |
DPRAM overflow. Two many drives for this ring |
Not enough DPRAM space to allocate data structures. Try configure less cyclic data in telegrams (IDN’s 16 and 24) or use less drives. |
SYNC |
Error |
|
12043 |
Data element too long |
This error occurs when drive cannot accept long data array for the particular IDN. |
SYNC |
Error |
|
12044 |
Error calculating T2: increase cycle time or baud rate |
Error calculating MDT starting time. There is an expected time overlap between the AT's and the MDT. Either increase the cycle time, increase baud rate, simplify the telegrams, or decrease the number of drives. |
SYNC |
Error |
|
12045 |
Error calculating T3 |
Error calculating command value valid time. The time calculated for T3 exceeds the SERCOS cycle time. This may be due to different drives being on the ring, with different processing requirements. |
SYNC |
Error |
|
12046 |
Error calculating T4 |
Error calculating feedback acquisition capture point. The time calculated for T4 exceeds the SERCOS cycle time. This may be due to different drives being on the ring, with different processing requirements. |
SYNC |
Error |
|
12047 |
Error calculating TEND |
Error calculating end of transmission time. The time calculated exceeds the SERCOS cycle time. Increase the cycle time, increase baud rate, simplify the telegrams, or decrease the number of drives. |
SYNC |
Error |
|
12048 |
No service data |
Internal error. Contact technical support. |
SYNC |
Error |
|
12050 |
Attribute transmission too short |
Internal error. Contact technical support. |
SYNC |
Error |
|
12051 |
Attribute transmission too long |
Internal error. Contact technical support. |
SYNC |
Error |
|
12052 |
Attribute cannot be changed |
Element 3 of the IDN is write protected. Attribute cannot be changed. |
SYNC |
Error |
|
12053 |
Attribute is write protected at this time |
Cannot change the attribute in the current communication phase. |
SYNC |
Error |
|
12054 |
Service transfer not error-free |
Internal error. Contact technical support |
SYNC |
Error |
|
12055 |
Missing telegram(s): communication interrupted |
Controller did not receive telegram from the drive(s). This error is generated if a drive stops functioning, or if there is a timing problem on the SERCOS bus. Communication interrupted due to missing telegram(s) in communication phase 3 or communication phase 4. |
ASYNC |
Error |
Bring the ring down to CP0 |
12056 |
Wrong IDN number: the IDN must be defined |
One of the IDN’s wasn’t defined or there are no free place for this IDN. If error persists, call technical support. |
SYNC |
Error |
|
12057 |
Wrong telegram type specified in IDN15 |
Data telegram type number is out of range (0..7). |
SYNC |
Error |
|
12058 |
Wrong element number: must be in range 1..7 |
An IDN has 7 elements, each storing a different attribute of the IDN. Element number 7 is used to store the value of the IDN, and it is the element most frequently used. The element range is 1 to 7. |
SYNC |
Error |
|
12059 |
Communication phase 3 transition check failed |
Execution of CP2 to CP3 transition procedure (IDN127) failed. Check IDN 21 to obtain a list of invalid operation data. |
SYNC |
Error |
|
12060 |
Communication phase 4 transition check failed |
Execution of CP3 to CP4 transition procedure IDN#00128 failed. Check IDN 22 to obtain a list of invalid operation data. |
SYNC |
Error |
|
12061 |
Error creating MutEx for the Service channel task |
Internal error. Contact technical support |
SYNC |
Fatal Fault |
Watchdog |
12062 |
Cannot create MsgQ to provide service transmission |
Internal error. Contact technical support |
SYNC |
Fatal Fault |
Watchdog |
12063 |
Error creating Service event semaphore |
Internal error. Contact technical support. |
SYNC |
Fatal Fault |
Watchdog |
12064 |
Cannot pass communication phase 1: drive address(es) not declared. |
Drive addresses must be declared explicitly (<axis>.DRIVEADDRESS) or implicitly (SERCOS.SCAN) for the ring to be scanned. The SERCOS.SCAN property can be used for automatic scanning. |
SYNC/ ASYNC |
Error |
|
12065 |
No units |
Element 4 of drive's IDN table should contain the units of the IDN. The IDN has not been assigned units |
SYNC |
Error |
|
12066 |
Unit transmission too short. |
Internal error. Contact technical support. |
SYNC |
Error |
|
12067 |
Unit transmission too long |
Internal error. Contact technical support. |
SYNC |
Error |
|
12068 |
Unit cannot be changed |
Element 4 of the IDN is write-protected. Units cannot be changed |
SYNC |
Error |
|
12069 |
Unit is write protected at this time |
The units of the IDN cannot be changed in the current communication phase. |
SYNC |
Error |
|
12070 |
Incorrect value or value out of range |
Invalid value assignment at this statement. See the entry in the reference manual for this command. |
SYNC |
Error |
|
12071 |
Cannot proceed to communication phase 1: check baud rate and drive addresses |
This error occurs if the system cannot be advanced to communication phase 1. This can happen if the baud rates in the drives and controller are not matched. It can also happen if there is a conflict between the DRIVEADDRESS property and the SIMULATED property. If an axis is simulated, the drive address must be set to 0. If the axis is real, the simulated property must be set to 0 (Off). |
SYNC/ASYNC |
Error |
|
12072 |
The drive address has already been assigned to another axis |
Each axis must be assigned a unique drive address. There cannot be multiple drives with the same address. |
SYNC |
Error |
|
12073 |
Not valid for simulated axis |
Cannot perform this command for simulated axis |
SYNC |
Error |
|
12074 |
Invalid request for service channel transmission |
Internal error. Contact technical support. |
SYNC |
Fatal Fault |
Watchdog |
12075 |
Invalid data pointer |
Internal error. Contact technical support. |
SYNC |
Error |
|
12076 |
Unknown operation data type for this command |
Internal error. Contact technical support. |
SYNC |
Error |
|
12077 |
Cannot redefine default IDN |
Internal error. Contact technical support. |
SYNC |
Error |
|
12078 |
List of IDNs defined as cyclic data is too long |
The length of the IDN list declared by an user is too long. Try use simpler telegrams or contact technical support. |
SYNC |
Error |
|
12079 |
Cannot enable axis: System Enable property is off |
A drive cannot be enabled if the System.Enable property is OFF. Set this property to on to allow the drives to be enabled, and then enable the axis. |
SYNC |
Error |
|
12081 |
No minimum value |
Element 4 of drive's IDN table should contain the units of the IDN. The IDN has not been assigned a minimum value. |
SYNC |
Error |
|
12082 |
Minimum value transmission too short. |
Internal error. Contact technical support. |
SYNC |
Error |
|
12083 |
Minimum value transmission too long |
Internal error. Contact technical support. |
SYNC |
Error |
|
12084 |
Minimum value cannot be changed. |
Element 5 of the IDN is write-protected. Minimum value cannot be changed. |
SYNC |
Error |
|
12085 |
Minimum value is write protected at this time |
The minimum value of the IDN cannot be changed in the current communication phase. |
SYNC |
Error |
|
12086 |
Error of synchronization with the drive |
Synchronization between SERCOS driver and motion module lost |
ASYNC |
Note |
|
12087 |
Return back to CP0 due to a missed telegram |
Telegram missed in CP1 or CP2 |
SYNC |
Error |
|
12088 |
An error occurred on the drive |
Drive reports about Class 1 Diagnostic fault. Check IDN 95 to get the diagnostic message. |
ASYNC |
Error |
Drive is disabled |
12089 |
Drive does not respond |
This message is generated in CP1 when the master scans drive addresses. Check correspondence <axis>.DRIVEADDRESS property with the actual drive addresses. |
ASYNC |
Note |
|
12090 |
Drive telegram error |
Telegram received from the drive is not error-free. This message may be followed by the missing telegram error. |
ASYNC |
Note |
|
12091 |
The IDN being declared in cyclic data is not defined |
Check in drive IDN documentation if this IDN exists in drive. |
SYNC |
Error |
|
12092 |
Wrong operation data length for IDN |
Wrong operation data length was specified in definition of the IDN. |
SYNC |
Error |
|
12093 |
Receiving telegram over-run |
One of the SERCOS programming times was incorrect. Contact technical support. |
ASYNC |
Error |
|
12094 |
Telegram processing cannot follow receiving rate |
One of the SERCOS programming times was incorrect. Contact technical support. |
ASYNC |
Error |
|
12097 |
No maximum value. |
Element 6 of drive's IDN table should contain the units of the IDN. The IDN has not been assigned a maximum value. |
SYNC |
Error |
|
12098 |
Maximum value transmission too short. |
Internal error. Contact technical support. |
SYNC |
Error |
|
12099 |
Maximum value transmission too long |
Internal error. Contact technical support. |
SYNC |
Error |
|
12100 |
Maximum value cannot be changed. |
Element 6 of the IDN is write protected. Maximum value cannot be changed. |
SYNC |
Error |
|
12101 |
Maximum value is write protected at this time |
The maximum value of the IDN cannot be changed in the current communication phase. |
SYNC |
Error |
|
12114 |
Operation data transmission too short. |
Drive expects more information for the IDN data. Refer to the drive’s IDN manual. |
SYNC |
Error |
|
12115 |
Operation data transmission too long. |
Drive expects less information for the IDN data. Refer to the drive’s IDN manual. |
SYNC |
Error |
|
12116 |
Operation data cannot be changed |
The operation data of the IDN may not be changed. |
SYNC |
Error |
|
12117 |
Operation data is write protected at this time. |
The operation data of the IDN cannot be changed in the current communication phase. Refer to the drive’s IDN manual. |
SYNC |
Error |
|
12118 |
Operation data are smaller than the minimum value. |
Operation data of the IDN should be equal or greater than that defined in Element 5. |
SYNC |
Error |
|
12119 |
Operation data are greater than the maximum value. |
Operation data of the IDN should be equal or less than that defined in Element 6. |
SYNC |
Error |
|
12120 |
Invalid data (e.g., invalid bit combination for this IDN). |
The drive cannot accept the value written. Refer to description of the IDN entry in the Drive’s IDN manual. |
SYNC |
Error |
|
12121 |
Operation data are password write-protected |
Operation data are password write-protected. Refer to drive’s manual to get more information on IDN password protection. |
SYNC |
Error |
|
12122 |
IDN is configured in the MDT or AT, therefore writing to it over the service channel not permitted |
Operation data is write-protected at this time, since it is cyclically configured. |
SYNC |
Error |
|
12123 |
Invalid indirect addressing: (eg. data container, list handling) |
Internal error. Contact technical support. |
SYNC |
Error |
|
12124 |
Operation data is write protected at this time, due to other adjustments (e.g. parameter, operating mode, drive release, drive etc.). |
Refer to description of the IDN entry in the Drive’s IDN manual. |
SYNC |
Error |
|
12128 |
Procedure already activated |
Check IDNstate of this procedure. Refer to description of the IDN procedure entry in the Drive’s IDN manual for check limitation of this procedure |
SYNC |
Error |
|
12129 |
Procedure not interruptible |
This procedure can’t be interrupted. Refer to description of the IDN procedure entry in the Drive’s IDN manual for check limitation of this procedure |
SYNC |
Error |
|
12130 |
Procedure cannot be executed at this time (e.g. procedure in this phase cannot be activated) |
Refer to description of the IDN procedure entry in the Drive’s IDN manual for check limitation of this procedure |
SYNC |
Error |
|
12131 |
Procedure cannot be executed (invalid or false parameters) |
The parameter of this procedure is invalid. Refer to description of the IDN procedure entry in the Drive’s IDN manual. |
SYNC |
Error |
|