
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
200/226
DRAW.NO.
- The "DMMC signal (G42#7)" is off.
-2: Reset state
Stop the calling of this function and call the pl_nc_dncend().
-11: The function pl_nc_dncstart() is not called.
2: The "size" is invalid.
5: The CNC program is invalid.
- 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.
[Description]
This function runs the CNC program. (DNC running)
You can run the CNC program, which is described using ASCII
characters".
You should call the pl_nc_dncstart() before the calling of the
pl_nc_dnc(). You should call the pl_nc_dncend() after the calling of the
pl_nc_dnc().
You can run the CNC program that is more than 256 characters by the
repeated calling of this function.
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_dncstart(), cnc_dnc(), cnc_dncend()