Yaskawa Drive (V1000, A1000, GA500, GA700) connect to AllenBradly PLC (Controllogix and Compactlogix). Configuration without EDS file installation using Rslogix 5000 Version 16 and later.
Supported Drive:
- V1000 (Tested)
- A1000 (Tested)
- GA500 (Not Tested)
- GA700 (Not Tested)
Requirements:
- Rslogix 5000 Version 16 and later, Studio 5000 Version 21 and later
- Yaskawa Drive User Defined Data Type Download
- Drive A1000 or V1000 and Ethernet Card SI-EN3
- Prepare the A1000 drive parameters. How to parameter Upload and Download. Download Drive Parameter file.
Procedure:
- Open the Studio 5000 program (Offline)
- Right click Ethernet network card and select New module
- Select Generic Ethernet Module and Click Create button
- Fill the require information in dialog box
- Enter the Requested Packet Interval (RPI) in your requirements
- Right Click the User Define and select the Import Data Type
- Now import User Defined Data Type
- Open the routine add two COP instructions. First COP Source is (Conveyor_1:I) Drive input data, Destination is (Conv_1_IN) Local Data with description. Second COP Source is (Conv_1_OUT) Local Data with description, Destination is (Conveyor_1:O) Drive output data.
- Create new tag Conv_1_IN with IN_DATA_A1000 data type and Conv_1_OUT with OUT_DATA_A1000 data type.
- Sample program to RUN in Forward and Reverse.