|
U01001300 |
It is not possible to interpret command '&01'.
Explanation: An error was found when checking the script syntax. Reason: * The specified script element does not exist. Solution: Perhaps a typing mistake? Search for the required script statement or function in the UC4 Documentation. &01 = Command
|
|
U01001301 |
Program is nested to depth '&01'. The instruction '&02' is missing.
Explanation: * :IF statements must always be closed with :ENDIF, regardless of optionally used :ELSE branches. * :WHILE statements must always be closed with :ENDWHILE. Solution: We recommend indenting the nested script lines in order to keep a clear overview. As the colon represents a statement, it must always be the first character of the line. Example: :IF &archive# = 'N' : IF &reorganize# = 'N' : SET &start# = 'N' : ENDIF :ENDIF &01 = Affected nesting &02 = Missing statement
|
|
U01001302 |
Program is nested to depth '&01'. The instructions '&02' are missing.
Explanation: * :IF statements must always be closed with :ENDIF, regardless of optionally used :ELSE branches. * :WHILE statements must always be closed with :ENDWHILE. Solution: We recommend indenting the nested script lines in order to keep a clear overview. As the colon represents a statement, it must be the first character of the line. Example: :IF &archive# = 'N' : IF &reorganize# = 'N' : SET &start# = 'N' : ENDIF :ENDIF &01 = Affected nesting &02 = Missing statement
|
|
U01001303 |
Invalid variable name '&01'. Begin with a letter or valid special character.
Explanation: Names of script variables may be composed of a maximum of 32 alpha-numerical characters including the special characters "_", "@", "§" and "#". German Umlauts are not permitted. The name's first character must be a "&" and the second one must not be a number. &01 = Invalid script variable name
|
|
U01001304 |
No more memory. Error code '&01'.
|
|
U01001305 |
Maximal length of the variable name '&01': 32 characters. The index of an array is part of the variable name.
&01 = Invalid script variable name
|
|
U01001306 |
Variable name '&01' contains invalid characters.
The name of a script variable consists of a maximum of 32 alphanumeric characters, including the special characters "_", "@", "§" and "#". "Umlauts" are not allowed. The first character of the name has to be an "&". The second must not be a number. &01 = Invalid script variable name
|
|
U01001307 |
A variable name with the length 0 is not allowed.
A variable name is composed of the characters "&" and a freely selectable description. Example: &NUMBER#
|
|
U01001308 |
Variable '&01' has not yet been defined.
Explanation: You use a script variable in this line which has not previously been defined. Define it inserting the :SET statement for this variable. Example: :SET &NUMBER# = 0 &01 = Invalid script variable name
|
|
U01001309 |
A literal was ended abnormally. '&01' missing.
Explanation: Script literals must always be written in apostrophes (') or double (") quotes. Beispiel: "UC4 Operations Manager" 'UC4 Operations Manager' &01 = Missing character
|
|
U01001310 |
Function '&01' is not defined.
Explanation: An error was found when checking the script syntax. Reason: * The specified script element does not exist. Perhaps a typing error? Search for the script statement or function required for this task in the UC4 Documentation. * One or several parameters were incorrectly set (e.g. missing apostrophes). &01 = Function
|
|
U01001311 |
The instruction is missing a comma before parameter '&01'.
&01 = Affected parameter
|
|
U01001312 |
Variable name '&01' is not allowed. A variable with the name '&02' already exists.
Explanation: The name of a script variable must not start with the same term as another script variable. Example: "&TESTPLAN" and "&TEST" is not possible as the term "&TEST" is not unique. Use another term or add a special character such as e.g. "&TEST_#" to the variable name "&TEST".
|
|
U01001313 |
Error appeared in object '&01', line '&02'.
&01 = object name &02 = line number
|
|
U01001314 |
The operator '&01' is not allowed or defined.
Explanation: Permitted operators are: = ... equal <> ... not equal < ... less than > ... greater thanr <= ... less than or equals >= ... greater than or equals &01 = Operator
|
|
U01001315 |
'(' is missing in function '&01'
&01 = Function name
|
|
U01001316 |
')' is missing in function '&01'
&01 = Function name
|
|
U01001317 |
No parameters are allowed in function '&01'.
&01 = Function name
|
|
U01001318 |
',' is missing in function '&01'
&01 = Function name
|
|
U01001319 |
Too many parameters are defined for function '&01'.
Solution: Detailed information about the correct syntax is provided in the UC4 Documentation. &01 = Function name
|
|
U01001320 |
Expecting '&02' as parameter '&01'.
|
|
U01001321 |
Expecting '&02' as function parameter '&01'.
|
|
U01001322 |
Missing function parameter '&01'.
|
|
U01001323 |
The maximum allowed record length was exceeded.
null
|
|
U01001324 |
Parameter '&01' is invalid or missing.
|
|
U01001325 |
The program and data memory was expanded to '&01' bytes.
|
|
U01001326 |
Please indicate parameter '&01'.
&01 = Parameter name
|
|
U01001327 |
Started syntax pre-compiler version '&01'.
&01 = Version name
|
|
U01001328 |
The syntax pre-compiler version '&01' ended normally.
&01 = Version name
|
|
U01001329 |
The syntax pre-compiler version '&01' ended abnormally.
|
|
U01001330 |
Cannot open file '&01'.
|
|
U01001331 |
Cannot interpret expression '&01'.
|
|
U01001332 |
Not enough memory. Analysis not possible.
|
|
U01001333 |
Number '&01' not in valid range (-2147483648...2147483647)
&01 = Number
|
|
U01001334 |
Syntax file '&01' cannot be loaded.
Solution: Put things right by transferring the INI file as parameter and indicating the path of the INI file. &01 = Syntax file
|
|
U01001335 |
The instruction '&01' is not permitted here, the instruction '&02' is missing.
|
|
U01001336 |
The variable '&01' does not end with the correct suffix '&02'.
|
|
U01001337 |
The variable '&01' has already been used before the definition.
|
|
U01001338 |
Field has been defined with the invalid dimension '&01'. Values are allowed from '1' to '99999'.
|
|
U01001339 |
Array '&01' has been addressed without an index or missing the brackets [].
|
|
U01001340 |
The array '&01' has not yet been defined.
|
|
U01001341 |
The index '&02' is outside of the valid area of the array '&01'.
|
|
U01001342 |
The index '&01' must be a numeric constant or a variable.
|
|
U01001343 |
The index variable '&01' has not yet been defined.
|
|
U01001344 |
The total array '&01' must not be indicated here.
|
|
U01001345 |
Variable '&01' has not been defined as an array.
|
|
U01001346 |
CASE statement can only be used within a SWITCH statement.
|
|
U01001347 |
CASE statement must immediately follow the SWITCH statement.
|
|
U01001348 |
Possible loop in the variable substitution.
|
|
U01001349 |
Expression is missing.
|
|
U01001350 |
Variable '&01' not found.
|
|
U01001351 |
This function does not support parameter of type '&01'.
|
|
U01001352 |
Script line to long.
|
|
U01001353 |
Missing parameter for command '&01'.
|
|
U01001354 |
Could not interpret version '&01'.
|
|
U01001355 |
Command '&01' without previous '&02' not allowed.
|
|
U01001356 |
Command '&01' not allowed at this point.
|
|
U01001357 |
Command '&01' missing.
|
|
U01001358 |
Variable '&01' has already been defined by :DEFINE.
|
|
U01001359 |
Array '&01': index value '0' is invalid, it is '1' based.
|