
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
160/226
DRAW.NO.
3.11.2
CNC Window Function (Write)
[Name]
pl_nc_windw
[Syntax]
#include <pmclib.h>
short pl_nc_windw(short * cntl);
[Arguments]
Input
*cntl: Control information
Set the function code, the length, the number, the attribute and the
data.
The required array size depends on the function code, the data
number and the data attribute. You should prepare enough array
size accordingly.
Supported function code is shown below.
No. 14, 16, 18, 20, 22, 60, 323, 396
About the details, refer to the following manual.
"Series 30i/ 31i/ 32i PMC Programming manual (B-63983EN)"
cntl[0] Function code
cntl[1] (Return code)
cntl[2] Length
cntl[3] Number
cntl[4] Attribute
cntl[5] Data
to
cntl[n] Data
Output
*cntl: Return value
The return code is returned.
cntl[0] (Function code)
cntl[1] Return code
cntl[2] (Length)
cntl[3] (Number)
cntl[4] (Attribute)
cntl[5] (Data)
to
cntl[n] (Data)
[Return]