ID 22278

The specified key for the blank definition does not exist.

Description

The #SCENE command defined a blank.

The BLANK_VALUE_OF_KEY[..] function reads the related value using the specified key.

Example:

;Initial situation:

SCENE ADD [GOBJECT=test FILE=test.wrl \
           LINKPOINT=GROUND \
           KEY[0]="TYPE" VAL[0]="CUBE" \
           KEY[1]="LENGTH" VAL[1]=10 \
           X=0 Y=0 Z=770 BLANK]

OK case:

V.L.BLANK_TYPE = BLANK_VALUE_OF_KEY["TYPE"]
;-> Function returns "CUBE"

Error case:

V.L.BLANK_TYPE = BLANK_VALUE_OF_KEY["UNDEFINED"]
;-> Error 22278

The specified key does not exist.

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the created blank and its data. Correct the NC program.

Parameter

%1:

Error value [-]

Incorrectly specified key

Error type

1, Error message from NC program.