QUICK START GUIDE. Configuration of the MTR-ECI-EP-SA with integrated EtherNet/IP. Rev 003

Size: px
Start display at page:

Download "QUICK START GUIDE. Configuration of the MTR-ECI-EP-SA with integrated EtherNet/IP. Rev 003"

Transcription

1 QUICK START GUIDE Configuration of the MTR-ECI-EP-SA with integrated EtherNet/IP Rev 003

2 Authors Author Address Phone Number Eric Rice (773) Product Technical Support Hotline Support Address Phone Number Steven Proud (905) Product Inquiries Product Management Address Phone Number Nuzha Yakoob (631) Tom Worsnopp (631)

3 Contents 1 Overview Version Information Resource DVD Configure the MTR-ECI via Festo Configuration Tool (FCT) Download the MTR-DCI plug-in for FCT Configure the MTR-ECI via FCT Conversion Factor Change the IP address of the MTR-ECI via SYCON.net Install the SYCON.net software Use Ethernet Device Setup to locate the MTR-ECI Use SYCON.net to change the IP address of the motor Configure the generic Ethernet adapter and the AOIs in RSLogix Sample project provided with Resource DVD Add the MTR-ECI to an RSLogix 5000 project as a generic Ethernet module Import the Festo Add-On Instructions (AOI) Configure the Add-On Instructions (AOI) Use the Add-On Instructions (AOI) in RSLogix Enable the MTR-ECI Status bits Use Record Select mode Use Direct mode Use the Festo Parameterization Channel (FPC) A Example: Change Project Zero Point with FPC A.1 Project Zero Point vs. Axis Zero Point A.2 Create a new Project Zero Point B Example: Direct mode, Force mode for continuous rotation B.1 Edit Force Mode settings in FCT B.2 Start continuous rotation in CTRL function block C Import EDS file into RSLinx C.1 EDS file provided on Resource DVD C.2 Use the EDS Hardware Installation Tool to import EDS file C.3 Note MTR-ECI icon in RSLinx D Wiring connections of the MTR-ECI D.1 M12 D-coded EtherNet/IP connector D.2 M8 3-pin Homing switch connector D.3 M8 4-pin RS232 connector D.4 M16 24VDC power connector

4 1 Overview This Quick Start Guide provides instructions for configuring a prototype MTR-ECI-EP-SA (MTR-ECI) motor on an EtherNet/IP network to be controlled by a Rockwell ControlLogix or CompactLogix PLC. This includes configuring the MTR-ECI with the Festo Configuration Tool (FCT) software, changing the IP address of the MTR-ECI, and using the Add-On Instructions (AOI) provided by Festo for use with the RSLogix 5000 software. The diagram below illustrates a typical system consisting of a PLC, an Ethernet switch, one or more MTR-ECI-EP-SA motors, and a PC for configuring the motors. PLC Ethernet switch One or more MTR-ECI-EP-SA RS-232 for configuration with FCT PC Figure 1.1 EtherNet/IP network 4

5 2 Version Information The following versions of software and hardware were used in the creation of this guide: Description Version FCT software MTR-DCI FCT plug-in* MTR-ECI-EP-SA hardware MTR-ECI-EP-SA firmware SYCON.net software Build RSLogix 5000 software (CPR 9 SR 5) RSLinx software PLC type CompactLogix L16ER PLC firmware *Configuring an MTR-ECI-EP-SA with Festo Configuration Tool (FCT) requires use of the MTR-DCI plug-in. 3 Resource DVD Each prototype MTR-ECI was shipped from Festo with a DVD containing various resource files for assistance in configuring and commissioning the motor. This guide makes frequent reference to these files. If you don t have the DVD containing these files contact your Festo Sales Engineer or Application Engineer for assistance. 5

6 4 Configure the MTR-ECI via Festo Configuration Tool (FCT) 4.1 Download the MTR-DCI plug-in for FCT 1. The MTR-ECI uses the same FCT plug-in as the MTR-DCI. Download the MTR-DCI plugin from the Support Portal of the Festo website: Click Commissioning to download the MTR-DCI plug-in. Figure 4.1 Download the MTR-DCI plug-in from the Festo website 2. Once downloaded, locate the plug-in installation file and double-click it to install the plug-in. If you don t have internet access you can also find the plug-in on the resource DVD. 4.2 Configure the MTR-ECI via FCT 1. Connect the PC to the MTR-ECI using the KDI-MC-M8-SUB serial cable. 2. Power on the MTR-ECI and go online with it by clicking the Offline/Online button in FCT. 6

7 Click Offline to connect to the MTR- ECI. Afterward the button will change to green and display Online. Figure 4.2 Go online with the MTR-ECI 3. Configure the motor size, gear type and axis type specific to the motor and axis being used. Set the Interface Type to DeviceNet. Figure 4.3 Configure Interface Type for DeviceNet 7

8 4. Configure the homing method, either block or switch. Figure 4.4 Select preferred Homing Method 5. Set the MAC ID to 1, the Bit Rate to 500Kbit/s, and the IO Configuration to 16 Byte FHPP Standard + FPC. Figure 4.5 Configure Interface Parameters for DeviceNet 8

9 6. Configure the direct mode settings for Positioning and Force Mode if Direct Mode (FHPP) is to be the control method. Figure 4.6 Configure Direct mode settings 7. Enter position records into the Position Set Table if Record Select Mode (FHPP) is to be the control method. Figure 4.7 Enter position records into Position Set Table 8. Download and Store the configuration to the MTR-ECI. 9

10 4.3 Conversion Factor Unlike the CMMx-xx series of motor controllers, the MTR-ECI does not have Position Factor conversion built in. The conversion from encoder increments to either degrees for a rotary application or millimeters for a linear application must be calculated manually. The resulting conversion factor (numerator and denominator) must be inserted into the AOI in RSLogix The formula to calculate the conversion factor is as follows: UF = UFN/UFD = (ENC*GEAR)/FEED, where UF = Conversion factor UFN = Conversion factor numerator UFD = Conversion factor denominator ENC = Encoder resolution GEAR = Final gear ratio FEED = Feed constant of the actuator in micrometers or tenths of a degree Example 1: The following example is for a rotary application based on the G14 gearbox. ENC = 2000 increments/motor_rev GEAR = 3969/289 motor_rev/gear_rev FEED = 3600 tenths of a degree per revolution UFN/UFD = (2000*3969)/(289*3600) = 7.63, or UFN = 2000*3969 = 7,938,000 UFD = 289*3600 = 1,040,400 To remove unnecessary decimal places we will reduce UFN to 79,380 and UFD to 10,404. The UFN and the UFD are the numbers to be entered into the AOI. Example 2: The following example is for a linear application based on the G14 gearbox. ENC = 2000 increments/motor_rev GEAR = 3969/289 motor_rev/gear_rev FEED = 5800 micrometers/gear_rev UFN/UFD = (2000*3969)/(289*5800) = 4.74, or UFN = 2000*3969 = 7,938,000 UFD = 289*5800 = 1,676,200 To remove unnecessary decimal places we will reduce UFN to 79,380 and UFD to 16,762. The UFN and the UFD are the numbers to be entered into the AOI. 10

11 5 Change the IP address of the MTR-ECI via SYCON.net The prototype MTR-ECI was shipped from Festo with static IP address If a different IP address is needed for connection to the EtherNet/IP network follow the instructions below. Otherwise skip to section Install the SYCON.net software 1. The SYCON.net software must be installed on the PC first. The installer file can be found on the resource DVD. 2. During installation of the SYCON.net software you may see a Windows message regarding a Windows Security Alert. Be sure to click the Allow access button. Otherwise SYCON.net will not be able to communicate across the network. Figure 5.1 Allow access for SYCON.net software 3. Once installation is complete proceed to the next step. 11

12 5.2 Use Ethernet Device Setup to locate the MTR-ECI 1. Installation of the SYCON.net software includes a utility called Ethernet Device Setup. Launch this application from Start Menu > All Programs > SYCON.net System Configurator > Ethernet Device Setup. Make sure that the MTR-ECI is powered on and connected either directly to the PC or to the PC via an Ethernet hub/switch. Figure 5.2 Open Ethernet Device Setup software utility 2. Within Ethernet Device Setup, click the Search Devices button to locate the MTR-ECI motor. The IP address of the MTR-ECI will appear in the list of devices. Note that if more devices appear in the list you may narrow the list by clicking Options > Protocol and de-selecting DCP. Then click Search Devices again to refresh the list. (2) Note the current static IP address of the MTR-ECI (1) Click Search Devices Figure 5.3 Note the current static IP address of the MTR-ECI 12

13 3. After finding the IP address of the MTR-ECI you no longer need the Ethernet Device Setup software utility, however you can leave the software open for reference if you wish. 5.3 Use SYCON.net to change the IP address of the motor 1. Before proceeding with SYCON.net, the IP address of your PC must be set to a static IP address on the same subnet as the MTR-ECI, in this case xxx. A suitable IP address of the PC would be anything other than the IP address of the MTR-ECI, as long as it s on the same subnet, e.g After setting a static IP address for the PC, launch SYCON.net which can be found in Start Menu > All Programs > SYCON.net System Configurator > SYCON.net. Make sure that the MTR-ECI is powered on and connected either directly to the PC or to the PC via an Ethernet hub/switch. Figure 5.4 Open SYCON.net software 3. When SYCON.net is launched you will be prompted for an Administrator password. Leave the password field blank and click OK. (1) Leave password blank. (2) Click OK. Figure 5.5 Leave Admin password blank and click OK 4. Open the project file provided with the MTR-ECI, which can be found on the resource DVD. The name of the file is MTR-ECI_IP-board_16byte_Festo.spj. 13

14 Figure 5.6 Click File menu > Open to open the project file 5. After opening the project, right-click on the gateway in the netproject portion of the screen, click Configuration and click Gateway. Note that there may be a delay after right-clicking on the gateway before the context menu appears. Figure 5.7 Open Gateway configuration window 14

15 6. In the dialog box that opens, click netx Driver, then select the TCP Connection tab. Enter the current IP address of the MTR-ECI and click Save. (1) Click netx Driver. (2) Click TCP Connection. (3) Enter the current static IP address of the MTR-ECI-EP-SA. (4) Click Save. Figure 5.8 Enter current MTR-ECI IP address 7. Next, click Device Assignment and click the Scan button. The MTR-ECI gateway (NETTAP 50) should appear in the list of devices. Check the box next to the gateway and click Ok. (1) Click Device Assignment. (2) Click Scan. (3) Check the box for the gateway. (4) Click OK. Figure 5.9 Scan for and select the NETTAP 50 Gateway inside the MTR-ECI 15

16 8. Right-click on the gateway in the netproject portion of the main screen, click Configuration and click EtherNet/IP Adapter. Figure 5.10 Configure EtherNet/IP Adapter settings 16

17 9. In the dialog box that opens, enter the new IP address and subnet desired for the MTR-ECI to operate on the EtherNet/IP network, then click OK. (1) Enter the new IP address and subnet desired for the EtherNet/IP network. (2) Click OK. Figure 5.11 Enter new/desired static IP address for the MTR-ECI 10. Right-click on the gateway in the netproject portion of the main screen and click Download. Wait for the download process to begin, which can take up to 1 minute. Figure 5.12 Begin download of settings to the MTR-ECI 17

18 11. When a pop-up appears asking to confirm the download, click Yes and again wait for the download to proceed, which can take 1-3 minutes depending on computer speed. Figure 5.13 Confirm download 12. Once download is complete the download progress window will disappear and the gateway will be shown highlighted in green in the netdevice portion of the main screen. Green highlighting shows that SYCON.net is connected to the gateway. Figure 5.14 Download complete 18

19 13. You have now successfully changed the IP address of the MTR-ECI. Right-click the gateway, wait for the context menu to appear (which can take 10 seconds or more) and click Disconnect. Figure 5.15 Disconnect from MTR-ECI 14. Wait (up to 1 minute) for SYCON.net to completely disconnect from the gateway. When it has successfully disconnected from the gateway the highlighting of the gateway will change from green to yellow to no highlighting. No highlighting means SYCON.net is disconnected from the gateway. Figure 5.16 MTR-ECI disconnected 19

20 15. If you need to change the IP address of only one MTR-ECI unit you can exit SYCON.net at this point and proceed to the next section. If you need to change the IP addresses of additional MTR-ECIs, repeat the steps in this section. Figure 5.17 Exit SYCON.net software 20

21 6 Configure the generic Ethernet adapter and the AOIs in RSLogix Sample project provided with Resource DVD A sample RSLogix 5000 project is included on the resource DVD. This project was built using a CompactLogix PLC. You may use this project at your discretion. Otherwise, to add the MTR-ECI to an existing or new project in RSLogix 5000, follow the steps below. 6.2 Add the MTR-ECI to an RSLogix 5000 project as a generic Ethernet module 1. In RSLogix 5000 create a new Ethernet module by right-clicking on Ethernet and clicking New Module. Figure 6.1 Create New Module under Ethernet adapter 21

22 2. Select the module type ETHERNET-MODULE Generic Ethernet Module. (1) Search generic Ethernet module to find the module type faster. (2) Select Generic Ethernet Module. (3) Click Create. Figure 6.2 Select and create Generic Ethernet Module 22

23 3. Configure the new module with a Name, Comm Format = Data-DINT, the IP address of the MTR-ECI (set in section 5.3, step 9), and Connection Parameters according to the following: a. Input: Assembly Instance: 101; Size: 9 b. Output: Assembly Instance: 100; Size: 8 c. Configuration: Assembly Instance: 102; Size: 0 The Connection Parameters should look like the image below: Name is arbitrary. Connection parameters for the MTR-ECI. Comm Format: Data DINT. IP address of MTR-ECI. Figure 6.3 Configure new module as MTR-ECI 23

24 4. On the Connection tab of the new module window use the default RPI of 10.0 ms and click OK. (1) Click Connection tab. (2) Click OK. Figure 6.4 Click OK to complete module creation 6.3 Import the Festo Add-On Instructions (AOI) For ease of programming Festo has developed three Add-On Instructions (AOI) for RSLogix 5000, which are available for download from the Festo website as well as from the resource DVD. These three AOIs allow access to the Direct Mode and Record Select operating modes of the MTR-ECI as well as the Festo Parameterization Channel (FPC). 1. Under Data Types in the project tree, right-click User-Defined and click Import Data Type. Figure 6.5 Import Data Type 24

25 2. Locate the file named FestoDT_FHPP_PRM_REF.L5X and click Import. (1) Locate file. (2) Click Import. Figure 6.6 Locate and import the Data Type file 3. Click OK to confirm importing the data type. Click OK. Figure 6.7 Confirm import of Data Type 25

26 4. Right-click Add-On Instructions and click Import Add-On Instructions. Figure 6.8 Import Add-On Instruction 5. Locate the file FestoAOI_MTR_ECI_CTRL.L5X and click Import. (1) Locate file. (2) Click Import. Figure 6.9 Locate and import the first AOI 26

27 6. Click OK to confirm the import. Click OK. Figure 6.10 Confirm import of AOI 7. Repeat steps 4, 5 and 6 above for the remaining two AOIs, named FestoAOI_PRM_FPC1_INIT.L5X and FestoAOI_PRM_FPC1_SINGLE.L5X. When you re done the Add-On Instructions section of the project tree should look like this: Figure 6.11 Repeat steps 4, 5 and 6 for the remaining two AOIs 27

28 6.4 Configure the Add-On Instructions (AOI) 1. Drag the FestoAOI_MTR_ECI_CTRL AOI from the project tree to the desired (or new) rung in the MainRoutine ladder. 2. Name the instance of the newly created function block, then right-click on the label and click New to create a new tag for the control block. (1) Name the CTRL block, then right-click on the new name and (2) click New to create a new tag for the block. Figure 6.12 Add CTRL control block to ladder of MainRoutine 3. Click Create (or OK ) to confirm the creation of the new tag. Click Create. Figure 6.13 Confirm creation of new tag 28

29 4. Assign the address of the first input DINT, skipping the first DINT of data which is reserved for diagnostics, as shown below. (1) Open the drop-down list of addresses available for the first input DINT. (2) Skip the first address [0] which is for diagnostics, and select the second address [1]. Figure 6.14 Assign address of first input DINT 5. Assign the remaining input and output addresses as shown below. Note that while the first address of input data is not used, the first address of output data is used. Figure 6.15 Assign remaining DINTs to function block 29

30 6. Repeat steps 1 through 5 with the two remaining AOIs, making sure to put each AOI on its own rung. Use the diagram below as a guide for naming the function blocks, creating tags and addressing the input and output DINTs. Name this instance and create a new tag (right-click -> New ). Name the DATA_REF and create a new tag. Assign the same DATA_REF name as was created above for the FPC1_INIT block. This data type is used to pass data between the two blocks. Name this instance and create a new tag. Figure 6.16 Create blocks and tags for remaining AOIs 30

31 7 Use the Add-On Instructions (AOI) in RSLogix Enable the MTR-ECI Once you ve configured the AOIs you are ready to go online with the controller and test. Make sure that the MTR-ECI, PLC and PC are connected via an Ethernet switch. The diagram below shows the necessary settings in the CTRL function block in the order in which they should be specified for enabling the MTR-ECI. (1) Enter UFN from section 4.3. (2) Enter UFD from section 4.3. (3) Set the Halt and Stop bits. (4) Set the Enable drive bit. (5) Start homing (optional). Figure 7.1 Bits in the CTRL block for enabling the motor 31

32 7.2 Status bits The diagram below shows some of the status bits available in the CTRL block. Active when supply voltage is present. Active when motor is enabled. Active when motor is ready to execute a positioning task. Active when Halt bit is set. Active when the motor has acknowledged the StartTask bit. Active when a positioning task has finished (motion complete). Active after a Homing task has been completed. Figure 7.2 Status bits in the CTRL block 32

33 7.3 Use Record Select mode If you entered positioning records into the Position Set Table in section 4.2, step 7, you can execute these records with the CTRL function block. Use the diagram below as a guide in the order in which the steps are numbered. (3) Execute the record by toggling the StartTask bit low to high (0 to 1). (1) Enable Record Select mode by setting the OPM bit to 0. (2) Select a record number from the Position Set Table. Figure 7.3 Executing positioning tasks in Record Select mode 33

34 7.4 Use Direct mode Direct mode allows you to enter a new position (either absolute or relative) for every positioning command, along with a velocity value that is set as a percentage of the maximum speed (1 to 100%). Use the diagram below as a guide in the order in which the steps are numbered. (2) AbsoluteRelative bit = 0 for absolute, 1 for relative. (5) Execute the positioning task by toggling the StartTask bit low to high (0 to 1). (1) Enable Direct mode by setting the OPM bit to 1. (4) Enter a velocity value as a percentage of the max velocity, e.g. 90 = 90%. (3) Enter a position value for the move in tenths of a unit, e.g equates to degrees. Figure 7.4 Executing positioning tasks in Direct mode 34

35 7.5 Use the Festo Parameterization Channel (FPC) While the CTRL function block controls the bulk of the functionality needed for most applications, additional motor parameters from the Festo Parameterization Channel (FPC) can be read and written via the SINGLE function block (which works in conjunction with the INIT function block in the background). The parameters in the FPC are called Parameterization Numbers, or PNUs. All PNUs available with the MTR-ECI are summarized in Appendix B of the manual P.BE-MTR-DCI-DN-EN (part no ) which can be downloaded from the Festo website. Example: Change the acceleration and deceleration ramp In the diagram below, PNU 541 is being used to change the accel/decel ramp of positioning tasks executed in Direct mode. Note that in the SINGLE function block the Conversion Factor UF (UFN/UFD) is not applied automatically to the ParamValueWR value. The user must apply the UF manually. For example, to enter an accel/decel ramp of 1728 deg/sec, the user must enter , according to the following calculation: UFN= UFD=10404 PNU 541 = (1728 deg/sec) x (79380 / 10404) = And, because the decimal place is implied in the function block we enter the value (5) Set the Execute bit to write the PNU value to the motor. (4) Set the Write bit. (1) Determine the desired PNU and enter it here, e.g. 541 = accel/decel rate for Direct mode. (2) Some PNUs require a nonzero value for DatatypeWR. (3) Depending on the PNU, calculate the correct value by manually applying the conversion factor UF. Figure 7.5 Using the FPC with the SINGLE function block 35

36 A Example: Change Project Zero Point with FPC The following example provides instructions for changing the working zero position, or Project Zero Point, of the MTR-ECI using the Festo Parameterization Channel (FPC) in the manner described in section 7.5. This can be useful in applications where the absolute zero position of an axis must be changed after the machine is in operation. A.1 Project Zero Point vs. Axis Zero Point In FCT we can see the Axis > Homing and Axis > Measure screens as shown in the screen captures below. For the purpose of changing the zero position of a machine by way of the PLC, we use the Project Zero Point. The Axis Zero Point should not be used for this purpose. In other words, Axis Zero Point should only be changed in FCT. Change Axis Zero Point in FCT only. Figure A.1 Axis Zero Point setting in FCT Project Zero Point can be changed from PLC using PNU 500. Figure A.2 Project Zero Point setting in FCT 36

37 A.2 Create a new Project Zero Point To change the Project Zero Point from the PLC we must use the SINGLE function block as can be seen in the subsequent screen captures. 1. The first step is to move the axis into the desired new zero position, usually done by either jogging the axis positive/negative into position or disabling the axis and moving it manually. 2. The next step is to clear the existing Project Zero Point. (If you know the Project Zero Point is already zero this step can be skipped). Do this by writing a value of zero into PNU 500 using the SINGLE function block. Follow the steps shown in the screen capture below in the order in which they are numbered. (1) Set PNU to 500. (2) Set DatatypeWR to 4. (3) Set ParamValueWR to 0. (4) Set Write bit to 1. (5) Set Execute bit to Figure A.3 Clear existing Project Zero Point 37

38 3. The next step is to convert the desired new zero position into units needed by the SINGLE function block. As an example, the screen capture of the CTRL function block below shows a desired new zero position of 6461 tenths of a degree, or degrees. Pos_Factor_numerator Pos_Factor_denumerator Desired new zero position of deg. Figure A.4 Desired new zero position shown in CTRL function block 4. Before entering this value into the SINGLE function block it needs to be scaled by the Conversion Factor numerator (Pos_Factor_numerator) and denominator (Pos_Factor_denumerator). This is done as follows: 38

39 Example: 5. Once scaled, the new zero position value (ParamValueWR) can be written into PNU 500 via the SINGLE function block. Continuing the example above, the new ParamValueWR value of is now written to the axis using the SINGLE function block, per the steps in the screen capture below in the order in which they are numbered. (1) Set PNU to 500. (2) Set DatatypeWR to 4. (3) Set ParamValueWR to (4) Set Write bit to 1. (5) Set Execute bit to Figure A.5 Write new Project Zero Point to PNU Finally, as can be seen from the following screen capture of the CTRL function block, once the new zero position is written the CTRL function block automatically updates and reflects the new ActualPosition value. Note that a small position deviation of less than 1 degree is normal. 39

40 After new zero position has been written to PNU 500, the ActualPosition value in the CTRL block updates immediately, e.g. ActualPostion = -0.1 deg (~0.0 deg). Figure A.6 New Project Zero Point reflected in CTRL function block 40

41 B Example: Direct mode, Force mode for continuous rotation The following example provides instructions for operating the MTR-ECI in Direct mode, Force mode (OPM = 5) to achieve continuous rotation. B.1 Edit Force Mode settings in FCT Before operating the motor in Force mode from the PLC, there are parameters that should be set in FCT. These are found in the Motor > Direct Mode screen of FCT. Figure B.1 Force mode settings in FCT 1. In particular the Stroke Limit should be set to a high enough value that the motor will not reach its stroke limit during continuous operation. For most gear ratios available with the MTR-ECI, a Stroke Limit value of 2,000,000.0 degrees is sufficient. 2. Speed Limit should also be set. This is the maximum speed of the motor while in Force mode. If the target force value (SetValueForce) set by the PLC is greater than the force required by the load, the motor will not run away at an uncontrolled speed. It will automatically be limited to the Speed Limit value. 3. Force Window and Quiet Time are optional parameters for continuous rotation. See the Help in FCT for more details. 41

42 B.2 Start continuous rotation in CTRL function block Once the Force mode settings have been downloaded and stored into the motor from FCT, you can start Force mode tasks from within the CTRL function block. Use the diagram below as a guide in the order in which the steps are numbered. (5) Toggle the Stop bit high to low (1 to 0) to stop continuous rotation. (4) Toggle the StartTask bit low to high (0 to 1) to begin continuous rotation. (1) Set OPM = 5 to enable Force mode. (2) Set SetValueForceRamp to a percentage of the nominal value (1 to 100%), e.g. 10 = 10%. (3) Set SetValueForce to a percentage of maximum torque (1 to 100%), e.g. 50 = 50%. Figure B.2 Use CTRL function block to start a continuous rotation task 42

43 C Import EDS file into RSLinx C.1 EDS file provided on Resource DVD An EDS file for the MTR-ECI is included on the resource DVD. It is not essential to import this EDS file into RSLinx, however it does help identify the motor in RSLinx by replacing the yellow question mark? with the following icon: Figure 6.1 MTR-ECI icon provided with EDS file C.2 Use the EDS Hardware Installation Tool to import EDS file 1. Launch the EDS Hardware Installation Tool located in Start > All Programs > Rockwell Software > RSLinx > Tools. 2. Once the tool opens click Add. Click Add. Figure 6.2 Click Add to begin EDS file import process 43

44 3. Select Register a single file and click Browse. Select Register a single file. Click Browse. Figure 6.3 Click to register a single file and Browse for EDS file 4. Locate the file called MTR-ECI-EP_V1_2.eds on the resource DVD and open it. Locate the file called MTR-ECI-EP_V1_2.eds on the resource DVD. Click Open. Figure 6.4 Locate EDS file and open it 44

45 5. After opening the EDS file click Next. Click Next. Figure 6.5 Click Next to accept EDS file location 6. Note the green check mark to the left of the file in the Installation Test Results list. Click Next. Note the green check mark. Click Next. Figure 6.6 Note green check mark and click Next 45

46 7. In the next screen you are asked to select an image for the device, but there is only one provided with the MTR-ECI so simply click Next. Click Next. 8. Click Next once more. Figure 6.7 Click Next to accept image for icon Click Next. Figure 6.8 Click Next to complete import process 46

47 9. Click Finish. Click Finish. Figure 6.9 Click Finish 10. Click Exit. Click Exit. Figure 6.10 Exit Hardware Installation Tool 47

48 C.3 Note MTR-ECI icon in RSLinx Once the EDS file has been imported you can launch RSLinx and scan the network. In addition to the PLC you should see the MTR-ECI icon now displayed. Note MTR-ECI icon displayed in RSLinx. Figure 6.11 Note MTR-ECI icon in RSLinx 48

49 D Wiring connections of the MTR-ECI The diagram below shows the connectors available on the back of the MTR-ECI. D.1 M12 D-coded EtherNet/IP connector The table below shows the available Ethernet cables for the M12 D-coded EtherNet/IP connector. Part No. Type Code Notes M12-RJ45-5M-SA Ethernet Cable 5 m M12-RJ45-10M-SA Ethernet Cable 10 m D.2 M8 3-pin Homing switch connector If you are not using a reference switch: Seal the terminal with the protective cap supplied (ISK-M8). 49

50 Selecting the reference switch: Use the correct switch type normally-open contact in the PNP variant for the reference switch. Use a reference switch with screw locking (outer thread M8x1) at the end of the cable or, as adapter, the connecting cable KM8-M8- with screw locking. Use e.g. the following proximity switches from Festo: Magnetic proximity switches SMT-8M- Inductive proximity sensor SIEN- -M8B- When selecting the sensor, note that the accuracy of the switchover point of the sensor determines the accuracy of the reference point. D.3 M8 4-pin RS232 connector The table below shows the available programming cable for the M8 4-pin RS232 connector. Part No. Type Code Notes KDI-MC-M8-SUB-9-2,5 Programming Cable 2.5 m D.4 M16 24VDC power connector The table below shows the available power cables for the M16 24VDC power connector. Part No. Type Code Notes KPWR-MC-1-M16-3B-5D-SA KPWR-MC-1-M16-3B-10D-SA Power Cable 5 m Cable wires are marked 1, 2, 3 and correspond to the connector pin numbers. The GND wire is GRN/YEL. Power Cable 10 m Cable wires are marked 1, 2, 3 and correspond to the connector pin numbers. The GND wire is GRN/YEL. 50

EtherNet/IP DEVICE CONFIGURATION. A Step by Step Guide

EtherNet/IP DEVICE CONFIGURATION. A Step by Step Guide EtherNet/IP DEVICE CONFIGURATION A Step by Step Guide EtherNet/IP Device Configuration A Step By Step Guide Rev 7.0 1. RSLINX COMMUNICATION SETUP Configure a new driver in RSLinx. Select Ethernet Devices

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_02_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

Motor unit MTR-DCI. Brief overview MTR-DCI. English d [ ]

Motor unit MTR-DCI. Brief overview MTR-DCI. English d [ ] Motor unit MTR-DCI Brief overview MTR-DCI English 8076565 2017-12d [8076567] Translation of the original instructions Documentation on the product For all available product documentation www.festo.com/pk

More information

Using AKD EtherNet/IP with RSLogix Manual

Using AKD EtherNet/IP with RSLogix Manual AKD Using AKD EtherNet/IP with RSLogix Manual Edition October, 2011, Revision A Valid for Hardware Revision C Patents Pending Part Number 903-200009-00 Keep all manuals as a product component during the

More information

Using an AIMCO Gen 4 Controller on a Rockwell PLC with EtherNet IP

Using an AIMCO Gen 4 Controller on a Rockwell PLC with EtherNet IP Using an AIMCO Gen 4 Controller on a Rockwell PLC with EtherNet IP Authors: Kade Olson and Sam Stewart Date: June 18, 2015 Introduction Many AIMCO torque controllers come standard with EtherNet IP. A common

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_01_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_03_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

AKD Using AKD EtherNet/IP with RSLogix Manual

AKD Using AKD EtherNet/IP with RSLogix Manual AKD Using AKD EtherNet/IP with RSLogix Manual Edition: J, November 2018 Valid for firmware version 1.18 Part Number 903-200009-00 Keep all manuals as a product component during the life span of the product.

More information

EtherNet/IP Configuration for a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E. Copyright 2013 Moxa Inc Released on July 15, 2013

EtherNet/IP Configuration for a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E. Copyright 2013 Moxa Inc Released on July 15, 2013 a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E Contents Moxa Technical Support Team support@moxa.com 1. Introduction... 2 2. Applicable products... 2 3. System requirements... 2 4. System

More information

Integration of Dimetix D Series Laser via Ethernet IP with Allen Bradley Systems PLC July 19, 2018

Integration of Dimetix D Series Laser via Ethernet IP with Allen Bradley Systems PLC July 19, 2018 Integration of Dimetix D Series Laser via Ethernet IP with Allen Bradley Systems PLC July 19, 2018 How to find the IP address of your Dimetix Laser 1. By default, the IP address of Dimetix laser is 192.168.0.20.

More information

CM-EIP-1 G9SP Safety Controller EtherNet/IP Adapter Application and Setup Guide

CM-EIP-1 G9SP Safety Controller EtherNet/IP Adapter Application and Setup Guide CM-EIP-1 G9SP Safety Controller EtherNet/IP Adapter Application and Setup Guide 08/17/2012 Section 1: Introduction This document explains the theory, operation, and setup of the Omron STI CM-EIP-1 EtherNet/IP

More information

Technical Note. ACSI Motor/Drive/Controller & ACS Drive with Allen Bradley RSLogix 5000 EtherNet/IP Setup Guide. Contents

Technical Note. ACSI Motor/Drive/Controller & ACS Drive with Allen Bradley RSLogix 5000 EtherNet/IP Setup Guide. Contents ACSI Motor/Drive/Controller & ACS Drive with Allen Bradley RSLogix 5000 EtherNet/IP Setup Guide Contents 1. System Requirements... 2 2. Cabling... 2 3. Setting up the Tolomatic ACS Drive IP Address.. 2

More information

For the configuration of the I/O-modules in a control system an EDS-file is required. The names of the files are as follows:

For the configuration of the I/O-modules in a control system an EDS-file is required. The names of the files are as follows: Quick Reference for I/O-modules 0980 ESL 710 and 0980 ESL 711 This quick reference shall help to put the LioN-M I/O-modules 0980 ESL 710 and 0980 ESL 711 with Ethernet/IP interface into operation. It explains

More information

Using an AIMCO Gen 4 Controller on a Rockwell PLC with Profibus

Using an AIMCO Gen 4 Controller on a Rockwell PLC with Profibus Using an AIMCO Gen 4 Controller on a Rockwell PLC with Profibus Authors: Kade Olson and Sam Stewart Date: June 15, 2015 Introduction Many AIMCO torque controllers come standard with Profibus. A common

More information

Architecture Scalability Using the Kinetix 300 Indexing Servo Drive

Architecture Scalability Using the Kinetix 300 Indexing Servo Drive Architecture Scalability Using the Kinetix 300 Indexing Servo Drive For Classroom Use Only! (RA-11-L09) (IA-11-L13) Publication Number -- Date Architecture scalability using the Kinetix 300 Indexing Servo

More information

Introduction. Contents (these are links; click to jump to a topic)

Introduction. Contents (these are links; click to jump to a topic) Ethernet/IP Add-On Instruction (AOI) and User-defined Data Type (UDT) installation for: ACON, PCON, and SCON controllers, -CA models and later. The SCON-CB-F servo press controller is not covered in these

More information

Motor unit MTR-DCI. Description MTR-DCI-...IO. Description en 1209d [763197]

Motor unit MTR-DCI. Description MTR-DCI-...IO. Description en 1209d [763197] Motor unit MTR-DCI Description MTR-DCI-...IO Description 539616 en 1209d [763197] Adobe, Reader,CANopen and CiA are registered trademarks of the respective trademark owners in certain countries. Contents

More information

Tritex II EtherNet/IP - Option

Tritex II EtherNet/IP - Option Tritex II EtherNet/IP - Option Tritex II Ethernet/IP Option.doc 10/15/13 REV B 952-368-3434 Tritex II EtherNet/IP Option.doc 2 10/15/13 Contents 1. General... 5 1.1. IP Address... 6 1.2. Network Classes...

More information

Motor units MTR-DCI, intelligent servo motors

Motor units MTR-DCI, intelligent servo motors -U- Type discontinued Motor units MTR-DCI, intelligent servo motors Key features General information The motor unit MTR-DCI is an innovative motor with integrated power electronics for positioning tasks.

More information

EtherNet/IP Communications Module

EtherNet/IP Communications Module EtherNet/IP Communications Module M/N RECOMM-ENET Firmware Version 2.xxx Firmware Version 3.xxx Instruction Manual D2-3510-1 The information in this manual is subject to change without notice. Throughout

More information

Tolomatic Motion Interface (TMI)

Tolomatic Motion Interface (TMI) NOTE: Throughout this manual information is color coded as it applies to products Tolomatic Motion Interface (TMI) Information that ONLY applies to Stepper Drives will be noted in grey box. ACS Stepper

More information

Motor controller SFC-DC

Motor controller SFC-DC Motor controller SFC-DC Brief overview SFC-DC-...-IO SFC-DC-...-PB SFC-DC-...-CO SFC-DC-...-DN English 8081484 2018-01f [8081486] Translation of the original instructions Documentation on the product For

More information

DEFAULT IP ADDRESS

DEFAULT IP ADDRESS REAL TIME AUTOMATION 2825 N. Mayfair Rd. Suite 111 Wauwatosa, WI 53222 (414) 453-5100 www.rtaautomation.com EtherNet/IP - DeviceNet Master Gateway MODBUS TCP - DeviceNet Master Gateway Copyright 2007 Real

More information

Epsilon EP. Compact and Economical. 16 Amp Drive. RoHS approved option! Position Tracker. Epsilon EP.

Epsilon EP. Compact and Economical. 16 Amp Drive. RoHS approved option! Position Tracker. Epsilon EP. Compact and Economical The Series is the most compact digital servo drive in the Control Techniques lineup. Designed to fit in cabinets as small as six inches (152 mm) deep, with cables attached. The drives

More information

PROFIBUS for motor controller CMMS/CMMD

PROFIBUS for motor controller CMMS/CMMD Trimming: On top: 61.5 mm Underneath: 61.5 mm Left: 43.5 mm Right: 43.5 mm PROFIBUS for motor controller CMMS/CMMD Description DeviceNet CMMS-ST CMMS-AS CMMD-AS Description 554 358 en 1103a [757 722] Edition

More information

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation HART / EtherNet/IP Gateway GT200-HT-EI V 1.0 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical

More information

PS69-DPS. CompactLogix or MicroLogix Platform Profibus DP Slave Communication Module USER MANUAL

PS69-DPS. CompactLogix or MicroLogix Platform Profibus DP Slave Communication Module USER MANUAL PS69-DPS CompactLogix or MicroLogix Platform Profibus DP Slave Communication Module USER MANUAL Your Feedback Please We always want you to feel that you made the right decision to use our products. If

More information

Version 2.0. January For Firmware versions 4.25 and 5.2

Version 2.0. January For Firmware versions 4.25 and 5.2 Version 2.0 January 2016 For Firmware versions 4.25 and 5.2 ConveyLinx module firmware and functionality is protected by U.S. and international patents. For complete patent information visit www.pulseroller.com/patents

More information

Operating a Power Xpert C445 Global Motor Management Relay with a Rockwell PLC via Ethernet/IP

Operating a Power Xpert C445 Global Motor Management Relay with a Rockwell PLC via Ethernet/IP Operating a Power Xpert C445 Global Motor Management Relay with a Rockwell PLC via Ethernet/IP Introduction The purpose of this application note is to demonstrate how to operate a C445 Motor Management

More information

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC Contents Contents... i FURTHER READING REFERENCE LIST...ii Chapter 1 Introduction...1-1 Chapter 2 System Overview...2-1

More information

DeviceNet Network Configuration

DeviceNet Network Configuration User Manual DeviceNet Network Configuration 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, Studio 5000 Logix Emulate Important User Information Solid-state

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for:

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: USER GUIDE Tolomatic Motion Interface (TMI) Stepper Actuator Control Solutions for: ACS Stepper Drive/Controller/Motors ACS Servo Drive/Controller/Motors Tolomatic Electric Linear Actuators Servo 3600-4167_10_TMI_Gui

More information

Communicating To Acromag Series 9xxEN-6xxx and XTxxx2-xxx Ethernet Modules In An Allen Bradley ControlLogix System

Communicating To Acromag Series 9xxEN-6xxx and XTxxx2-xxx Ethernet Modules In An Allen Bradley ControlLogix System BusWorks 900EN Series 10/100 Mbps Industrial Ethernet I/O Modules APPLICATION NOTE Communicating To Acromag Series 9xxEN-6xxx and XTxxx2-xxx Ethernet Modules In An Allen Bradley ControlLogix System ACROMAG

More information

Motor units MTR-DCI, intelligent servo motors

Motor units MTR-DCI, intelligent servo motors Motor units MTR-DCI, intelligent servo motors Key features General information The motor unit MTR-DCI is an innovative motor with integrated power electronics for positioning tasks. Four components in

More information

EXLAR CORPORATION. Tritex II. EtherNet/IP - Add on Instruction 8/7/2014

EXLAR CORPORATION. Tritex II. EtherNet/IP - Add on Instruction 8/7/2014 EXLAR CORPORATION Tritex II EtherNet/IP - Add on Instruction 8/7/2014 Glossary of terms AOI InOut parameter Modbus Alias Rockwell Add-On Instruction is intended to be used to encapsulate commonly used

More information

Integration of In-Sight with AB PLCs running RSLogix

Integration of In-Sight with AB PLCs running RSLogix Integration of In-Sight with AB PLCs running RSLogix Author: Samantha Frost Published: August 11, 2017 Revision: 1.0 Contents Communicate with a Rockwell ControlLogix PLC... 4 Integration with RSLogix

More information

Application Note. Using the Yaskawa V1000 AC Drive and SI-N3/V DeviceNet Option Kit with AB CompactLogix Programmable Controller. Applicable Product:

Application Note. Using the Yaskawa V1000 AC Drive and SI-N3/V DeviceNet Option Kit with AB CompactLogix Programmable Controller. Applicable Product: Application Note Using the Yaskawa V1000 AC Drive and SI-N3/V DeviceNet Option Kit with AB CompactLogix Programmable Controller Applicable Product: SI-N3/V DeviceNet Option Kit www.yaskawa.com - 1 - January

More information

TeSys T LTM R EtherNet/IP with a Third-Party PLC Quick Start Guide

TeSys T LTM R EtherNet/IP with a Third-Party PLC Quick Start Guide TeSys TLTMR EtherNet/IP with a Third-Party PLC DOCA0119EN-00 06/2015 TeSys T LTM R EtherNet/IP with a Third-Party PLC Quick Start Guide 06/2015 DOCA0119EN-00 www.schneider-electric.com The information

More information

ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC

ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC KENNESAW STATE UNIVERSITY ECET 4530 ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC Introduction: In this exercise you will setup, configure, program and operate

More information

GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module

GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module Safety Application Example GuardLogix Controller to Kinetix 6000 Drive with Safe-Off using EtherNet/IP CompactBlock Guard I/O Module Safety Rating: SIL3/Category 3 (also see SIL3/CAT4 section), according

More information

User's Manual. DAQMaster MW100 Ethernet/IP Instruction Manual

User's Manual. DAQMaster MW100 Ethernet/IP Instruction Manual User's Manual DAQMaster MW100 Ethernet/IP Instruction Manual DAQMaster MW100 Ethernet/IP Instruction Manual IM MW100EIP 2nd Edition: Apr. 2007 Table of Contents Table of Contents... 1 Introduction... 2

More information

EQ7000. User Manual. Rev 1.00

EQ7000. User Manual. Rev 1.00 EQ7000 User Manual Rev 1.00 www.equustek.com Revision 1.00 February 27, 2009 Contents INTRODUCTION...4 ABOUT THIS MANUAL...4 INTENDED AUDIENCE...4 HARDWARE SPECIFICATIONS...5 PHYSICAL SPECIFICATIONS...5

More information

Electronic Displays, Inc. EDV111 Series LED Signs Allen Bradley AOI (Add on Instruction) Software Manual

Electronic Displays, Inc. EDV111 Series LED Signs Allen Bradley AOI (Add on Instruction) Software Manual Electronic Displays, Inc. EDV111 Series LED Signs Allen Bradley AOI (Add on Instruction) Version Control Version Date Author Change Description 1.0 12/01/2012 c.elston Initial release EDV111 Series - LED

More information

AN Use Beckhoff TwinCAT System Manager to configure EtherCAT masters for control of ABB MicroFlex e150 servo drives

AN Use Beckhoff TwinCAT System Manager to configure EtherCAT masters for control of ABB MicroFlex e150 servo drives Motion Control Products Application note Using TwinCAT with the MicroFlex e150 AN00203-002 Use Beckhoff TwinCAT System Manager to configure EtherCAT masters for control of ABB MicroFlex e150 servo drives

More information

B5021 Ethernet Base Supplemental User Guide

B5021 Ethernet Base Supplemental User Guide B5021 Ethernet Base Supplemental User Guide Overview This is a supplemental user guide for the B5021 Ethernet Base and covers the differences between the B5011 and the B5021. Refer to the B5011 manual

More information

PowerFlex 753 Drives (revision )

PowerFlex 753 Drives (revision ) Release Notes PowerFlex 753 Drives (revision 10.003) These release notes correspond to major revision 10, minor revision 3 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

ControlLogix Redundancy Update and Module Replacement Guidelines

ControlLogix Redundancy Update and Module Replacement Guidelines Reference Manual Original Instructions ControlLogix Redundancy Update and Module Replacement Guidelines Product Family ControlLogix 5570 Controllers Important User Information Read this document and the

More information

Building a groov HMI for Allen-Bradley Logix Systems. About groov. Building a groov HMI for Allen-Bradley Logix. A-B Systems and groov

Building a groov HMI for Allen-Bradley Logix Systems. About groov. Building a groov HMI for Allen-Bradley Logix. A-B Systems and groov About groov Opto 22 s groov makes it easy to build and deploy simple, effective operator interfaces for your system. groov is browser-based and uses only Internet standards (HTML5, CSS3, SVG, SSL). That

More information

Motor controllers CMMS-ST, for stepper motors

Motor controllers CMMS-ST, for stepper motors Key features Performance characteristics Compactness Motion control Small dimensions Full integration of all components for controller and power section, including RS232 and CANopen interface Integrated

More information

Document Number: Rev. B

Document Number: Rev. B User Guide Trademark Notices Microsoft and Windows are registered trademarks of Microsoft Corporation. Other product names mentioned herein may be trademarks and/or registered trademarks of their respective

More information

CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter

CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter User Manual CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter Catalog Numbers 2100-ENET Series A FRN 1.XXX Important User Information Solid-state equipment has operational characteristics

More information

Optimised Motion Series Electric cylinder EPCO and motor controller CMMO-ST. Easy for you!

Optimised Motion Series Electric cylinder EPCO and motor controller CMMO-ST. Easy for you! Optimised Motion Series Electric cylinder EPCO and motor controller CMMO-ST Easy for you! Highlights Simple A single order code for product selection and configuration Optimised, fixed combination of drive

More information

Powermonitor 1000 Unit

Powermonitor 1000 Unit Powermonitor 1000 Unit User Manual (Catalog Numbers 1408-TR1A-485, 1408-TR2A-485, 1408- EM1A-485, 1408-EM2A-485, 1408- EM3A-485, 1408-TR1A-ENT, 1408- TR2A-ENT, 1408-EM1A-ENT, 1408- EM2A-ENT, 1408-EM3A-ENT)

More information

Communicating To Acromag Series 9xxEN-6xxx Ethernet Modules In An Allen Bradley CLX5555 Control System

Communicating To Acromag Series 9xxEN-6xxx Ethernet Modules In An Allen Bradley CLX5555 Control System BusWorks 900EN Series 10/100 Mbps Industrial Ethernet I/O Modules APPLICATION NOTE Communicating To Acromag Series 9xxEN-6xxx Ethernet Modules In An Allen Bradley CLX5555 Control System ACROMAG INCORPORATED

More information

# Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: or

# Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: or EQ7000 User Manual Rev 1.04 www.equustek.com Revision 1.04 Feb 20th, 2017 #286-5489 Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: 888-387-3787 or 604-266-8547 www.equustek.com Page 1 Contents INTRODUCTION...4

More information

Honeywell HC-900 with Acromag 967EN Modbus/TCP Module as Remote I/O

Honeywell HC-900 with Acromag 967EN Modbus/TCP Module as Remote I/O Acromag, Incorporated 30765 S Wixom Rd, PO Box 437, Wixom, MI 48393-7037 USA Tel: 248-295-0880 Fax: 248-624-9234 www.acromag.com Honeywell HC-900 with Acromag 967EN Modbus/TCP Module as Remote I/O Contents:

More information

APPLICATION NOTE. Title: SigmaLogic Example Code Example Manual. 1. Application Overview. Revision 2 February 21, 2018 Page 1 of 31

APPLICATION NOTE. Title: SigmaLogic Example Code Example Manual. 1. Application Overview. Revision 2 February 21, 2018 Page 1 of 31 1. Application Overview SigmaLogic is an EtherNet/IP Indexer that was designed to work seamlessly with the CompactLogix and ControlLogix PLCs from Allen Bradley. Yaskawa has created Add-On Instructions

More information

Document Number: Rev. C

Document Number: Rev. C User Guide Trademark Notices Microsoft and Windows are registered trademarks of Microsoft Corporation. Other product names mentioned herein may be trademarks and/or registered trademarks of their respective

More information

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800)

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800) Servo Drives The wide product range of LinMot servo drives allows the rapid implementation in applications from simple two position point to point movements up to complex, high-precision multi-axis synchronization

More information

Operating a PowerXL DC1/DE1 Drive with a Rockwell PLC on Ethernet/IP

Operating a PowerXL DC1/DE1 Drive with a Rockwell PLC on Ethernet/IP Application Note Effective August 2016 DC1 Drive on Ethernet/IP Operating a PowerXL DC1/DE1 Drive with a Rockwell PLC on Ethernet/IP Introduction The purpose of this application note is to demonstrate

More information

APPLICATION NOTE /20/02 Getting started using IPM240-5E with a brushless motor

APPLICATION NOTE /20/02 Getting started using IPM240-5E with a brushless motor Problem: For new users of an intelligent drive, starting to implement a motion control application can be a quite complex task. You need to know how to hook-up the components of the motion system, to configure

More information

EtherNet /IP. Interface Configuration Quick Start

EtherNet /IP. Interface Configuration Quick Start EtherNet /IP Interface Configuration Quick Start Trademark Notices Comtrol, DeviceMaster, and PortVision are registered trademarks of Comtrol Corporation. ControlLogix, PLC-5 and Rockwell Automation are

More information

Product Demo Instructions. MP2600iec Demo Instructions: v03. Applicable Product: MP2600iec with MotionWorks IEC Pro

Product Demo Instructions. MP2600iec Demo Instructions: v03. Applicable Product: MP2600iec with MotionWorks IEC Pro Product Demo Instructions MP2600iec Demo Instructions: v03 Applicable Product: MP2600iec with MotionWorks IEC Pro Yaskawa Electric America 2121 Norman Drive South Waukegan, IL 60085 1-800-927-5292 Page

More information

Mini slide SLTE, electric

Mini slide SLTE, electric Precise and rigid guide High flexibility Adjustable end position cushioning 2005/04 Subject to change Products 2004/2005 1 / 1 Key features Field of application Special features Precise and rigid guide

More information

The JVL Add on functions help integration of the JVL stepper series in the CompactLogix PLC series programming environment.

The JVL Add on functions help integration of the JVL stepper series in the CompactLogix PLC series programming environment. JVL Add On Instructions for RockWell CompactLogix series The JVL Add on functions help integration of the JVL stepper series in the CompactLogix PLC series programming environment. Basically the motor

More information

AKD Ethernet IP: Using Compactlogix or Contrologix With No Cyclic Poll ( Explicit Messaging Only )

AKD Ethernet IP: Using Compactlogix or Contrologix With No Cyclic Poll ( Explicit Messaging Only ) AKD Ethernet IP: Using Compactlogix or Contrologix With No Cyclic Poll ( Explicit Messaging Only ) In general most users want to use the benefit of using add-on-instructions, getting built in and extended

More information

Simple Motion Control Connected Components Building Block. Quick Start

Simple Motion Control Connected Components Building Block. Quick Start Simple Motion Control Connected Components Building Block Quick Start Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

FLEX I/O Dual Port EtherNet/IP Adapter Modules

FLEX I/O Dual Port EtherNet/IP Adapter Modules User Manual FLEX I/O Dual Port EtherNet/IP Adapter Modules Catalog Numbers 1794-AENTR, 1794-AENTRXT Important User Information Solid-state equipment has operational characteristics differing from those

More information

AMCI NX3A1E Specifications Rev 0.0 Resolver PLS Ethernet Module

AMCI NX3A1E Specifications Rev 0.0 Resolver PLS Ethernet Module Module Overview The AMCI NX3A1E module is a single resolver input programmable limit switch module that is programmed by and communicates on Ethernet. The functionality of the NX3A1E is similar to the

More information

Quick Start Guide EAx580 EtherNet/IP encoder

Quick Start Guide EAx580 EtherNet/IP encoder Quick Start Guide EAx580 EtherNet/IP encoder 06.18 174.02.078/1 Subject to modification in technic and design. Errors and omissions excepted. Content 1 Introduction... 3 2 Safety and Operating Instructions...

More information

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO DeviceNet/PROFIBUS-DP Adapter - User Manual REV 4.0 SiboTech Automation Co., Ltd. Technical Support: +86-21-5102 8348 E-mail:gt@sibotech.net Table of Contents 1 ABOUT THIS DOCUMENT...2 1.1 GENERAL... 2

More information

PowerFlex 755 Drives (revision 4.002)

PowerFlex 755 Drives (revision 4.002) Release Notes PowerFlex 755 Drives (revision 4.002) These release notes correspond to major revision 4, minor revision 2 of firmware for PowerFlex 755 drives. Introduction The following information is

More information

Addendum to Verbatim Gateway Owner's Manual. Gateway Ethernet Module Setup. Version 5.0

Addendum to Verbatim Gateway Owner's Manual. Gateway Ethernet Module Setup. Version 5.0 Addendum to Verbatim Gateway Owner's Manual Gateway Ethernet Module Setup Version 5.0 Revision History Rev # Description Author/Editor Date 3 Draft. Re-write of 2.0 Davey Hudson 4/10/2015 4 Draft. Re-write

More information

Date 18/05/17. Operation and maintenance instructions for driver configurator QSet

Date 18/05/17. Operation and maintenance instructions for driver configurator QSet Operation and maintenance instructions 28 1. General recommendations The recommendations regarding safe use in this document should be observed at all times. Some hazards can only be associated with the

More information

FlexPak 3000 Drive Operator Interface Module (OIM) User s Guide

FlexPak 3000 Drive Operator Interface Module (OIM) User s Guide FlexPak 3000 Drive Operator Interface Module (OIM) User s Guide Instruction Manual D2-3344 The information in this manual is subject to change without notice. Throughout this manual, the following notes

More information

Festo Handling and Positioning Profile

Festo Handling and Positioning Profile Festo Handling and Positioning Profile Description FHPP Motor controller Type CMMP-AS CMMS-ST CMMS-AS CMMD-AS Festo handling and positioning profile Description 555 696 en 1011b [757 714] Contents and

More information

Copyright Information. Copyright ThePlcCorner.com

Copyright Information. Copyright ThePlcCorner.com Copyright Information Copyright 2009-2010 ThePlcCorner.com All rights reserved. No part of these pages may be used for any purpose other than personal use. Therefore, reproduction, modification, storage

More information

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0 The SD17098IX is a 170V 9.8amp stepper driver and indexer combination that communicates on a Network. The available networks, along with the corresponding AMCI part numbers, are shown in the following

More information

Motor units MTR-DCI, intelligent servo motors

Motor units MTR-DCI, intelligent servo motors Key features General information The motor unit MTR-DCI is an innovative motor with integrated power electronics for positioning tasks. Four components in one housing Integrated in the MTR-DCI are the

More information

APPLICATION NOTE

APPLICATION NOTE Problem: For new users of an intelligent drive, starting to implement a motion control application can be a quite complex task. You need to know how to hook-up the components of the motion system, to configure

More information

Motor unit MTR-DCI. Description MTR-DCI-...-DN. Description en 1209a [763221]

Motor unit MTR-DCI. Description MTR-DCI-...-DN. Description en 1209a [763221] Motor unit MTR-DCI Description MTR-DCI-...-DN Description 553531 en 1209a [763221] Adobe, Reader, DeviceNet, Allen-Bradley, CANopen and CiA are registered brand names of the respective brand holders in

More information

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC

eth1000_large.jpg Using ICC ETH-1000 EtherNet/IP Interface with Mitsubishi iq PLC eth000_large.jpg Using ICC EtherNet/IP Interface with Mitsubishi iq PLC Contents Contents... i FURTHER READING REFERENCE LIST... ii Chapter Chapter Chapter... -... -... -. Changing the IP Address of the

More information

softmc Configurator Technical Training Manual Manual Revision: 1.0

softmc Configurator Technical Training Manual Manual Revision: 1.0 Technical Training Manual Manual Revision: 1.0 Revision History Document Revision Date Remarks 1.0 Sept. 2016 Initial release. softmc FW 0.4.16.2 Copyright Notice Disclaimer Trademarks 2016 Servotronix

More information

Scalable Motion Solutions

Scalable Motion Solutions Scalable Motion Solutions Presenters Kevin Miller Schaedler Yesco Darryl Jacobs Rockwell Automation Copyright 2008 Rockwell Automation, Inc. All rights reserved. Agenda 1. Integrated Architecture and Motion

More information

3204 Module Specifications Four Channel ControlLogix Stepper Module Revision 1.0

3204 Module Specifications Four Channel ControlLogix Stepper Module Revision 1.0 The 3204 module is a four-axis stepper controller that occupies one slot in a ControlLogix rack. This unit receives profile data from the PLC and outputs Step and Direction signals or Clockwise/Counter

More information

Indra Works DS Tuning Procedure

Indra Works DS Tuning Procedure Indra Works DS Tuning Procedure Rexroth Indramat drives can be tuned in-house or in the field. The following procedures are written for a technician tuning a drive, in-house. Where an asterisk (*) appears,

More information

MDrive Linear Actuator

MDrive Linear Actuator MDrive Linear Actuator Compact, integrated all-in-one linear motion systems MDrive 23 Plus Linear Actuator, Description MDrive Plus Linear Actuator Presentation The MDrive Plus Linear Actuator is an integrated

More information

D0 DEVNETS and Allen Bradley Set up. RSNetworx

D0 DEVNETS and Allen Bradley Set up. RSNetworx D0 DEVNETS and Allen Bradley Set up RSNetworx G 2 Setup D0 DEVNETS with Allen Bradley RSNetWorx For those who are using the D0 DEVNETS as a slave with an Allen Bradley PLC, the examples on the following

More information

SIMATIC/SINAMICS. Getting started with SINAMICS V90 PN on S Motion Control. Fundamental safety instructions 1. Introduction

SIMATIC/SINAMICS. Getting started with SINAMICS V90 PN on S Motion Control. Fundamental safety instructions 1. Introduction Fundamental safety instructions 1 Introduction 2 SIMATIC/SINAMICS Getting started with SINAMICS V90 PN on S7-1500 Motion Control Getting Started Prepare the configuration 3 Create a project 4 Creating

More information

Logix5000 Control Systems: Connect a PanelView Plus Terminal over an EtherNet/IP Network

Logix5000 Control Systems: Connect a PanelView Plus Terminal over an EtherNet/IP Network Quick Start Logix5000 Control Systems: Connect a PanelView Plus Terminal over an EtherNet/IP Network Catalog Numbers Logix5000 Controllers, 2711P PanelView Plus Terminals Important User Information Solid-state

More information

Familiarization with the PLC Trainer and RSLogix 500

Familiarization with the PLC Trainer and RSLogix 500 Exercise 1 Familiarization with the PLC Trainer and RSLogix 500 EXERCISE OBJECTIVES To become familiar with the Lab-Volt PLC Trainer To run the RSLogix 500 software. To enter the default project files

More information

PowerFlex 753 Drives (revision 8.002)

PowerFlex 753 Drives (revision 8.002) Release Notes PowerFlex 753 Drives (revision 8.002) These release notes correspond to major revision 8, minor revision 2 of firmware for PowerFlex 753 drives. Introduction The following information is

More information

ControlLogix EtherNet/IP Bridge Module

ControlLogix EtherNet/IP Bridge Module Release Notes ControlLogix EtherNet/IP Bridge Module Catalog Number 1756-ENBT Topic Page Enhancements 2 Corrected Anomalies 7 Known Anomalies 11 Application Notes 12 Additional Resources 15 About This

More information

DeviceNet Motor Control

DeviceNet Motor Control Quick-Start Guide for Freedom DN65 DeviceNet I/O Module using Eaton Cutler-Hammer NetView 2.0 This Quick-Start Guide provides instructions for configuring a Cutler-Hammer Freedom full voltage, non-reversing

More information

Release Date Positioning with C2000 and S7 Siemens in Profibus-DP

Release Date Positioning with C2000 and S7 Siemens in Profibus-DP Product AMD Type/Series C2000 Appl. Note Nr. Delta C2000 Issued by DEN Author Marcel Dorti Title Release Date Positioning with C2000 and S7 Siemens in Profibus-DP July, 2016 Devices and special tools/equipment

More information

Configure an X-Gateway EtherNet/IP Adapter with RSLogix 5000

Configure an X-Gateway EtherNet/IP Adapter with RSLogix 5000 Configure an X-Gateway EtherNet/IP Adapter with RSLogix 5000 HMS Industrial Networks AB Page 1 (17) More info about the network and products For the latest manuals, EDS-files, etc., see www.anybus.com

More information

Quick Start Manual G2-2 Series with Ethernet Interface

Quick Start Manual G2-2 Series with Ethernet Interface Getting Started This is a brief document designed to quickly get you started setting up your valve manifold with integrated G2-2 series EtherNet/IP communication protocol. 1) Initial Unpacking and Inspection

More information

Motor controllers CMMO-ST

Motor controllers CMMO-ST q/w Worldwide: Superb: Easy: Festo core product range Covers 80% of your automation tasks Always in stock Festo quality at an attractive price Reduces procurement and storing complexity qready for dispatch

More information

ABB Low Voltage Drives: Add-On Instruction(s) for Logix5000 Controller Platform

ABB Low Voltage Drives: Add-On Instruction(s) for Logix5000 Controller Platform ABB Low Voltage Drives: Add-On Instruction(s) for Logix5000 Controller Platform ii Add-On Instructions for RSLogix 5000 Overview Contents Copyright 2017, ABB Inc. All Rights Reserved Specifications subject

More information

PowerFlex 755 Drives (revision )

PowerFlex 755 Drives (revision ) Release Notes These release notes correspond to major revision 10, minor revision 3 of firmware for PowerFlex 755 drives. Introduction The following information is included in this document: For information

More information