Parker
Hannifin
The wizard makes some choices for you behind the scenes. The
ACR9000 has the largest feature set, and typically requires
configuration for those features. The ACR1505 and ACR8020 may
require different configuration.
The Configuration Wizard, once completed, lets you review the
code it has generated. In that configuration code, you might find
code for features that do not apply to your specific controller. For
example, for an ACR9000 the wizard generates code for CANopen
defaults, though your particular controller may not have the
CANopen option. This does not impair the controller or its
performance.
NOTE:
The wizard does not collect data in the same order in which
code is written.
A Note on the Jog/Home/Limits Dialog
In the Configuration Wizard, the Jog/Home/Limits dialog lets you test
and commission a specific axis. You can set a motion profile to
exercise the axis, allowing you to test its performance when jogging
or homing.
The Jog/Home/Limits dialog is only for testing, and does not write
any jogging or homing code.
What is Configuration Code?
To get a sense of what configuration code looks like—the
requirements and order of items, as well as information that goes
into the program space—the following example looks at the code
resulting from the Getting Started-Tutorial.
NOTE:
The application is controlled by a 4-axis ACR9000 (Stand
Alone with COM port, Ethernet, USB, standard memory—no
battery backup—, and no daughter card).
The Code
The wizard generates the Primary System Settings automatically, and
does not collect data for this. If you are writing your own
configuration code, it is good coding practice to include the
following at the beginning. The controller is switched to the SYS
prompt. From there, all program execution is halted (
HALT ALL
), all
user programs and PLC programs are deleted (
NEW ALL
), all memory
allocations are cleared (
CLEAR
), and all slaves are detached from
their respective masters (
DETACH ALL
).
REM -- Primary System Settings for ACR Device
SYS
HALT ALL
NEW ALL
CLEAR
DETACH ALL
Basic Setup 41
Содержание ACR Series
Страница 1: ......
Страница 65: ...Parker Hannifin Making Motion 65...
Страница 89: ...Parker Hannifin Servo Loop Fundamentals 89 Figure 17 Following Error...