AS3 Ethernet IP Basic Tutorial

AS3 Application Note 3.2.1

Connecting an AS3 to a PLC over Ethernet for command and feedback.

Estimated Time: 30 Minutes

Level: 3

Prerequisite: AS3 Application Note 1.1.1 Navigating Menus & Parameters

1. Introduction

This tutorial is intended for use as a learning aid with basic localized setup and ASD run/stop examples. For the complete guide, please visit www.toshiba.com/tic/ to download the latest ASD Instruction Manuals and Ethernet Function Manuals.

This setup uses an Allen Bradley CompactLogix L24ER-QBFC1B controller (revision 28) with a Toshiba AS3 typeform VFAS3-2007P (230V, 1HP) revision V108 and Windows 7 PC. The fundamental setup is similar for all Toshiba ASDs, though the programming tutorial may vary slightly depending on your specific setup.

Referenced manuals:

For advanced users, proceed to section 3 (Setting Up Network IP Addresses) to begin setting up the AS3 IP address and create an Ethernet Module in Studio (RSLogix) 5000.

2. Local Connection Setup

A typical local connection setup involves a PC, a PLC, and an ASD connected via an Ethernet switch.

3. Assigning a Local PC Static IP Address (If applicable)

To configure the IP address and subnet mask on the PC:

  1. Open the Windows Start menu and click Control Panel.
  2. From the Control Panel, click Network and Sharing Center.
  3. Click Change adapter settings.
  4. Right-click Local Area Connection and click Properties.
  5. Click Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  6. Select 'Use the following IP address:' and enter the IP address and Subnet mask. For example, use 192.168.1.2 for the PC IP address and 255.255.255.0 for the Subnet mask. Click OK.

a. Setting Up Allen Bradley Controller Static IP Address

To set the Allen Bradley controller's static IP address, connect an RS232 or USB cable to the controller and use RSLinx.

  1. Connect a USB cable to the controller and open RSLinx.
  2. Right-click the controller and select Module Configuration.
  3. Select the Port Configuration tab, click 'Manually configure IP settings', and enter the IP Address and Network Mask. For this example, use 192.168.1.100 for the controller IP Address and 255.255.255.0 for the Network Mask. Disconnect the USB cable once the static IP addresses are set.

b. Setting Up Toshiba AS3 Static IP Address (Advanced users start here)

To change the AS3 IP address, access the Embedded Ethernet interface through the keypad's Guidance Function. The Toshiba AS3 ASD can also be remotely found via the BootP-DHCP Server tool, as the default AS3 IP Setting Parameter (C610) is set to DHCP.

  1. Accessing the Embedded Ethernet interface on the AS3 keypad: Press the ESC key to access the Setting Mode programming menu.
  2. Scroll down to 'Guidance function' and press OK.
  3. Press OK on the first highlighted menu item ('Embedded Ethernet').
  4. Change IP setting to 'Fixed' and enter the AS3 IP address and Mask. For this example, use 192.168.1.3 for the IP Address and 255.255.255.0 for the Mask.
  5. To apply these changes, cycle power to the drive or perform a soft reset with parameter F899: Communication function reset.

4. Creating a New Studio (RSLogix) 5000 Project and Ethernet Module

  1. Open a new Studio (RSLogix) 5000 project in Logix Designer and select the appropriate controller. For this example, the CompactLogix L24ER-QBFC1B controller is located under 'CompactLogix™ 5370 Controller'.
  2. From the Controller Organizer view, right-click the connected Ethernet module and select 'New Module...'.
  3. Scroll down or type “generic” in the filter box to find and create a 'Generic ETHERNET-MODULE'. Click 'Create'.
  4. Provide a Name (e.g., ASD_AS3) and the appropriate IP Address (e.g., 192.168.1.3) of the AS3. Enter the following information and click OK:
    • Input Assembly Instance: 150
    • Output Assembly Instance: 100
    • Configuration: 1
    • Input Size: 2
    • Output Size: 2
    • Configuration Size: 0
    • Comm Format: Data - INT

5. Setting the Project Path and Going Online

The network and module are now configured. The next step is to go online with the controller.

  1. Open the Communications menu and select 'Who Active'.
  2. From the 'Who Active' screen, select the appropriate controller and set the Project Path and/or Go Online to download the new project to the controller. The 'Unrecognized Device, VF-AS3' connected in the Ethernet tab can be remedied by adding the AS3's .EDS file. This step is optional but recommended.
  3. The controller compares the project to the current offline project. If they differ, a prompt will appear to download the offline project to the controller.
  4. Once online, set the controller to Run Mode via the front controller switch or go to the Communications menu and select 'Run Mode'.

Note: An error may occur in a new project during download if there are no rungs or logic. Create a generic rung in the MainRoutine as shown in the example. A more complete rung example is shown in section 8, Example: Basic Start Stop Rung, page 28.

6. Toshiba AS3 Assembly Instance 150/100

The most common I/O Assembly Instances for the Toshiba AS3 ASD are 100/150 and 102/152. Instance 102/152 allows customization of I/O data using drive parameters C641 through C660. Refer to www.toshiba.com/tic/ for more information on AS3 Embedded Ethernet functionality and other I/O Assembly Instances.

The Ethernet module configuration in this document uses Instance 100/150, allocating 2 Words (16 Bits) each for Output Control and Input Feedback.

Instance 100 Mapping (Controller Output - ASD Input)

Instance 100 utilizes 2 Words (0,1), labeled from Bit 0 to Bit 15. It is primarily used for Run/Stop and Speed Reference to the ASD.

Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7
Word 0 Preset Speed 1 Preset Speed 2 Preset Speed 3 Preset Speed 4 V/f Switching PID Off AccDec 1/ AccDec 2 DC Braking
Bit 8 Bit 9 Bit 10 Bit 11 Bit 12 Bit 13 Bit 14 Bit 15
Jog Run Forward/ Reverse Run/Stop Free Run (ST) Emergency Stop Reset Trip Speed Ref Override Control Ref Override
Word 1 Drive Speed Reference in Hz (decimal format)

Instance 150 Mapping (Controller Input - ASD Output)

Instance 150 utilizes 2 Words (0,1), labeled from Bit 0 to Bit 15. It is primarily used for Status Feedback and Speed Feedback.

Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7
Word 0 Faulted Emergency Stopped Alarm Under Voltage V/F 2 PID AccDec Mode DC Braking
Bit 8 Bit 9 Bit 10 Bit 11 Bit 12 Bit 13 Bit 14 Bit 15
Jog Running Forward/ Reverse Run/Stop Free Run (ST) Emergency Stopping Ready with ST Ready without ST Hand/Auto
Word 1 Drive Speed Feedback in Hz (decimal format)

7. Testing with Controller Tags

a. Example: Input Fault Status

The Studio (RSLogix) 5000 controller tags display the Input Instance 150 mapping as Word 0 and Word 1, each labeled from Bit 0 to Bit 15. The first word in the Controller Tags window under ASD_AS3.I.Data can be expanded to show the 16 Bits.

For example: ASD_AS3:I.Data[0] indicates Word 0 from Instance 100 mapping and is expanded to display all 16 Bits. ASD_AS3:I.Data[0].14 (Bit 14) is active and indicates the ASD is Ready to Run. The example screenshot shows Controller Tags ASD_AS3:I.Data[0].0, ASD_AS3:I.Data[0].1 and ASD_AS3:I.Data[0].12 (Bits 0, 1 and 12) are active, indicating that the ASD is Faulted, Emergency Stopped, and Emergency Stopping.

b. Example: Output Run and Communication Override

The example below shows Output Controller Tags for an AS3 drive running at 60.00 Hz. Expand the first Word under ASD_AS3.O.Data in the Controller Tags window to show the 16 Bits from the Output Instance 150 mapping.

To run the drive using the embedded Ethernet connection, parameters CMod (Run command select) and FMod (Freq command select 1) need to be changed to 'Embedded Ethernet'. By default, these parameters are set to 'Terminal' and 'Terminal RR'.

Writing 6000 into the second Word ASD_AS3:O.Data[1] sends a 60.00 Hz speed command to the ASD via Ethernet IP.

8. Example: Basic Start Stop Rung Example

Using the same project, add 3 coils and a MOV block into the Start Stop rung in the Main-Routine ladder logic.

Point each coil to ASD_AS3.O.Data(0).10, ASD_AS3.O.Data(0).14 and ASD_AS3.O.Data(0).15, which correlate with Run/Stop, Speed Ref Override, and Control Ref Override from Instance 150 mapping.

Move a speed reference value into destination ASD_AS3:O.Data(1), which correlates to the second speed reference Word from Instance 150 mapping.

Once Online, toggle the Start Contact bits to send a run command and a speed reference to the drive.

9. Adding the AS3 .EDS File (Optional)

a. Finding the AS3 CPU Version Number

EDS files are used by the network as configuration files to identify unknown objects for commissioning. Loading an EDS file is not required but is recommended.

To add an EDS file, download the correct EDS file version from www.toshiba.com/tic/. EDS files are ASD CPU version specific. An entire directory may be downloaded, and the network will automatically identify the correct EDS file.

To find the AS3 CPU version number:

  1. Press the i button on the keypad to access the Information menu.
  2. Press and select 'Model information'. The drive CPU version number is located next to 'CPU1 version'. Note this version number and download the correct EDS file(s) from www.toshiba.com/tic/.

b. Adding an .EDS File in Studio (RSLogix) 5000

  1. Open the Tools menu and select 'EDS Hardware Installation Tool'.
  2. Click 'Next'.
  3. Select 'Register an EDS file(s)' and click 'Next'.
  4. Select 'Register a single file' or 'Register a directory of EDS files' to download multiple EDS files. Click 'Browse' and select the file or folder directory containing the EDS file downloaded from www.toshiba.com/tic/. The network will automatically select the correct EDS file if the directory downloaded contains the correct file. Click 'Next'.
  5. Click 'Next'.
  6. The newly registered device and icon will populate. Click 'Next' and 'Finish'.
  7. A quick final check can be done by opening RSLinx and verifying the 'Unrecognized Device' is registered as VF-AS3 with the appropriate icon.
Models: AS3 Ethernet IP Basic Tutorial, AS3, Ethernet IP Basic Tutorial, IP Basic Tutorial, Basic Tutorial, Tutorial

File Info : application/pdf, 37 Pages, 5.20MB

PDF preview unavailable. Download the PDF instead.

AS3 App Note 3.2.1 Ethernet IP Basic Tutorial

References

Microsoft Publisher for Microsoft 365

Related Documents

Preview Toshiba AS3 Ethernet IP Basic Tutorial: Connecting AS3 to PLC
Learn how to connect a Toshiba AS3 Adjustable Speed Drive (ASD) to a Programmable Logic Controller (PLC) over Ethernet/IP for command and feedback. This tutorial provides a basic setup guide for configuring static IP addresses, creating RSLogix 5000 projects, and testing controller tags for AS3 drives.
Preview TOSVERT VF-AS3 Variable Speed Drive: High-Performance Inverter for Industrial Automation
Explore the TOSHIBA TOSVERT VF-AS3 variable speed drive, a high-performance inverter designed for industrial applications. Featuring built-in Ethernet, real-time clock, web server, and advanced control functions like PID, pump, and position control, the VF-AS3 ensures IoT and Industry 4.0 readiness, enhanced safety, and efficient motor management for diverse industries.
Preview Toshiba AS3 Sleep Function (Non-PID Control): Programming and Operation Guide
Learn how to program and operate the Toshiba AS3 variable frequency drive's Sleep Function (Non-PID control) for energy saving and motor lifespan extension. This guide covers setup, parameters, and verification.
Preview Toshiba TOSVERT VF-AS3 Industrial Inverter Instruction Manual
Comprehensive instruction manual for the Toshiba TOSVERT VF-AS3 industrial inverter, detailing installation, wiring, operation, safety precautions, and maintenance for 3-phase motors. Covers high-performance speed control applications.
Preview Toshiba VFAS3 Sleep Function Programming Guide
This guide explains how to program and operate the Toshiba VFAS3 variable frequency drive's sleep function for energy saving and motor lifespan extension. It covers parameter settings, explanations, and verification steps.
Preview TOSHIBA TOSVERT VF-S15 Industrial Inverter Quick Start Manual
This Quick Start Manual provides essential information for the safe and efficient installation, operation, and maintenance of the TOSHIBA TOSVERT VF-S15 Industrial Inverter. Designed for 3-phase induction motors, this inverter incorporates critical safety functions to ensure reliable performance in industrial applications.
Preview Toshiba S15 VFD: Navigating Menus and Parameters Guide
A comprehensive guide to navigating the menus and parameters of the Toshiba S15 Variable Frequency Drive (VFD), covering Standard Mode, Program Mode, and Monitor Mode operations.
Preview Toshiba VF-PS1 Frequency Converter: Abbreviated Programming Manual
This abbreviated programming manual provides essential instructions for setting up and operating the Toshiba VF-PS1 frequency converter, covering basic parameters, wiring, PID control, and troubleshooting for 200V and 400V three-phase models (18.5 kW to 630 kW).