Okuma Alarm-B 2299 UGC TIP syntax


Okuma Alarm-B 2299 UGC TIP syntax
Illegal standard procedure statement (TIP statement) designated
TIP: Procedure statement for registering the tip shape

Code
User graphic internal code

Probable Faulty Locations
TIP statement in the user graphic command string of registered tool shape
Program Example:
DEF TOOL [1,L]
TIP [[0, 0],[1,0],[1,0]]]
:
END

Measures to Take
If there is no TIP statement, add TIP statement.
If there is TIP statement, check it; correct the TIP statement.
Correct program:
DEF TOOL [1,L]
TIP [[0,0],[1,0],[1,0]]
:
END

Related Specifications
Graphic

Okuma Alarm-B 2299 UGC TIP syntax