Programming manual.
CNC 8070
STATEMENTS AN
D INSTRUCTIONS
22.
Pro
g
ramming statements
·429·
(R
EF
: 1709)
Activating and canceling the electronic cam (#CAM).
The activation and cancellation of the electronic cam is programmed with the following
instructions.
#CAM ON
- Activates the cam (real coordinates).
#TCAM ON
- Activates the cam (theoretical coordinates).
#CAM OFF
- Cancel the electronic cam.
The programming format for each of them is the following. Optional parameters are indicated
between the
<>
characters.
#CAM ON [cam, master/"TIME", slave, master_off, slave_off, range_master,
range_slave <,type>]
#TCAM ON [cam, master/"TIME", slave, master_off, slave_off, range_master,
range_slave <,type>]
#CAM OFF [slave]
Executing the
#CAM OFF
instruction involves eliminating the synchronization of the cam.
Once this instruction has been programmed, the cam ends when reaching the end of its
profile.
[cam] Cam number.
To activate a cam, it must have been previously defined at the cam editor, within the machine
parameters.
[master/"TIME"] Master axis.
Name of the master axis, when it is a position cam. When programming the "TIME" command
instead of an axis name, the cam is interpreted as being a time cam.
In a position cam, treating a rotary axis as an infinite axis making it possible to increase the
feedback count of the axis indefinitely (wihout limits) regardless of the value of the module,
program the master axis with the prefix ACCU. This way, the CNC does a follow-up of the
axis through the variable V.A.ACCUDIST.xn.
[slave] Slave axis.
Name of the slave axis.
[master_off] Offset of the master axis or time offset.
In a position cam, this offset sets the position where the cam is activated. The offset is
subtracted from the master axis position to calculate the entry position of the cam table.
In a time cam this offset may be used to set a time for the cam trigger.
[slave_off] Offset of the master axis.
The slave_off and range_slave values allow moving the slave axis positions outside the
range of values set by the cam function.
[Range_master] Master axis activation scale or range.
The position cam is activated when the master axis is between the positions "master_off"
and "mast range_master". The cam only regulates the slave axis position within this
range.
In a time cam, this parameter sets the time range or total duration of the cam.
[Range_slave] Slave axis activation scale or range.
The cam applies it to the slave axis when the slave axis is between "slave_off" and "slave_off
+ range_slave".
#CAM ON [1, X, Y, 30, 0, 100, 100]
#CAM ON [1, ACCUX, Y, 30, 0, 100, 100]
#CAM ON [1, TIME, A2, 0, 0, 6, 3, ONCE]
#CAM OFF [Y]
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...