
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
56/226
DRAW.NO.
[Return]
0: Normal completion.
[Description]
This function sets the key-in line setting.
[Example]
#include <pmclib.h>
void setup_keyinline(void)
{
/* white, (x, y) = (40, 25) */
const short cntl[16] = {0x06, 40, 0xe0, 40, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0};
pl_keydef(cntl);
}