Maintenance 8. Trouble Shooting
RC180 Rev.17
No. Message Remedy Note 1 Note 2
3246
Parameter ' O ' or ' C
Open or close parameter for the end of a
curve is not specified in Curve statement.
Refer to
“Curve Statement” and specify a proper
NumAxes parameter was not
The number of coordinate axes
controlled during a curve motion is not
specified in Curve statement. Refer to
SPEL+ Language Reference “Curve
Statement” and specify a proper number
3248 J4Flag value (0-1) was not specified.
Specify 0 or 1, or an expression for
J4Flag value.
Specify an integer from 0 to 127, or an
expression for J6Flag value.
3250 Array variable was not specified.
Array variable is not specified in the
statement that requires specification of
array variable. Specify a valid array
String Array variable was not
Array which stores a token must be a
string array variable in ParseStr
statement and ParseStr function.
Specify a string array variable.
3252 Device ID was not specified.
Device ID is not specified in DispDev
statement or Cls command. Refer to
SPEL+ Language Reference “DispDev
Statement” and specify a proper device
3253 I/O type was not specified.
I/O type is not specified in
IOLabel$ function. Refer to SPEL+
and specify a
proper I/O type.
3254 I/O bit width was not specified.
I/O bit size (I/O port width) is not
specified in IODef, IOLabe function.
“IODef Function” and specify a proper
3255 ByRef was not specified.
Although the ByRef
is specified in the
function declaration, no ByRef is
specified for calling. Specify the ByRef
3256 Variable type was not specified.
Variable type is not specified in Global
statement. Specify a proper variable
expression does not return
Condition expression in If, ElseIf, Do,
and Loop statement must return a
Boolean value. Correct the condition
expression to return a Boolean value.
RS232C port number was not
232C port number is not specified in
ChkCom function. Refer to SPEL+
Language Reference “ChkCom
Function”
and specify a proper port
number.