Chapter 7
139
UM10372_PCNC440_Manual_0221A
PROgRAMMiNg
7.5.9 Set Output State – M64, M65
NOTE: These commands are only useful when the mill is equipped with the USB I/O Module (PN 32616).
There are four output relays available on the USB I/O module.
The outputs are acvated using M64 (contact close) and deacvated with M65 (contact open).
There are four contacts, numbered from 0 to 3. The contact is specied by the P word.
For example:
• Acvang the rst relay: M64 P0
• Acvang the second relay: M64 P1
The outputs are deacvated using M65 with the P word specifying the relay.
For example:
• Deacvang the second relay: M65 P1
• Deacvang the fourth relay: M65 P3
There is only one P word and one relay per line. Each relay command must be done on an individual
line.
The following is legal:
M64 P0
M64 P2
M64 P3
The following is not legal:
M64 P023
M64 P0 P2 P3