为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

资料和利时 编程软件 错误

2018-09-10 45页 doc 203KB 230阅读

用户头像

is_589139

暂无简介

举报
资料和利时 编程软件 错误3100 "Code too large. Maximum size: '' Byte (K)" 超过了最大值,减少工程大小 3101 "Total data too large. Maximum size: '' Byte (K)" 内存超过了,减少应用程序的数据存储 3110 "Error in Library ''." .hex文件并不是16进制的格式。 3111 "Library '' is too large. Maximum size: 64K" .hex文件大小超过设置的最大值 3112 "Nonr...
资料和利时 编程软件 错误
3100 "Code too large. Maximum size: '' Byte (K)" 超过了最大值,减少工程大小 3101 "Total data too large. Maximum size: '' Byte (K)" 内存超过了,减少应用程序的数据存储 3110 "Error in Library ''." .hex文件并不是16进制的格式。 3111 "Library '' is too large. Maximum size: 64K" .hex文件大小超过设置的最大值 3112 "Nonrelocatable instruction in library." .hex文件包含了一个不能改变的指令,不能连接库文件 3113 "Library code overwrites function tables." 代码范围和函数重叠 3114 "Library uses more than one segment." .hex文件中的代码使用超过一个片断。 3115 "Unable to assign constant to VAR_IN_OUT. Incompatible data types." 字符串常量指针不能转换成VAR_IN_OUT指针格式,因为数据被设置为 "near",而字符串常量设置为 " huge"或 "far",除非改变目标设置。 3116 "Function tables overwrite library code or a segment boundary." Code 166x:在当前设置下,外部库文件不能使用,必须调整。库文件必须用当前适当的设置重新编译。 3120 "Current code-segment exceeds 64K." 当前产生的代码超过64k,过多的原始代码会产生。 3121 "POU too large." 一段 POU超过了64k 3122 "Initialisation too large. Maximum size: 64K" 函数或POU初始化代码不可能超过64k 3123 "Data segment too large: segment '%s', size bytes (maximum bytes)" 请联系生产商 3130 "User-Stack too small: '' DWORD needed, '' DWORD available." 程序嵌套调用层数太多。在目标设置中,输入比较大的堆栈大小,或者没有这些选项的编译工程。 3131 "User-Stack too small: '' WORD needed, '' WORD available." 联系PLC厂商 "System-Stack too small: '' WORD needed, '' WORD available." 联系PLC厂商 "Expression too complex (too many used adress registers)." 将表达式划分成几个表达式 3132 "System-Stack too small: '' WORD needed, '' WORD available." 联系PLC厂商 3150 "Parameter of function '': Cannot pass the result of a IEC-function as string parameter to a C-function." IEC函数的结果分配了中间变量 3160 "Can't open library file ''." 库管理器中包含了库文件,但是库文件在给定的路径中并不存在 3161 "Library '' contains no codesegment" 一个 .obj文件至少必须含有一个C函数,在.obj文件中插入一个虚拟函数,可能不会定义成.lib文件。 3162 "Could not resolve reference in Library ''(Symbol '', Class '', Type '')" .obj文件包括一个无法解析的符号,请检查C编译器的设置。 3163 "Unknown reference type in Library '' (Symbol '' , Class '' , Type '')" .obj文件包含一个参考类型,无法被代码生产器解析。请检查C编译器的设置。 3200 ": Boolean expression to complex" 临时存储内存不能存下表达式,将表达式分成几个,用中间变量来存储。 3201 " (): A network must not result in more than 512 bytes of code" 中间跳不能解析,在68k目标设置中激活选项"Use 16 bit jump offsets" 3202 "Stack overrun with nested string/array/structure function calls" 嵌套函数调用 CONCAT(x, f(i))函数,可能导致数据丢失。将调用划分成两个表达式 3203 "Expression too complex (too many used adress registers)." 将表达式划分成几个表达式 3204 "A jump exceeds 32k Bytes" 跳的距离不超过 32767字节. 3205 "Internal Error: Too many constant strings" 在POU中,至少使用3000个字符串常量。 3206 "Function block data exceeds maximal size" 功能块产生最多32767字节的代码 3207 "Array optimization" 数组最优化访问失败,因为在索引计算中,函数被中断。 3208 "Conversion not implemented yet" 转换函数并不能被实际的代码生产器产生。 3209 "Operator not implemented" 操作数不能被数据类型和代码生产器产生。 3210 "Function '' not found" 调用的函数在工程中并不存在。 3211 "Max string usage exceeded" 字符串类型的变量在一个表达式中最多只能使用10次。 3212 "Wrong library order at POU " POU的库文件顺序与 cslib.hex文件顺序不匹配,以此纠正顺序。(仅在 68K目标中,如果检查选项激活) 3250 "Real not supported for 8 Bit Controller" 目标不被支持。 3251 "date of day types are not supported for 8 Bit Controller" 目标不支持 3252 "size of stack exeeds bytes" 目标不支持 3253 "Could not find hex file: '' " 目标不支持。 3254 "Call to external library function could not be resolved." 目标不支持。 3255 "Pointers are not supported for 8 bit controllers." 在8位系统中,避免在程序中使用指针。 3400 "An error occured during import of Access variables" .exp文件包括了错误访问变量 3401 "An error occured during import of variable configuration" .exp文件包含了一个不正确变量配置。 3402 "An error occured during import of global variables" .exp文件包含了不正确的全局变量。 3403 "Could not import " 在.exp文件中,对象 <名称>不正确 3404 "An error occured during import of task configuration" 任务组态中 .exp文件不正确 3405 "An error occured during import of PLC configuration" 在.exp文件中PLC配置不正确 3406 "Two steps with the name '' not found" 在.exp文件中步<名称>丢失 3408 "Successor step '' not found" 在.exp文件中步 <名称>丢失 3409 "No successing transition for step '<磏ame>' " 在 .exp文件中,转换丢失,需要步 <名称>做为领先步 3410 "No successing step for transition ''" .exp文件中,需要转换<名称>做为前提条件的步,丢失 3411 "Step '' not reachable from initial step" .exp文件中,步 <名称>和原始步之间的联系丢失 3412 "Macro '' not imported" 检查输出文件 3413 "Error during import of the CAMs." 你可以导入一个外部文件 (*.exp),它包含了在CAM中的错误信息。检查输出文件。 3414 "Error during import of the CNC program list" 你可以导入一个输出文件,包含了CNC的错误信息,检查输出文件。 3415 Error during import of the Alarm configuration" 你可以导入一个输出文件 (*.exp),包含了有关警告配置的错误信息,检查输出文件。 3450 "PDO'': Missing COB-Id!" 在PLC配置对话框中点击属性按钮,并且为PDO填入COB ID 3451 "Error during load: EDS-File '' could not be found, but is referenced in hardware configuration!" 设备文件需要的CAN配置并不在一个正确的路径中,检查路径设置 3452 "The module '' couldn't be created!" 有关模块 <名称>的设备文件与当前配置不匹配,最后在ConMaker中修改配置 3453 "The channel '' couldn't be created!" 有关通道 <名称>设备文件与当前配置不匹配。最终会被修改。 3454 "The address '' points to an used memory!" 在PLC配置中,激活选项 'Check for overlapping addresses',发现地址重叠。检查是基于模块数据类型结果的大小,而不是配置文件大小。 3455 "Error during load: GSD-File '' could not be found, but is referenced in hardware configuration!" 在配置中,需求的设备文件并不在一个正确的路径上,检查配置文件中路径设置。 3456 "The profibus device '' couldn't be created!" 模块<名称>的设备文件与当前配置不适合,配置建立后,最终会被修改的。 3457 "Error in module description!" 检查模块的设备文件。 3458 "The PLC-Configuration couldn't be created! Check the configuration files." 检查所有需求配置和设备文件是否在正确路径上。 3459 "The selected baudrate is not supported." Change the settingn in the CAN Parameter dialog. Regard the specification of the baud rate given by the GSD file. 3460 3S_CanDrv.lib has the wrong version. 确保3S_CanDrv.lib库文件在工程中,并且是最新的。 3461 "3S_CanOpenMaster.lib has the wrong version." 确保 3S_CanOpenMaster.lib库文件在工程中,并且是最新的。 3462 "3S_CanOpenDevice.lib has the wrong version." 确保 3S_CanOpenDevice.lib库文件在工程中,并且是最新的。 3463 "3S_CanOpenManager.lib has the wrong version." 确保3S_CanOpenManager.lib库文件包含在工程中,并且是最新的。 3464 "3S_CanNetVar.lib has the wrong version." 确保 3S_CanNetVar.lib库文件在工程中,并且是最新的。 3465 "CanDevice: Sub indices have to be numerated sequentially" Can设备使用参数列表中,子索引必须是顺序的,而且不中断的。在参数管理器中检查相应的列表。 3466 "CAN network variables: No CAN controller found in the PLC configuration" 在CAN网络中,有网络配置参数。在PLC配置中,并没有CAN控制器 3468 "CanDevice: Update task not available in the task configuration." 在PLC配置中,CAN设备基础设置对话框中,所定义的最新任务必须在工程中任务组态中配置。 3500 "No 'VAR_CONFIG' for ''" 在全局变量列表在哄,插入变量申明。 3501 "No address in 'VAR_CONFIG' for ''." 为在全局变量中的变量分配地址。 3502 "Wrong data type for '' in 'VAR_CONFIG" 在全局变量中,变量申明有不同的数据类型。 3503 "Wrong data type for '' in 'VAR_CONFIG'" 全局变量列表中,申明的变量有着不同的地址。 3504 "Initial values are not supported for 'VAR_CONFIG" 在variable_Configuration列表中的变量在申明时,具有地址和初始值,但是做为输入参数的初始值并没有分配一个地址。 3505 "?lt;name>抜s no valid instance path" 在 Variable_Configuration中含有一个不存在的变量。 3506 "Access path expected" 在全局变量列表中,访问变量中访问路径不正确。正确设置:<标识符>:<访问路径>:<类型>:<访问模块> 3507 "No address specification for 'VAR_ACCESS'-variables" 在全局变量列表中,访问变量含有一个地址,这是不允许的。 有效的变量定义:<标识符>:<访问路径>:<类型>:<访问模块> 3550 "Duplicate definition of identifier ''" 有两个任务定义成相同的名字,重命名其中一个。 3551 "The task '' must contain at least one program call" 插入程序调用或者删除任务。 3552 "Event variable '' in task '' not defined" 在任务属性对话框中,事件变量在 ‘Single’ 区域中设置,并不能在工程中全局申明它。使用另一个变量或者定义全局变量。 3553 "Event variable '' in task '' must be of type 'BOOL'" 在任务属性对话框'Single'区域中,事件变量是BOOL类型。 3554 "Task entry '' must be a program or global function block instance" 在程序调用功能块中,键入一个有效的程序名称。 3555 "The task entry '' contains invalid parameters" 在附加程序调用区域中,参数使用并不符合POU程序所申明的 3556 "Tasks are not supported by the currently selected target" 在当前目标系统设置中,任务组态不能使用。相应的改变目标或者修改任务组态 3557 "Maximum number of Tasks ('') exceeded" 当前所定义的任务数目超过了目标系统所允许的最多数目。相应的改变目标或者修改组态任务。注意:不要用XML编辑,组态任务的描述文件。 3558 "Priority of task '' is out of valid range between '' and ''" 在目标系统中,当前所定义的任务优先级是无效的,相应的改变任务或者调整组态任务。 3559 "Task '': Interval-Tasks are not supported by the current target" 当前组态任务中含有一个间隔任务,但是目标系统并不允许。相应改变目标或者修改任务组态 3560 "Task '': free wheeling tasks are not supported by the current target" 当前组态任务中包含了一个轮流任务,但是目标系统并不允许。相应的改变目标系统或者修改任务组态 3561 "Task '': event tasks are not supported by the current target" 当前组态任务包含事件任务,当前目标系统并不支持。相应的改变目标系统或者修改组态任务 3562 "Task '': external event tasks are not supported by the current target" 组态任务中包含外部任务,目标系统并不支持。相应的改变目标系统或者修改组态任务 3563 "The interval of task '' is out of valid range between '' and ''" 在任务组态对话框中,改变间隔值 3564 "The external event '' of task '' is not supported by the current target" 目标系统并不支持在组态任务中定义的外部事件任务,相应的改变目标系统或者修改组态任务 3565 "Maximum number of event tasks ('') exceeded" 目标系统并不允许与定义同样多得事件任务,相应的改变目标系统或者组态任务 3566 "Maximum number of interval tasks ('') exceeded" 目标系统不允许有与定义相同的间隔任务,相应的改变目标或者配置 3567 "Maximum number of free wheeling tasks ('') exceeded" 目标系统并不允许与定义一样多的轮换任务,相应的改变目标或者配置 3568 "Maximum number of external interval tasks ('') exceeded" 目标系统并不允许与定义相同多的外部间隔任务。相应的改变目标或者修改配置 3569 "POU '' for system event '' not defined" 命名系统事件所调用的POU,在任务组态中定义了,但是工程中却不存在。相应的修改组态组态或者确保POU在工程中可见 3570 "The tasks '' and '' share the same priority" 修改组态任务,以至于每一个任务都有一个不同优先级 3571 "The library 'SysLibCallback' is not included in the project! System events can not be generated." 为了创建事件任务,需要SysLibCallback.lib库文件。在库管理器中,链接此库文件到工程中,或者修改组态任务,没有任务被事件触发 3600 "Implicit variables not found!" 采用命令rebuild all,如果再次得到错误消息,请连续PLC厂商。 3601 " is a reserved variable name" 在工程中,给定的变量被申明,尽管它被保留到代码生成器中,重新命名变量 3610 " '' not supported" 当前编程系统的版本不支持给定的特征 3611 "The given compile directory '' is invalid" 在工程路径中给出了无效的路径 3612 "Maximum number of POUs () exceeded! Compile is aborted." 在工程中,应用太多的POU和数据类型。在目标系统/内存设计中修改POU最多数目 3613 "Build canceled" 编译过程被用户取消 3614 "Project must contain a POU named '' (main routine) or a taskconfiguration" 在程序中创建一个初始POU或者建立一个任务组态 3615 " (main routine) must be of type program" 在工程中使用的初始POU,并不是程序类型 3616 "Programs musn't be implemented in external libraries" 工程应该被保存做为外部库文件,当没有被保存做为库文件时候,使用库文件就会出错 3617 "Out of memory" 在计算机中增加虚拟内存 3618 "BitAccess not supported in current code generator!" 目标系统中代码生成器并不支持变量的位访问 3619 "Object file '' and library '' have different versions!" 确保库文件与*.lib、 *.obj和 *.hex文件版本相复合,这些文件有着相同的版本 3620 "The POU '' must not be present inside a library" 保存工程做为库,版本为2.1,在这个版本的库中,不含有PLC_PRG对象,采用不同的POU名称 3700 " POU with name ?lt;name>' is already in library ''" 在工程中,使用POU名称,做为POU库也被使用,重新命名POU 3701 "Name used in interface is not identical with POU Name" 使用“工程”“重命名工程”命令在对象管理器中重命名POU,或者在申明窗口中改名POU名称。POU名称被关键字PROGRAM,FUNCTION,FUNCTIONBLOCK,其中一个所代替 3702 "Overflow of identifier list" 一个变量申明中只能存在100个标识符 3703 "Duplicate definition of identifier ''" 在POU部分申明中,仅有一个标识符 3704 "data recursion: " -> -> .. -> " 使用功能块实例,自己调用自己 3705 ": VAR_IN_OUT in Top-Level-POU not allowed, if there is no Task-Configuration" 创建一个任务组态,确保在PLC_PRG中没有 VAR_IN_OUT变量 3720 "Address expected after 'AT'" 在关键字AT之后增加有效的地址或者修改关键字 3721 "Only 'VAR' and 'VAR_GLOBAL' can be located to addresses" 在VAR或者 VAR_GLOBAL申明区中设置申明 3722 "Only 'BOOL' variables allowed on bit addresses" 地址被分配后,修改变量地址或变量类型 3726 "Constants can not be laid on direct addresses" 修改相应的分配地址 3727 "No array declaration allowed on this address" 修改相应的分配地址 3728 "Invalid address: '
'" PLC配置不支持这个地址,检查PLC配置或修改地址 3729 "Invalid type '' at address: '' " 在给定地址中这个变量的类型不能被替换 3740 "Invalid type: '' " 在变量申明中,使用无效的数据类型 3741 "Expecting type specification" 关键字或运算符替代有效类型标识符 3742 "Enumeration value expected" 希望出现枚举类型的标识符 3743 "Integer number expected" 枚举型变量可用整型初始化 3744 "Enum constant '' already defined" 检查你是否根据下面规则定义枚举类型的值 · 在枚举类型中,定义所有的值都必须是唯一的 · 在全局枚举类型中,定义所有的值都必须是唯一的 · 在局部枚举类型中,定义所有的值都必须是唯一的 3745 "Subranges are only allowed on Integers!" Subrange类型仅能被定义为整数类型 3746 "Subrange '' is not compatible with Type ''" 子类型范围超出有效基础类型范围 3747 "unknown string length: ''" 对于字符串长度的定义,无效的常量使用 3748 "More than three dimensions are not allowed for arrays" 一个数组超过允许三维数组定义 3749 "lower bound '' not defined" There is a not defined constant used to define the lower limit for a subrange or array type. 3750 "upper bound '' not defined" There is a not defined constant used to define the upper limit for a subrange or array type. 3751 "Invalid string length ''" 字符串长度定义超过了目标系统所定义的最大长度 3760 "Error in inital value" 对应不同的数据类型,使用一个初始值。在申明对话框中,改变申明。 3761 "'VAR_IN_OUT' variables must not have an inital value." 在 VAR_IN_OUT变量声明中,删除初始值 3780 "'VAR', 'VAR_INPUT', 'VAR_OUTPUT' or 'VAR_IN_OUT' expected" 在POU名称后第一行必须包含下面其中一个关键字VAR,'VAR_INPUT', 3781 "'END_VAR' or identifier expected" 在声明窗口开始行,键入一个有效标识符 3782 "Unexpected end" 在声明编辑器中,在声明部分的结尾处增加关键字END_VAR 在编程部分文本编辑器中,增加一条指令中断最后一条指令 3783 "END_STRUCT' or identifier expected" 确保类型声明被正确中断 3784 "The current target doesn't support attribute " 目标系统不支持此类型变量 3800 "The global variables need too much memory. Increase the available memory in the project options." 在对话框“工程”“选项”“编译”中,增加数据段的数目 3801 "The variable '' is too big. ( byte)" 所使用的变量超过一个数据断长度。端大小由目标指定参数决定,能够被目标设置/内存设计所改变。如果你不能找到当前目标设置,请连续PLC生产商 3802 "Out of retain memory. Variable '', bytes." 保持变量的内存空间已经耗尽,在目标设置/内存设计中,内存大小被设置。如果不能找到设置区,请联系PLC厂商。(请注意:如果在功能块实例中使用保持变量,完整的POU实例将被存储到一个保持内存区) 3803 "Out of global data memory. Variable '', ?lt;number>?bytes." 全局变量的内存空间被耗尽。内存大小由目标设置/内存设计所决定。如果不能找到相应的设置区,联系PLC厂商 3820 "'VAR_OUTPUT' and 'VAR_IN_OUT' not allowed in functions" 在函数中,输入或者输出变量不能被定义 3821 "At least one input required for functions" 为函数至少增加一个输入参数 3840 "Unknown global variable ''!" 在POU中,一个VAR_EXTERNAL变量被使用,没有声明的全局变量 3841 "Declaration of '' do not match global declaration!" VAR_EXTERNAL变量声明的类型与全局变量声明的类型不一样 3900 "Multiple underlines in indentifier" 删除标识符名称的多个下划线 3901 "At most 4 numerical fields allowed in addresses" 超过四个水平的直接分配的地址 3902 "Keywords must be uppercase" 关键字都是大写字母 3903 "Invalid duration constant" 常量符号并不遵照IEC61131-3标准格式 3904 "Overflow in duration constant" 时间常量的值不能用国内格式表示,最大值是#49d17h2m47s295ms 3905 "Invalid date constant" 常量符号不遵守IEC61131-3格式 3906 "Invalid time of day constant" 常量符号不遵守IEC61131-3标准格式 3907 "Invalid date and time constant" 常量格式不遵守IEC61131-3标准格式 3908 "Invalid string constant" 字符串常量包含了无效的字符 4000 "Identifier expected" 在此位置上,输入一个有效的标识符 4001 "Variable '' not declared" 声明全局变量或者局部变量 4010 "Type mismatch: Cannot convert '' to ''." 检查操作符所要求的数据类型,引起错误的变量类型改变,或者选择另一个变量 4011 "Type mismatch in parameter '' of '': Cannot convert '' to ''." 参数类型不能自动转换,使用类型转换或者另一个变量类型 4012 "Type mismatch in parameter '' of '': Cannot convert '' to ''." 4013 "Type mismatch in output '' of '': Cannot convert '' to ''." A value with the invalid type is assigned to the output variable ''. Replace the variable or constant to one of type or use a type conversion respectively a constant with type-prefix. 4014 "Typed literal: Cannot convert '' to ''" 常量类型不能遵照前缀类型 举例:SINT#255 4015 "Data type ?lt;name>' illegal for direct bit access" 只有整形和位串类型的数据才可以使用位地址。如果变量数据类型是REAL或LREAL,可以通过..访问位地址 4016 "Bit index '' out of range for variable of type ''" 你试图访问位,在变量数据类型中并没有定义 4017 "'MOD' is not defined for 'REAL'" MOD运算符仅能应用于整数和位字符串数据类型 4020 "Variable with write access or direct address required for 'ST', 'STN', 'S', 'R'" 用具有写访问权限的变量替代第一个操作数 4021 "No write access to variable '' allowed" 用具有写访问权限的变量替代变量 4022 "Operand expected" 在命令后,增加操作数 4023 "Number expected after '+' or '-'" 键入一个数字 4024 "Expecting or or ... before ''" 在指定位置处,键入一个有效的操作数 4025 "Expecting ':=' or '=>' before ''" 在命名位置处,键入两个操作数中的一个 4026 "'BITADR' expects a bit address or a variable on a bit address" 使用一个有效的位地址 4027 "Integer number or symbolic constant expected" 键入一个整数或者有效常量的标识符 4028 "'INI' operator needs function block instance or data unit type instance" 检查INI操作数所使用的变量数据类型 4029 "Nested calls of the same function are not possible." 在非递归中或者仿真模式模式下,函数调用可能并不包含调用自己做为参数 举例: fun1(a,fun1(b,c,d),e) 4030 "Expressions and constants are not allowed as operands of 'ADR'" 用变量或者直接地址代替常量或者表达式 4031 "'ADR' is not allowed on bits! Use 'BITADR' instead." 使用BITADR。注意:BITADR函数并不返回物理内存地址 4032 "’’ operands are too few for ''. At least ‘’ are needed" 检查运算符需要多少操作数,增加丢失的操作数 4033 "’’ operands are too many for ''. At least ‘’ are needed" 检查运算符需要多少操作数,删除多余的操作数 4034 "Division by 0" 在一个常量表达式中,使用除数被0除。 4035 "ADR must not be applied on 'VAR CONSTANT' if 'replaced constants' is activated" 如果在“工程”“选项”“编译”对话框中,不激活选项“替换常数”。直接访问常数的位地址是不行的 4040 "Label '' is not defined" 用定义标签,或者改变名字 4041 "Duplicate definition of label ''" 标签在POU中是多个定义。重命名标签或者删除其中一个定义 4042 "No more than labels in sequence are allowed" 跳转标签数目被限定在''中,插入一个空指令 4043 "Format of label invalid. A label must be a name optionally followed by a colon." 标签名称是无效的或者在定义中冒号丢失了 4050 "POU '%s' is not defined" 用命令“工程”“对象”“增加对象”定义一个POU 4051 "'%s' is no function" 使用 ,可以替换在工程或者库文件中函数名称 4052 "'' must be a declared instance of FB ''" 使用数据类型实例,在工程中定义的,或者改变类型 4053 "'' is no valid box or operator" 用POU名称或者在工程中定义的运算符,来替代'' 4054 "POU name expected as parameter of 'INDEXOF'" 给定的参数并不是有效的POU名称 4060 "'VAR_IN_OUT' parameter '' of '' needs variable with write access as input" 具有写权限的VAR_IN_OUT参数变量handed over,因为一个VAR_IN_OUT在POU中能被修改 4061 "'VAR_IN_OUT' parameter '' of '' must be used." 一个VAR_IN_OUT参数可以有写访问权限,因为VAR_IN_OUT变量可以在程序中进行修改 4062 "No external access to 'VAR_IN_OUT' parameter '' of ''." 在程序中VAR_IN_OUT参数具有写或读的访问权限,因为它们可以引用使用 4063 "'VAR_IN_OUT' parameter '' of '' must not be used with bit addresses." 一个位地址不是有效的物理地址。 4064 "'VAR_IN_OUT' must not be overwritten in local action call!" 删除参数设置在本地动作调用中VAR_IN_OUT变量 4070 "The POU contains a too complex expression" 将一个表达式划分为几个表达式,来删除嵌套深度。用中间变量来达到此目的 4071 "Network too complex" 将节分成几个子节 4072 "Inconsistent use of an action identifier in FB type ('') and instance ('')." 定义一个功能块两个动作,举例a1和a2,用FBD调用其中一个动作,你可以使用一个类型,相应的改变名字 4100 "'^' needs a pointer type" 一个变量没有被声明为指针类型 4110 "'[]' needs array variable" 变量中使用[],是被声明做为数组的下标 4111 "Index expression of an array must be of type 'INT'" 使用正确类型的表达式或者类型转换 4112 "Too many indexes for array" 检查数组索引,删除多余索引 4113 "Too few indexes for array" 检查数组索引,增加丢失的索引 4114 "One of the constant indizes is not within the array range" 确保所使用的索引在数组范围内 4120 "'.' needs structure variable"" 在点号左边的标识符必须是STRUCT或 FUNCTION_BLOCK变量类型,或者是FUNCTION或 PROGRAM名称 4121 " '' is not a component of " ''组件不包含对象定义 4122 "'' is not an input variable of the called function block" 调用功能块中检查输入变量,改变其中 ‘' 4200 "'LD' expected" 在IL编辑器中跳标签后,至少插入一个LD指令 4201 "IL Operator expected" 每一个IL指令必须以一个运算符活和跳转标签开始 4202 "Unexpected end of text in brackets" 在文本后,插入一个结束括号 4203 " in brackets not allowed" 在IL括号表达式中,运算符是无效的 4204 "Closing bracket with no corresponding opening bracket" 括弧不匹配 4205 "No comma allowed after ')'" 在)后删除逗号 4206 "Label in brackets not allowed" 跳转标签不能在一个括号内出现 4207 "'N' modifier requires operand of type 'BOOL','BYTE','WORD' or 'DWORD'" N修饰符修饰一个BOOL类型,表示否定 4208 "Conditional Operator requires type 'BOOL'" 确保表达式给出布尔类型结果或者使用类型转换 4209 "Function name not allowed here" 用变量或者常量代替函数调用 4210 "'CAL', 'CALC' and 'CALN' require a function block instance as operand" 声明一个你想调用的功能块实例 4211 "Comments are only allowed at the end of line in IL" 注释加在行的末端 4212 "Accumulator is invalid before conditional statement" 没有定义累加器。一个指令执行,却没有结果返回 4213 "'S' and 'R' require 'BOOL' operand" 使用布尔变量 4250 "Another 'ST' statement or end of POU expected" 此行并不是一个有效的ST指令开始 4251 "Too many parameters in function ''" 在函数中声明的参数多于定义的参数 4252 "Too few parameters in function ''" 函数中声明的参数少于定义的参数 4253 "'IF' or 'ELSIF' require 'BOOL' expression as condition" IF和ELSIF判断条件为布尔类型 4254 "'WHILE' requires 'BOOL' expression as condition" WHILE判断条件为布尔类型 4255 "'UNTIL' requires 'BOOL' expression as condition" UNTIL判断条件为布尔类型 4256 "'NOT' requires 'BOOL' operand" NOT判断条件为布尔类型 4257 "Variable of 'FOR' statement must be of type 'INT'" FOR声明语句中,计算循环的变量是一个整型或者位串数据类型。(例:DINT, DWORD,UINT) 4258 "Expression in 'FOR' statement is no variable with write access" FOR声明语句中,循环次数变量具有写权限 4259 "Start value in 'FOR' statement is no variable with write access" FOR指令中循环统计变量的开始值必须与变量的类型相匹配 4260 "End value of 'FOR' statement must be of type 'INT'" FOR指令中循环统计变量的结束值必须与变量类型相匹配 4261 "Increment value of 'FOR' statement must be of type 'INT'" FOR语句中,循环统计变量的增量值必须与变量类型相匹配 4262 "'EXIT' outside a loop" 仅在 'FOR', 'WHILE'或'UNTIL'语句中使用‘EXIT’ 4263 "Expecting Number, 'ELSE' or 'END_CASE'" 在CASE表达式中,可以使用数字,ELSE指令或者结束指令“END_CASE” 4264 "'CASE' requires selector of an integer type" 在CASE语句中,选择器为整型或者位串数据类型(DINT, DWORD) 4265 "Number expected after ','" 在CASE语句中,逗号之后必须插入一个选项 4266 "At least one statement is required" 在分号中,至少插入一条指令 4267 "Function block call requires function block instance" 功能块调用标识符不是实例,声明功能块实例或者采用已存在实例的名称。 4268 "Expression expected" 插入一个表达式 4269 "'END_CASE' expected after 'ELSE'-branch" ELSE语句之后用END_CASE语句做为结束语句 4270 "'CASE' constant '' already used" 在CASE语句中,选项仅使用一次。 4271 "The lower border of the range is greater than the upper border." 修改选项范围,确保小的选项小于大的选项 4272 "Expecting parameter '' at place in call of ''!" 函数调用中包含参数名称和参数的值。参数位置必须与函数定义中位置一致 4273 Parts of the 'CASE'-Range '' already used in Range '' Make sure that the areas for the selectors which are used in the CASE instruction, don’t overlap. 4274 "Multiple 'ELSE' branch in 'CASE' statement" CASE指令中含有ELSE指令 4300 "Jump requires 'BOOL' as input type" RETURN指令返回是一个布尔表达式 4301 "POU '' need exactly inputs" 在POU中,输入值数目与VAR_INPUT和VAR_IN_OUT参数数目不一致 4302 "POU '' need exactly %d outputs". 在POU中,输出值的数目与 VAR_OUTPUT变量数目相对应。 4303 "'' is no operator" 用有效的运算符代替 '' 4320 "Non-boolean expression '' used with contact" 转换信号必须是一个布尔表达式 4321 "Non-boolean expression '' used with coil" 线圈输出变量必须是布尔类型 4330 "Expression expected at input 'EN' of the box '' " 分配一个输入值或者表达式到POU的输入EN中 4331 "Expression expected at input '' of the box '' " POU运算符的输入不能指定 4332 Expression expected at input '' of the box ''" POU的输入值是VAR_IN_OUT类型,不能指派 4333 "Identifier in jump expected" 给定的跳转标记不是一个有效的标识符 4334 "Expression expected at the input of jump" 在跳转的输入分配一个布尔表达式,如果为真,跳转就执行 4335 "Expression expected at the input of the return" 在RETURN指令的输入端指派一个布尔表达式,如果为真,跳转就执行 4336 "Expression expected at the input of the output" 在输出框指派一个恰当的表达式 4337 "Identifier for input expected" 在输入框插入有效表达式或者标识符 4338 "Box '' has no inputs" To none of the inputs of the operator POU '' a valid expression is assigned. 4339 "Typemismatch at output: Cannot convert '' to ''. 输出框的表达式类型与所指定的表达式类型不匹配 4340 "Jump requires 'BOOL' as input type" 跳转输入是一个布尔表达式 4341 "Return needs a boolean input" RETURN指令的输入是一个布尔表达式 4342 "Expression expected at input 'EN' of the box ''" EN输入框是一个布尔表达式 4343 "Values of Constants: ?lt;name>?quot; 输入框被声明为一个VAR_INPUT常量,在“编辑参数”的对话框中,指定的表达式类型不匹配 4344 "'S' and 'R' require 'BOOL' operand" 在设置/复位指令后,插入布尔表达式 4345 "Unzul鋝siger Typ f黵 Parameter '' von '': Kann '' nicht in '' konvertieren." POU框中表达式类型不匹配 4346 "Not allowed to use a constant as an output" 你仅能指定输出值到变量中,或者直接到地址中 4347 "'VAR_IN_OUT' parameter needs variable with write access as input" VAR_IN_OUT参数具有写权限,在POU中可以被修改 4350 "An SFC-Action can not be accessed from outside!" 在SFC中,SFC动作被调用。 4351 "Step name is no identifier: ''" 重新命名步,或者选择一个有效的标识符做为步名称 4352 "Extra characters following valid step name:''" 在步名称中,删除无效的字符 4353 "Step name duplicated: ''" 删除其中一个步 4354 "Jump to undefined Step: ''" 选择已经存在的步做为跳转的目标,用插入步 4355 "A transition must not have any side effects (Assignments, FB-Calls etc.)" 转换必须式布尔表达式 4356 "Jump without valid Step Name: '' " 使用有效的标识符做为跳转目标 4357 "IEC-Library not found" 检查iecsfc.lib库文件是不在库管理器中,工程中库路径是否正确 4358 "Action not declared: ''" 在对象管理器中,IEC步动作插入SFC下,动作名称在限定词的右边 4359 "Invalid Qualifier: ''" 动作名称在框的左边键入IEC动作限定符 4360 "Time Constant expected after qualifier ''" 时间常量在限定符后面 4361 "'' is not the name of an action" Enter next to the box on the right hand of the qualifier the name of an action or the name of a variable which is defined in the project. 4362 "Nonboolean expression used in action: ''" Insert a boolean variable or a valid action name. 插入布尔变量或者有效动作名称 4363 "IEC-Step name already used for variable: ''" 重命名步或者变量 4364 "A transition must be a boolean expression" 转换表达式结果必须式布尔类型 4365 "Time Constant expected after qualifier ''" 打开“步属性”对话框,步键入有效的时间变量或者时间常量 4366 "The label of the parallel branch is no valid identifier: ''" 跳转标签是一个有效的标识符 4367 "The label '' is already used" 跳标签名称或步名称已经存在。请重新命名 4368 "Action '' is used in multiple step chains, where one is containing the other!" 在POU中动作 4369 "Exactly one network requried for a transition" 在转换中,采用FBD或者LD网络,减少网络 4370 "Additional lines found after correct IL-transition" 删除在转换末端不需要的行 4371 "Invalid characters following valid expression: '" 在转换末端,删除不需要的字符 4372 "Step '': Time limit needs type 'TIME'" 在步属性中,定义步的时间限制,采用时间类型变量或正确时间格式的时间 4373 "IEC-actions are only allowed with SFC-POUs" 在不是SFC语言写的POU中,指定了动作,可能用SFC语言编程,包含IEC动作。用一个不是IEC的动作来代替 4374 "Step expected instead of transition ''" 用SFC写的POU出错,可能是由于出口或者入口动作导致 4375 "Transition expected instead of step ''" 用SFC语言写的POU出错,可能是由于输出输入动作导致 4376 "Step expected after transition ''" 用SFC语言写的POU出错,可能是由于输出输入动作导致 4377 "Transition expected after step ''" 用SFC语言写的POU出错,可能是由于输出输入动作导致 4400 Import / conversion of POU '' contains errors resp. is not complete." The POU cannot be converted to IEC 61131-3 completely. 4400 Import / conversion of POU '' contains errors resp. is not complete." POU不能完全转换成 IEC 61131-3标准 4402 "Direct access only allowed on I/Os." 只能访问做为输入输出的变量 4403 "STEP5/7 instruction invalid or not convertible to IEC 61131-3." 一些STEP5/7命令不能转换成IEC 61131-3标准 4404 "STEP5/7 operand invalid or not convertible to IEC 61131-3." STEP5/7操作数不能转换成 IEC 61131-3标准 4405 "Reset of a STEP5/7 timer cannot be converted into IEC 61131-3." IEC定时器没有复位输入 4406 "STEP5/7 Counter constant out of range (max. 999)." 无效的BCD代码统计常量 4407 "STEP5 instruction not convertible to IEC 61131-3." STEP5/7指令不能转换成IEC 61131-3标准 4408 "Bit access of timer or counter words not convertible into IEC 61131-3." 特殊的定时/计算命令不能转换成IEC 61131-3标准 4409 "Contents of ACCU1 or ACCU2 undefined, not convertible into IEC 61131-3." A command, which connects the both accus, cannot be converted, because the accu values are not defined. 4410 "Called POU not in project." 导入调用的POU 4411 "Error in global variable list." 检查SEQ文件 4412 "Internal error no.11" 联系PLC厂商 4413 "Error in format of line in data block" 在导入的代码中,有错误日期 4414 "FB/FX name missing." 在最初的S5D文件中,POU符号名称丢失 4415 "Instruction after block end not allowed." 可保护的POU不能被导入 4416 "Invalid command" S5/S7命令不能被分解 4417 "Comment not closed" 丢失“)” 4418 "FB/FX-Name too long (max. 8 characters)" POU的符号名称太长了 4419 "Expected format of line ""(* Name: *)"" " 改正相应的行 4420 "Name of FB/FX parameter missing" 检查POU 4421 "Type of FB/FX parameter invalid" 检查POU 4422 "Type of FB/FX parameter missing" 检查POU 4423 "Invalid FB/FX call parameter" 检查POU接口 4424 "Warning: FB/FX for call either missing or parameters invalid or has '0' parameters" 调用的POU不能被导入,或者不正确或者没有参数(你可能忽略错误消息) 4425 "Definition of label missing" 跳转标签没有定义 4426 "POU does not have a valid STEP 5 block name, e.g. PB10" 修改POU名称 4427 "Timer type not declared" 在全局变量列表中,增加定时器的声明 4428 "Maximum number of open STEP5 brackets exceeded" 不能超过7个“(” 4429 "Error in name of formal parameter" 参数名称不能超过4个字符 4430 "Type of formal parameter not IEC-convertible" 在IEC 61131-3标准的定时器中,计算器和POU不能转换成做为形参 4431 "Too many 'VAR_OUTPUT' parameters for a call in STEP5 STL" POU可能包含超过16正式参数做为输出 4432 "Labels within an expression are not allowed" IEC 61131-3标准中,跳转标签可以插入到任何想要的地方 4434 "Too many labels" POU可能包含超过100标签 4435 "After jump / call, a new expression must start" 跳转后,必须调用一个LD命令 4436 "Bit result undefined, not convertible to IEC 61131-3." VKE使用的命令不能被转换,因为VKE值未知 4437 "Type of instruction and operand are not compatible" 位命令用于字操作数 4438 "No data block opened (insert instruction C DB before)" 插入“A DB” 4500 "Unrecognized variable or address" 监控变量不能在工程中声明,按,可以得到输入帮助,可列出声明变量 4501 "Extra characters following valid watch expression" 删除多余的符号 4520 "Error in Pragma: Flag expected before ''!" The pragma is not correct. Check whether ?lt;Name>' is a valid flag. 4521 "Error in Pragma: Unexpected element ''!" Check whether pragma is composed correctly. 4522 "flag off' pragma expected!" Pragma has not been terminated, insert a 'flag off' instruction. 4523 "Pragma {} not allowed in interface of type ''" Das Pragma cannot be used at this location. Please see the CoDeSys Online Help resp. Users Guide, keyword 'pragma' for the correct use of pragmas. 4550 "Index out of defined range : Variable OD "number>, Line ." 索引在目标设置或网络功能中定义 4551 "Subindex out of defined range : Variable OD "number>, Line ." 子索引在目标设置或网络功能中定义 4552 "Index out of defined range : Parameter OD "number>, Line ." 索引在目标设置或网络功能中定义 4553 "Subindex out of defined range : Parameter OD "number>, Line ." 子索引在目标设置或网络功能中定义 4554 "Variablename invalid: Variable OD , Line ." 键入有效的工程变量,语法:<变量名称>,全局变量是<变量名称> 4555 "Empty table-entry, input not optional: Parameter OD , Line 必须有一个入口 4556 "Empty table-entry, input not optional: Variable OD , Line " 必须有一个入口 4557 "The required parameter memory is too large" 从参数列表到控制器载入的最大数据能够被执行。目标系统定义的大小。在编译中,消息窗口显示数据大小信息,减少参数列表大小 4558 "The required variable memory is too large" 从参数列表到控制器载入的最大数据能够被执行。目标系统定义的大小。在编译中,消息窗口显示数据大小信息,减少参数列表大小 4560 "Invalid value: Dictionary '', column '', line ''" 检查入口:依赖于有效的属性定义。用参数管理器中XML描述文件,定义目标设置,如果没有描述文件,使用标准设置 4561 "Column not defined: ''" Entries in a column of the parameter list refer to another column, which is not defined however. The column definitions are given by the description file (XML) of the Parameter Manager for the current target. If a description file is not available, standard settings are used. 4562 "Index/subindex used already: Dictionary '', line ''" 在整个参数列表中,索引/子索引联合必须是唯一的。在参数访问中使用。相应的纠正索引 4563 "Identifier '' used already: Dictionary '', line ''" 参数列表中名称必须是唯一的,因为参数访问使用 4564 "Index '' is out of range: Dictionary '', line '' " 在目标设置中定义的范围内,输入索引。 4565 "Subindex '' is out of range: Dictionary '', line '' " 目标设置范围内键入索引, 4566 "An error occurred during import of the parameter manager" 导入包含在参数管理中有错误信息的外部文件,检查*.exp文件 4600 "Networkvariables: '' expression is not from type bool!" 在网络变量属性对话框中选项 'Transmit on event',中定义的变量,它的类型是布尔形 4561 "Column not defined: ''" Entries in a column of the parameter list refer to another column, which is not defined however. The column definitions are given by the description file (XML) of the Parameter Manager for the current target. If a description file is not available, standard settings are used. 4562 "Index/subindex used already: Dictionary '', line ''" 在整个参数列表中,索引/子索引联合必须是唯一的。在参数访问中使用。相应的纠正索引 4563 "Identifier '' used already: Dictionary '', line ''" 参数列表中名称必须是唯一的,因为参数访问使用 4564 "Index '' is out of range: Dictionary '', line '' " 在目标设置中定义的范围内,输入索引。 4565 "Subindex '' is out of range: Dictionary '', line '' " 目标设置范围内键入索引, 4566 "An error occurred during import of the parameter manager" 导入包含在参数管理中有错误信息的外部文件,检查*.exp文件 4600 "Networkvariables: '' expression is not from type bool!" 在网络变量属性对话框中选项 'Transmit on event',中定义的变量,它的类型是布尔形 4650 "AxisGroup '': Task '' does not exist." In the PLC Configuration in the definition of the axis group (dialog 'Module parameters', column 'Value') there is a name defined for the task which is controlling the data transfer of this axis group, which is not known in the Task Configuration. Correct Task Configuration resp. PLC Configuration correspondingly. 4651 "AxisGroup '': Cycletime (dwCycle) not set." 在“模块参数”对话框中,键入一个循环时间的值 4670 "CNC program '': Global variable '' not found." 在CNC程序中,使用在工程中没有定义的全局变量。增加变量声明,或者改正CNC程序中变量分配 4671 "CNC program '': Variable '' has an incompatible type." 在CNC程序中为一个指令分配一个变量,此变量声明了数据类型,但是在此并不是有效的。使用另一个变量,或者纠正变量类型 4685 "CAM '': CAM table type unknown." 检查在CAM编辑对话框中“编译选项”中所指定的数据类型 4686 "CAM '': CAM point exceeds datatype range." 在CAM点中,超出了数据范围。当前定义数据范围参考CAM编辑器中对话框“编译选项”中定义 4700 "'' (''): Watch expression '' is not a numeric variable." 视图化配置中,变量不是用数字表示。 4701 "'' (''): Watch expression '' is not of type BOOL." 视图化配置中,变量不是布尔类型 4702 "'' (''): Watch expression '' is not of type STRING." 视图中变量不是字符串类型,尽管在此处需要字符串类型变量 4703 "'' ('' ): Invalid watch expression ''" 视图含有无效变量 4704 "''(''): Invalid initial value in watchlist ''." 在监控列表中,有错误的初始值,检出监控列表 4900 "Invalid type for conversion" 当前代码生成器不支持类型转换
/
本文档为【资料和利时 编程软件 错误】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索