![Rockwell Automation 700-1308-00 Скачать руководство пользователя страница 71](http://html1.mh-extra.com/html/rockwell-automation/700-1308-00/700-1308-00_service-manual_1475097071.webp)
Maintenance
Repair
MagneMover LITE Service Manual
71
Rockwell Automation Publication MMI-UM037A-EN-P - April 2020
2.
Create a MICS file for the path with the Ethernet motors (see
).
Figure 19: Example MIX File for Ethernet Motors in Loop
The XML tags that are shown in
are used to define and configure the MICS file.
Upload Configuration Files
1.
Upload the revised Node Controller Configuration File to the node controller and
restart the node controller.
2.
Upload the MICS file to the node controller and restart the node controller.
3.
Upload the Motor Type files for the Ethernet Motors.
Table 15: MICS File XML Elements
Element
Description
XML Declaration
Start of the document.
MICS_motor_data
Root tag for MICS motor configuration data.
Motor
Container tag that defines the MICS data for a motor.
Mac_addr
The MAC address of the master controller for the motor.
IP_addr
The static IPv4 address of the master controller for the motor.
Track_location
The motor position in the specified path.
Orientation
The orientation of the motor in the specified path.
<?
xml
version
=
“1.0”
encoding
=
“US-ASCII”
?>
<!-- MICS Motor Data file for a MagneMotion Transport System -->
<!-- $Rev: 242 $ $LastChangedDate: 2018-07-27 13:30:00 (Fri, 27 Feb 2018) $ -->
<MICS_motor_data>
<!-- PATH 2 -->
<Motor>
<!-- P2M1 -->
<Mac_addr>
C0:6C:6D:E0:00:20
</Mac_addr>
<!-- Motor's MAC for MICS -->
<IP_addr>
10.14.1.1
</IP_addr>
<!-- Motor's IP to use for MICS -->
<Track_location>
P2M1
</Track_location>
<!-- Track NC Path,Motor # -->
<Orientation>
Standard
</Orientation>
<!-- Motor's downstream orientation -->
</Motor>
<Motor>
<!-- P2M2 -->
<Mac_addr>
C0:6C:6D:E0:00:21
</Mac_addr>
<!-- Motor's MAC for MICS -->
<IP_addr>
10.14.1.2
</IP_addr>
<!-- Motor's IP to use for MICS -->
<Track_location>
P2M2
</Track_location>
<!-- Track NC Path,Motor # -->
<Orientation>
Standard
</Orientation>
<!-- Motor's downstream orientation -->
</Motor>
</MICS_motor_data>