Creating a New Project

This is part of an RSLogix 5000 Tutorial.

The first step in creating an automation program in RSLogix 5000 is to create a project. When you first open RSLogix 5000 you will be presented with a Start Page, and it’s easy to select New Project from this page:

RSLogix 5000 - Creating a New Project

Clicking New Project will open the New Controller dialog:

RSLogix 5000 - New Controller Dialog

The defaults in the New Controller Dialog are fine (a ControlLogix 5561 controller with a 10 slot chassis, and the controller in slot 0 of the chassis). Just enter a name for your controller in the Name field and click OK. The dialog will close and the left side of the window will display the Controller Organizer panel:

RSLogix 5000 - Controller Organizer

I’ve highlighted the most common and important elements in the controller organizer tree:

  1. Controller Tags: Similar to memory files in the old SLC 500 or PLC/5 processors, this is where you can see all your “tags”, a.k.a. variables or memory locations, that are visible by all of your logic.
  2. Main Task & Main Program: This is the default container where you put your logic. You can create more tasks and more programs. Each program can have local tags that are only visible by that program.
  3. I/O Configuration: This is where you setup the physical components of the system like input cards, output cards, motion controllers, VFDs, etc.

I will expand on all of these in later sections of the tutorial.


8 thoughts on “Creating a New Project

  1. Don Drobisz

    I’m a novice at PLCs, but am very familiar with motor controls, and would like to become proficiant with PLCs.
    I need to learn all about these devices.

    Thanks

  2. Vincent

    Excellent tutorial. Thanks a lot to publish this.
    You have any more tutorial for RxLogix 5000 which I can purchase online?

    Thanks again!

  3. matt

    It sure would be nice if there was a link at the bottom called next so we could simply move on to the next section instead of having to go back and then find it. Not a big thing, minor inconvenience, but sure would be nice!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.