To properly use the product, read this manual thoroughly and retain
for easy reference, inspection, and maintenance. Ensure the end user
receives this manual.
No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means,
mechanical, electronic, photocopying, recording, or otherwise, without the prior written permission of Yaskawa. No patent
liability is assumed with respect to the use of the information contained herein. Moreover, because Yaskawa is constantly
striving to improve its high-quality products, the information contained in this manual is subject to change without notice.
Every precaution has been taken in the preparation of this manual. Yaskawa assumes no responsibility for errors or omissions.
Neither is any liability assumed for damages resulting from the use of the information contained in this publication.
Table of Contents
1PREFACE AND SAFETY.........................................................................................4
7AOI DATA TAG DESCRIPTION.............................................................................18
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
3
1 Preface and Safety
1Preface and Safety
Yaskawa manufactures products used as components in a wide variety of industrial systems and equipment. The selection and
application of Yaskawa products remain the responsibility of the equipment manufacturer or end user. Yaskawa accepts no
responsibility for the way its products are incorporated into the final system design. Under no circumstances should any
Yaskawa product be incorporated into any product or design as the exclusive or sole safety control. Without exception, all
controls should be designed to detect faults dynamically and fail safely under all circumstances. All systems or equipment
designed to incorporate a product manufactured by Yaskawa must be supplied to the end user with appropriate warnings and
instructions as to the safe use and operation of that part. Any warnings provided by Yaskawa must be promptly provided to
the end user. Yaskawa offers an express warranty only as to the quality of its products in conforming to standards and
specifications published in the Yaskawa manual. NO OTHER WARRANTY, EXPRESS OR IMPLIED, IS OFFERED.
Yaskawa assumes no liability for any personal injury, property damage, losses, or claims arising from misapplication of its
products.
4
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
2 Product Overview
2Product Overview
u
About this Product
This document is designed to assist the user in configuration and application of Yaskawa Logix Add-On Instruction (AOI).
This document is intended for use by those familiar with the configuration of communication networks for industrial and
commercial applications. The user should be familiar with Logix Designer/RSLogix software and Yaskawa AC drives.
The Yaskawa Logix AOI facilitates the integration of Yaskawa drives into a Rockwell Automation Logix environment by
providing automatic tag generation for data being received from the drive and a single location to view the information sent
between the controller and the drive.
u
Terms
Note: Indicates supplemental information that is not related to safety messages.
Drive: Yaskawa Drive
AOI: Add-On Instruction
u
Registered Trademarks
All trademarks are the property of their respective owners.
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
5
3 Importing AOI
3Importing AOI
NOTICE: Yaskawa AOI requires Logix Designer or RSLogix 5000 version 16 or later.
Download and unzip the Yaskawa AOI zip file from the Yaskawa website at http://www.yaskawa.com.
1.
Note:Please note the directory of the unzipped file. The location is important to the AOI import process in Logix.
Open RSLogix 5000/Logix Designer and right-click on “Add-On Instructions” in the Controller Organizer tree then
select “Import Add-On Instruction…”
Figure 1 Import Add-On Instruction in the Controller Organizer Tree
Refer to AOI Selection on page 17 to select the correct AOI based on the application.
2.
NOTICE: Use the correct AOI. Using incorrect AOI could result in incorrectly mapped data or AOI set-up problems.
6
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
3 Importing AOI
Navigate to the unzipped file directory from Step 1, select the AOI file and click the “Import…” button as shown in
3.
Figure 2.
Figure 2 Import the AOI File
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
7
3 Importing AOI
The ”Import Configuration” window will display the AOI import properties and notify the user of any warnings or errors.
4.
Click “OK” in the “Import Configuration” window.
Figure 3 Import Configuration Window
The imported AOI now appears under the “Add-On Instructions” folder of the Controller Organizer tree.
5.
Figure 4 Imported AOI in the Controller Organizer Tree
8
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
4Setting Up the AOI
Click on file name
displayed here
This is the file name shown
in the “Add-On” Tab
Incorporate the imported AOI into the Logix program.
1.
Either drag and drop the file from the Controller Organizer tree as shown in Figure 5.
4 Setting Up the AOI
Figure 5 Drag the AOI from the Toolbar into the Program
Or click on the file name in the “Add-On” tab as shown in Figure 6.
Figure 6 Click on the the AOI in the Add-On Tab
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
9
4 Setting Up the AOI
Define a tag for the AOI.
2.
Click on the “?” next to the “...” button on the tag for which the AOI should be assigned.
Figure 7 Define the Tag
Note:The assigned tag name will be used throughout the program and should reflect the application. For example, the name
“Chilled_Water_Pump_01” would be appropriate for an application where the drive operates a chilled water pump.
In this procedure, the example assigned name will be “AOI_Name” as shown in Figure 8.
When the tag assigned to the AOI does not exist, proceed to Step 3 to create a new variable.
If the tag assigned to the AOI already exists, skip to Step 5.
Figure 8 Assign the Tag Name
10
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
4 Setting Up the AOI
Right-click on the tag (“AOI_Name” in this example), then select “New 'AOI_Name'” as shown in Figure 9to bring up
3.
the “New Tag” window.
Figure 9 Create a New Variable
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
11
4 Setting Up the AOI
The information shown in the “New Tag” window will define the new tag.
4.
Confirm the information as shown in Figure 10 and click “Create”.
Figure 10 New Tag Window
12
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
4 Setting Up the AOI
Direct the AOI to where it will read and write data.
5.
Note:The Yaskawa drive must be added to the I/O configuration prior to determining AOI read and write locations. Refer to application
note AN.AFD.09 for details on adding Yaskawa drives into Logix. AN.AFD.09 is posted on the Yaskawa website,
www.yaskawa.com.
Cick the “?” next to “Node_Input_Assy” as shown in Figure 11 to assign the input assembly (from drive to PLC) data.
Figure 11 Assign the Input Assembly
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
13
4 Setting Up the AOI
Click the “?” next to “Node_Output_Assy” as shown in Figure 12 to assign the output assembly (PLC to drive) data.
NOTICE: If the “Node_Input_Assy” or “Node_Output_Assy” fields do not appear in the AOI block, the node has not yet been created.
The fields will automatically appear when the node is created.
Figure 12 Assign the Output Assembly
The AOI setup is now complete and the AOI is ready to be used in the program.
6.
Figure 13 Successfully Completed AOI
14
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
5Using the AOI
The following sections outline the more useful features of the AOI.
u
Creating Tags
When the AOI is implemented it will automatically create additional tags for use in the PLC logic.
5 Using the AOI
Figure 14 Tags Associated with AOI Names YAI_Assy_70_71_20_21_EIP_Hz
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
15
5 Using the AOI
u
Test Run
The AOI can test run the motor to which it is connected and help verify communication to the desired drive prior to creating
any type of logic.
Observing the output bits of the AOI while online with the PLC allows users to view the status of the drive. The corresponding
tag displays green when the bit is high.
Users can also enter values into the AOI to send commands through the function block.
For example, enter a value of “1” in the “RunFwd” section to send a forward run command to the drive, and it will set the
forward run command bit high. The “RunningFwd” output bit then turns green to indicate that the drive is running.
Figure 15 Test Run Information on AOI Block
u
Troubleshooting
The AOI block can help troubleshoot communications between the PLC and drive.
The AOI block will display the status of the AOI tags being used. The block displays the command being issued to the drive
and the drive status information being received from the drive.
16
Figure 16 AOI Block Displaying Status
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
6AOI Selection
Use Table 1 to select the proper AOI based on Input and Output Assemblies.
Table 1 AOI Selection Table
Input AssemblyOutput AssemblyCorrect AOI
70 or 7120 or 21YAI_Assy_70_71_20_21_EIP_Hz
70 or 7122 or 23YAI_Assy_70_71_22_23_EIP_Hz
70 or 71101YAI_Assy_70_71_101_EIP_Hz
70 or 71116YAI_Assy_70_71_116_EIP_Hz
72 or 7320 or 21YAI_Assy_72_73_20_21_EIP_Hz
72 or 7322 or 23YAI_Assy_72_73_22_23_EIP_Hz
72 or 73101YAI_Assy_72_73_101_EIP_Hz
72 or 73116YAI_Assy_72_73_116_EIP_Hz
15120 or 21YAI_Assy_151_20_21_EIP_Hz
15122 or 23YAI_Assy_151_22_23_EIP_Hz
151101YAI_Assy_151_101_EIP_Hz
151116YAI_Assy_151_116_EIP_Hz
16620 or 21YAI_Assy_166_20_21_EIP_Hz
16622 or 23YAI_Assy_166_22_23_EIP_Hz
166101YAI_Assy_166_101_EIP_Hz
166116YAI_Assy_166_116_EIP_Hz
6 AOI Selection
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
17
7 AOI Data Tag Description
7AOI Data Tag Description
Table 2 gives descriptions of tags found in the various AOIs.
Table 2 AOI Data Tags
TagDescription
AlarmDrive is in an alarm (not faulted) state.
Analog_Input_1_LevelSignal level of analog input 1 (AI1) in %.
Analog_Output_1Signal level of analog output 1 (AO1) in %.
Analog_Output_2Signal level of analog output 2 (AO2) in %.
At_SpeedDrive output frequency is at the level set by frequency reference.
Custom_In_1Data read from custom data defined by F7-33.
Custom_In_1_ErrorError reading custom data defined by F7-33.
Custom_In_10Data read from custom data defined by F7-42.
Custom_In_10_ErrorError reading custom data defined by F7-42.
Custom_In_2Data read from custom data defined by F7-34.
Custom_In_2_ErrorError reading custom data defined by F7-34.
Custom_In_3Data read from custom data defined by F7-35.
Custom_In_3_ErrorError reading custom data defined by F7-35.
Custom_In_4Data read from custom data defined by F7-36.
Custom_In_4_ErrorError reading custom data defined by F7-36.
Custom_In_5Data read from custom data defined by F7-37.
Custom_In_5_ErrorError reading custom data defined by F7-37.
Custom_In_6Data read from custom data defined by F7-38.
Custom_In_6_ErrorError reading custom data defined by F7-38.
Custom_In_7Data read from custom data defined by F7-39.
Custom_In_7_ErrorError reading custom data defined by F7-39.
Custom_In_8Data read from custom data defined by F7-40.
Custom_In_8_ErrorError reading custom data defined by F7-40.
Custom_In_9Data read from custom data defined by F7-41.
Custom_In_9_ErrorError reading custom data defined by F7-41.
Custom_Out_1Data to be written to custom data defined by F7-23.
Custom_Out_1_ErrorError writing to custom data defined by F7-23.
Custom_Out_10Data to be written to custom data defined by F7-32.
Custom_Out_10_ErrorError writing to custom data defined by F7-24.
Custom_Out_2Data to be written to custom data defined by F7-24.
Custom_Out_2_ErrorError writing to custom data defined by F7-25.
Custom_Out_3Data to be written to custom data defined by F7-25.
Custom_Out_3_ErrorError writing to custom data defined by F7-26.
Custom_Out_4Data to be written to custom data defined by F7-26.
Custom_Out_4_ErrorError writing to custom data defined by F7-27.
Custom_Out_5Data to be written to custom data defined by F7-27.
Custom_Out_5_ErrorError writing to custom data defined by F7-28.
Custom_Out_6Data to be written to custom data defined by F7-28.
Custom_Out_6_ErrorError writing to custom data defined by F7-29.
Custom_Out_7Data to be written to custom data defined by F7-29.
Custom_Out_7_ErrorError writing to custom data defined by F7-30.
Custom_Out_8Data to be written to custom data defined by F7-30.
Custom_Out_8_ErrorError writing to custom data defined by F7-31.
Custom_Out_9Data to be written to custom data defined by F7-31.
Custom_Out_9_ErrorError writing to custom data defined by F7-32.
DC_Bus_VoltDrive DC bus voltage in Vdc.
18
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
7 AOI Data Tag Description
TagDescription
Digital_Output_1Digital output one status (M1-M2).
Digital_Output_2Digital output two status (M3-M4).
Digital_Output_3Digital output three status (M5-M6).
Digital_Output_FaultDigital output status of the fault contact (MA-MB-MC).
Digital_Output_Fault_EnableBit to enable to the ability to control the fault contact via the network.
Drive_StateStatus code of the drive state.
Error_CodeCustom data error code provides additional information on the cause of the custom error bit.
External_FaultActivating this bit will trigger an EF0 fault in the drive.
FaultedDrive is in a faulted state.
FaultResetActivating this bit will reset a fault in the drive (if resettable).
Freq_CmdCommanded frequency reference from the network.
Freq_RefFrequency reference command that is sent to the drive via the network.
MFI_3Activating this bit will execute the function programmed for S3.
MFI_4Activating this bit will execute the function programmed for S4.
MFI_5Activating this bit will execute the function programmed for S5.
MFI_6Activating this bit will execute the function programmed for S6.
MFI_7Activating this bit will execute the function programmed for S7.
MFI_8Activating this bit will execute the function programmed for S8.
MFO_1Activating this bit will change the status of multi-function output 1 (M1-M2).
MFO_1_StatusStatus of multi-function output 1 (M1-M2).
MFO_2Activating this bit will change the status of multi-function output 2 (M3-M4).
MFO_2_StatusStatus of multi-function output 2 (M3-M4).
MFO_3Activating this bit will change the status of multi-function output 3 (M5-M6).
MFO_3_StatusStatus of multi-function output 3 (M5-M6).
Motor_Rated_Torq
Motor_SpeedMotor output speed in Hz.
Net_Control
Net_Ref
NetCtrlStatusBit is active if start/stop control is through the network.
NetRefStatusBit is active if the speed reference is through the network.
Node_Input_AssyInput assembly data fed into the AOI. Define this data for the AOI to operate.
Node_Output_AssyOutput assembly data fed into the AOI. Define this data for the AOI to operate.
OPEoPE alarm is present in the drive.
Output_CurrentOutput current of the drive in amps.
Output_FreqOutput frequency of the drive in Hz.
PG_CountEncoder feedback counter. The value in quadrature counts of the encoder.
ReadyDrive is in the ready state.
ResetFault reset to the drive is active.
RunFwdActivate the bit to run the drive in the forward direction.
RunningDrive is in run mode.
RunningFwdDrive is running in the forward direction.
RunningRevDrive is running in the reverse direction.
RunRevActivate the bit to run the drive in the reverse direction.
Torq_Ref_LimitTorque reference or limit that is being sent to the drive. Scaled by Motor_Rated_Torq.
Torque_ActualTorque value (U1-09) from that drive. Scaled by Motor_Rated_Torq.
UVDrive is in an under voltage condition.
WarningDrive is in a warning (alarm) state.
ZSPDrive is currently at zero speed.
ZSVZero servo is activated in the drive.
Motor rated torque as defined by the motor. Enter this value to scale the torque command. Enter “100.0”
for a range of 0-100.0%.
Activate the bit if start/stop control is desired through the network when b1-02 ≠ 3.
Activate the bit if speed reference control is desired through the network when b1-03 ≠ 3.
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
19
Revision History
MANUAL NO.
Example:
TOEP YAICOM 21A
Published in USA May 2015 15-5
Date of publication
Date of original publication
The revision dates and the numbers of the revised manuals appear on the bottom of the back cover.
Date of Publication
Revision
Number
SectionRevised Content
May 2015--First Edition. This manual supports software version 2.0.0.
20
YASKAWA TOEP YAICOM 21A Logix Add-On Instruction (AOI) User Guide
Add-On Instruction (AOI)
for Logix Designer/RSLogix 5000
User Guide
YASKAWA AMERICA, INC.
2121 Norman Drive South, Waukegan, IL 60085, U.S.A.
Phone: (800) YASKAWA (927-5292) or 1-847-887-7000 Fax: 1-847-887-7310
http://www.yaskawa.com
YASKAWA ELÉTRICO DO BRASIL LTDA.
Avenida Piraporinha 777, Diadema, São Paulo, 09950-0000, Brasil
Phone: 55-11-3585-1100
http://www.yaskawa.com.br
In the event that the end user of this pro duct i s to be the military and said product is to be employed in any weapons system s or the manufactur e
thereof, the export will fall under t he relevant regulatio ns as stipulated in the Foreign Exchange and Foreign Trade Regula tions. Therefore, be sure
to follow all procedures and s ubmit all relevant documentation ac cording to any and all ru les, regula tions and laws that may ap ply.
Specifications are subject to change without notice for ongoing product modifications and improveme nts.