![Trio Motion Coordinator Euro 205 Technical Reference Manual Download Page 203](http://html1.mh-extra.com/html/trio/motion-coordinator-euro-205/motion-coordinator-euro-205_technical-reference-manual_1163425203.webp)
Motion Coordinator
Technical Reference Manual
Trio BASIC Commands 8-13
Motion and Axis Commands
The
ADDAX
command takes the demand position changes from the specified axis and
adds them to any movements running on the axis to which the command is issued.
The specified axis can be any axis and does not have to physically exist in the sys-
tem. After the
ADDAX
command has been issued the link between the two axes
remains until broken and any further moves on the specified axis will be added to
the base axis. To break the link an
ADDAX(-1)
command is issued.
The
ADDAX
command therefore allows an axis to perform the moves specified on
TWO axes added together. When the axis parameter
SERVO
is set to
OFF
on an axis
with an encoder interface the measured position
MPOS
is copied into the demand
position
DPOS
. This allows
ADDAX
to be used to sum encoder inputs.
Parameter:
Note:
The
ADDAX
command sums the movements in encoder edge units.
Example 1:
UNITS AXIS(0)=1000
UNITS AXIS(1)=20
' Superimpose axis 1 on axis 0
ADDAX(1) AXIS(0)
MOVE(1) AXIS(0)
MOVE(2) AXIS(1)
'Axis 0 will move 1*1000+2*20=1040 edges
Example 2:
Pieces are placed onto a continuously moving belt and further along the line are
picked up. A detection system gives an indication as to whether a piece is in front
of or behind its nominal position, and how far.
FORWARD AXIS(0)' set continuous move
ADDAX(2)
REPEAT
GOSUB getoffset' Get offset to apply
MOVE(offset) AXIS(2)
UNTIL IN(2)=ON
Axis 0 in this example executes a continuous
FORWARD
and a superimposed
MOVE
on
axis 2 is used to apply offsets
axis:
Axis to superimpose
Summary of Contents for Motion Coordinator Euro 205
Page 4: ......
Page 11: ...C H A P T E R CHAPTER0INTRODUCTION...
Page 12: ......
Page 27: ...C H A P T E R CHAPTER0HARDWARE OVERVIEW...
Page 28: ......
Page 35: ...Motion Coordinator Technical Reference Manual Hardware Overview 2 9 Motion Coordinator MC202...
Page 75: ...C H A P T E R CHAPTER0INSTALLATION...
Page 76: ......
Page 88: ...3 14 Installation EMC Considerations Trio Motion Technology...
Page 89: ...C H A P T E R CHAPTER0DAUGHTER BOARDS...
Page 90: ......
Page 126: ...4 38 Daughter Boards Profibus Daughter Board Trio Motion Technology...
Page 127: ...C H A P T E R CHAPTER0EXPANSION MODULES...
Page 128: ......
Page 158: ...5 32 Expansion Modules Communications Adaptors Trio Motion Technology...
Page 159: ...C H A P T E R CHAPTER0SYSTEM SETUP AND DIAGNOSTICS...
Page 160: ......
Page 173: ...C H A P T E R CHAPTER 0PROGRAMMING...
Page 174: ...7 2 Programming Trio Motion Technology...
Page 190: ...7 18 Programming Command Line Interface Trio Motion Technology...
Page 191: ...C H A P T E R CHAPTER0TRIO BASIC COMMANDS...
Page 192: ......
Page 200: ...8 10 Trio BASIC Commands Trio Motion Technology VERIFY 8 178 VFF_GAIN 8 178 VP_SPEED 8 179...
Page 254: ...8 64 Trio BASIC Commands Input Output Commands Trio Motion Technology...
Page 372: ...8 182Trio BASIC Commands Axis Parameters Trio Motion Technology...
Page 373: ...C H A P T E R CHAPTER 0PROGRAMMING EXAMPLES...
Page 374: ......
Page 389: ...C H A P T E R CHAPTER0SUPPORT SOFTWARE...
Page 390: ......
Page 472: ...10 84Support Software Project Autoloader Trio Motion Technology...
Page 473: ...C H A P T E R CHAPTER0FIBRE OPTIC NETWORK...
Page 474: ......
Page 486: ...11 14Fibre Optic Network Network Specification Trio Motion Technology...
Page 487: ...C H A P T E R CHAPTER0USING THE TRIO ACTIVEX CONTROL...
Page 488: ......
Page 518: ...12 32Using the Trio ActiveX Control Events Trio Motion Technology...
Page 519: ...C H A P T E R CHAPTER0COMMUNICATIONS PROTOCOLS...
Page 520: ......
Page 551: ...A P P E N D I X CHAPTER 0REFERENCE...
Page 552: ......