
Series 30i/ 31i/ 32i-A
C executor library for conversion
Programming manual
01 04.05.06
S. Hasegawa
New registration
B-64183EN/01
EDIT
DATE
DESIG.
DESCRIPTION
195/226
DRAW.NO.
- An illegal character is found in the CNC program.
- When a TV check is enabled, a block that includes odd
number of characters is detected.
- The maximum number of programs is exceeded.
8: No space in the CNC tape memory
[Description]
This function registers the CNC program.
You can register the CNC program, which is described using ASCII
characters.
You should call the pl_nc_dwnstart() before the calling of the
pl_nc_download(). You should call the pl_nc_dwnend() after the calling
of the pl_nc_download().
You can register the CNC program that is more than 256 characters by
the repeated calling of this function.
When you register the duplicate number of CNC program, the behavior
of the CNC is depends on the CNC parameter "REP (No.3201#2)".
REP = 0: The return code is "5" and no CNC program registers.
REP = 1: The return code is "0" and the existing CNC program will be
replaced by the specified program. However, when the existing
CNC program that should be replaced is currently selected by the
CNC, you cannot replace it.
When you use this function, you cannot use the conventional function
related to the CNC program operation in "C library for C executor"
together.
[Related Function]
cnc_dwnstart(), cnc_download(), cnc_dwnend()