CDS-3310
Chapter
6 Programming Motion
i
53
Electronic Cam
The electronic cam is a motion control mode which enables the periodic synchronization of the axis of
motion. Similar to the gearing mode, the CDS-3310 use the auxiliary encoder or the imaginary axis as
the master axis.
The electronic cam is a more general type of electronic gearing which allows a table-based relationship
between the axes. It allows synchronizing of the motor based on an auxiliary encoder input, or on an
internal reference from the imaginary axis, n.
To illustrate the procedure of setting the cam mode, consider the cam relationship shown in Figure 6.4.
Step 1. Selecting the master axis.
The first step in the electronic cam mode is to select the master axis. This is done with the instruction
EAp where p = X,N
p is the selected master axis
In this example x axis will be the master. Thus we specify EAX
Step 2. Specify the master cycle and the change in the slave axes.
In the electronic cam mode, the position of the master is always expressed within one cycle. In this
example, the position of x is always expressed in the range between 0 and 6000. Similarly, the slave
position is also redefined such that it starts at zero and ends at 1500. At the end of a cycle when the
master is 6000 and the slave is 1500, the positions of both x and y are redefined as zero. To specify the
master cycle and the slave cycle change, we use the instruction EM.
EM
x,y
where x,y specify the cycle of the master and the total change of the slave over one cycle. On the
CDS-3310, x will always be the master cycle, and y will be the slave cycle
The cycle of the master is limited to 8,388,607 whereas the slave change per cycle is limited to
2,147,483,647. If the change is a negative number, the absolute value is specified. For the given
example, the cycle of the master is 6000 counts and the change in the slave is 1500. Therefore, we use
the instruction:
EM 6000,1500
Step 3. Specify the master interval and starting point.
Next we need to construct the ECAM table. The table is specified at uniform intervals of master
positions. Up to 256 intervals are allowed. The size of the master interval and the starting point are
specified by the instruction:
EP
m,n
where m is the interval width in counts, and n is the starting point.
Содержание CDS-3310
Страница 26: ...18 i Chapter 2 Getting Started CDS 3310 THIS PAGE LEFT PLANK INTENTIONALLY...
Страница 32: ...24 i Chapter 3 Connecting I O CDS 3310 THIS PAGE LEFT PLANK INTENTIONALLY...
Страница 124: ...CDS 3310 Chapter 8 Hardware Software Protection i 63 THIS PAGE LEFT PLANK INTENTIONALLY...
Страница 138: ...CDS 3310 Chapter 10 Theory of Operation i 77 THIS PAGE LEFT BLANK INTENTIONALLY...