💻

Setting Up Studio 5000 with Emulator

Oct 28, 2024

Using Studio 5000 with Logix Echo Emulator

Introduction

  • Overview of using Studio 5000 software with ControlLogix controllers.
  • Utilizing Logix Echo Emulator for emulating a chassis or CPU.

Setting Up Logix Echo Emulator

  1. Open Logix Echo Software

    • Access via start menu.
    • Initial screen: FactoryTalk Logix Echo Dashboard.
  2. Add a Controller

    • No controllers initially; add one through Devices Menu.
    • Access Devices Menu via compass symbol if not visible.
    • Select 'Add Controller' under Devices.
    • Naming: Suggested name is "L8 CPU".
    • Keep IP Address at 127.0.0.1.
    • Choose a slot, recommended slot 0 (0-16 available).
  3. Verify Controller Setup

    • Double-click the device to view general properties.
    • Ensure the controller instance is on (slider to the right).

Creating a New Project in Studio 5000

  1. Open Studio 5000

    • Go to File > New.
    • Select ControlLogix 5580 as the controller type.
  2. Choose Processor and Name Project

    • Select L81E processor (Ethernet version).
    • Name the project (e.g., "elet 287 test").
    • Set file location (e.g., desktop or default).
  3. Configure Project Settings

    • Set revision to version 33.
    • Keep chassis size at 7 slots.
    • Ensure CPU matches slot 0 as in Logix Echo chassis.
    • Opt not to enable security to avoid lockout.

Building and Configuring the Project

  • Process will build the ControlLogix chassis structure.
  • Controller Organizer contains: project name, controller tags, tasks, I/O configuration.
  • Add modules if necessary: right-click on backplane > New Module.

Testing Communication with Emulator

  1. Verify Communication

    • Go to Communications > Who Active.
    • Use Emulate Ethernet (expand and find 127.0.0.1 9310).
  2. Connect to Emulator

    • Click on Emulate 5580 Controller.
    • Go Online option will be active.
    • Download configuration to the emulator (no logic yet).
  3. Check Connection and Disconnect

    • Verify connection in remote program mode.
    • Disconnect by choosing Go Offline.

Conclusion

  • Initial setup of Logix Echo and Studio 5000 allows for programming exercises.
  • Main goal: establish communication and setup before moving to more complex tasks.