image of assembly process

Application Code Manager: Up and Running

Learn how to create your first project in Application Code Manager.

Studio 5000 Application Code Manager

Stay up to date

Get new content delivered to your inbox every month.
No spam, unsubscribe anytime.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Application Code Manager is a tool that enables you to create Logix Designer projects and more through configuration rather than programming.

While using Application Code Manager, you can leverage libraries of reusable code to get applications running quickly. These can be custom libraries or pre-built and tested libraries that are provided for free by Rockwell Automation.

In this tutorial, I’ll show you how to:

  • set up your first Application Code Manager project,
  • add a controller to to the project,
  • configure tasks and programs in the controller, and
  • generate an ACD file from the Application Code Manager Project.

This will be the foundation for more advanced tutorials that cover more advanced topics like adding IO modules, safety engineering, and creating an HMI for a project.

Prerequisites

To follow this tutorial, you will need to have the following software installed on your computer:

  • Studio 5000 Logix Designer
  • Application Code Manager

Now, let’s get started by creating a project in Application Code Manager.

Create a New Project

If you haven’t already, open Application Code Manager on your computer.

Click on the New button in the top-left corner of the screen to create a new project.

New Project

In the Object Configuration Window that opens, expand the Project folder, select (RA-LIB) ACM 2.00 Project, and click Next.

Project Type

In the next screen, enter a descriptive name for your project and an optional description.

After giving your project a name, click Finish to create the project.

Create Project

Now that we have created our Application Code Manager project, we can add a controller to it.

Add a Controller

You can add a controller in the Preview Pane, which lives in the bottom left corner of the screen.

To add a controller, right-click on the Controllers folder and select Add New from the context menu.

Add Controller

In the Object Configuration Window that opens, expand the GuardLogix controller folder and select the 1756-L85ES GuardLogix Controller.

After you have made your selection, click Next.

Make Selection

Configure Controller Parameters

On the next screen, you can configure the parameters for the controller that you are adding to the project.

At a minimum, you should configure the following parameters:

The Name parameter.

The Slot parameter (for ControlLogix controllers).

The SoftwareRevision parameter.

The ProcessorType parameter.

In this case, I’ll leave the other parameters at their default values.

Configure Parameters

After configuring the parameters, click Finish to add the controller to the project. You should now see your controller in the Preview Pane under the Controllers Folder.

Controller Added

Add a Task

Add a task to the controller by expanding the controller and right-clicking on the Tasks folder. In the context menu, select Add New Task.

Add a Task

The Object Configuration Window opens and lets you configure the properties of the task. In this case, I will leave the default values and click Finish to create the task.

Configure a Task

Add a Program

Add a Program to the task by right-clicking on the task and selecting Add New Program.

Add a Program

The Object Configuration Window opens and lets you configure the properties of the program. In this case, I will leave the default values and click Finish to create the program.

Configure a Program

The program as well as a main routine are added to the project.

Program Added

Open the Project

Right-click on the controller and select Generate Controller to create a Studio 5000 Logix Designer project that contains the configuration for this controller.

Create ACD

In the Logix Code Generation dialog box that opens, check the Create ACD checkbox and click on Generate.

Generate ACD

Once the process has finished, click on Open Folder to open the folder where the project was generated.

In the folder, you can see and open the ACD file that was generated.

Wrap Up

In this tutorial, you learned how to:

  • set up an Application Code Manager project,
  • add a controller to the project,
  • add tasks and programs to a controller, and
  • generate an ACD file from the project

In the next part of the series, we will see how to extend the Application Code Manager project by registering a Device Object Library in Application Code Manager and configuring IO modules.