Installation manual
CNC 8035
LOGIC CNC INPUTS AND OUTPUTS
Spindle logic inputs.
10.
(SOFT M: V15.3X)
(S
OFT T: V16.3X)
·347·
SANALOG (R504) Main spindle
The CNC considers these 2 signals at all times so both spindles can be controlled by the PLC. The
PLC will indicate by means of this 32 bit register the spindle velocity command which the CNC must
send out when it is controlled by the PLC.
SANALOG=32767 corresponds to an analog command of 10 V.
(10/32767) 0.305185 millivolts of analog command correspond to SANALOG=1.
This way, for 4V of velocity command, the following must be programmed:
SANALOG = (4x32767)/10 = 13107
For -4V of analog command, the following must be programmed:
SANALOG = (-4x32767)/10 = -13107
ELIMIS (M5456) Main spindle
If the PLC sets this signal high, the CNC does not display the corresponding spindle but keeps
controlling it. Same as when setting a.m.p. DFORMAT (P1) =4.
This mark can be activated and deactivated at any time and it also cancels the feedback alarms
which the machine parameter does not do.