User Guide
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 287
CATEGORY NUMBER MESSAGE TEXT PAGE
Declaration
Errors
1300 Array size missing
Array size invalid
page 304
1301 Invalid array index page 305
1302 Variable name, ‘<identifier>’, exceeds maximum length of <max> characters page 306
1303 Declaration type not allowed within structure: '<identifier>'
Structure cannot contain String Arrays or Structure variables: Structure
definitions not allowed within other structures
Local Structure declarations are not allowed
page 307
1304 Local variables must be declared at top of function page 308
1305 Local functions not supported page 308
1306 Declaration type can only be used globally: '<identifier>' page 309
1307 Variables must be declared before array declarations: '<identifier>' page 310
1308 Global variable declaration cannot be declared in library file: '<identifier>'
I/O Declaration cannot be declared in library file: '<identifier>'
page 311
1309 Compiler Directive must be set before all global variable declarations
#DEFAULT_NONVOLATILE Compiler Directive already set
#DEFAULT_VOLATILE Compiler Directive already set
page 312
1310 Compiler directive cannot be in function scope page 313
1311 Undefined Wait Label: '<identifier>'
Missing, invalid or already defined Wait label: '<identifier>'
page 314
1312 Array boundary exceeded maximum size of ‘num_bytes’ bytes page 315
1313 Minimum array size invalid page 315
1314 Minimum array size is not allowed for this datatype: '<identifier>'
Minimum array size for this datatype has already been declared: '<identifier>
page 316
Assignment
Errors
1400 Illegal Assignment page 317
1401 Variable cannot be used for assignment: '<identifier>' page 318
1402 Variable can only be used for assignment: '<identifier>' page 318
Function
Argument Errors
1500 Argument <arg_num> cannot be passed by reference page 319
1501 Argument <arg_num> cannot be passed by value page 320
1502 Function contains incomplete number of arguments
Function call contains an unmatched number of arguments
page 321
1503 Input or Output signal expected: '<identifier>' page 321
1504 Incomplete number of format string arguments
Format string contains an unmatched number of arguments
Argument <arg_num> is missing or invalid.
Argument <arg_num> is missing or invalid. <decl_type> expected
page 322
1505 Format string contains invalid format specifier page 323
1506 0, 1 or 2 constant expected for argument 1 page 324
1507 Argument <arg_num>: Missing or invalid array page 324
1508 I/O variable cannot be passed to read file functions: '<identifier>' page 325