Create a Project
A project organizes all the different components of a control program. Before using any of
Logix Designer
features, create a project.Creating a project uses these items:
Project Component | Definition |
Task | Provides scheduling and priority information for a set of one or more programs. |
Program | Each task requires at least one program that defines the operations. |
Routine | Provides the executable code for the project in a controller. Each routine uses a specific programming language (ladder logic, function block diagram, sequential function chart, or structured text). |
MainRoutine | The first routine executed in a program. Use the main routine to call other routines (subroutines), using the Jump to Subroutine (JSR) instruction. |
Subroutine | Any routine other than the main routine or fault routine. |
To create a project
- FromFile, chooseNew.TheNew Projectdialog opens.
- InProject Type, selectLogix, then choose the controller type to use for this project.
- Enter the name to use for the controller.TIP:An .acd extension is added to controller name to name the project file. Example:MyControllerName.acd
- InLocation, type or browse to a location to store the project file. By default, projects are saved to <user>\My Documents\Studio 5000\Projects
- SelectNext.
- InRevision list, select a firmware revision for the controller. The latest revision of firmware is the default.
- InSecurity Authority, select a security option:
- No Protection- All users can view and edit the project.
- FactoryTalk Security- Only users authenticated through FactoryTalk Security can view and edit the project.(optional) SelectUse only the selected Security Authority for authentication and authorizationto associate this project with a specific Security Authority. When this check box is selected, users interacting with this project must be authenticated and authorized by the same Security Authority that was used to secure the project.
- SelectLogical Name<Controller Name> orPermission Setto apply specific permissions to the controller.
- SelectLogical Name<Controller Name> to apply a Logical Name in FactoryTalk Services Platform that has the same name as the controller. If there is no existing Logical Name that matches the controller name, a new Logical Name is created with the controller's name. The new Logical Name inherits permissions from its parent resource.
- SelectPermission Setto apply a specific set of permissions to the controller. The permission sets in the list are maintained in FactoryTalk Services Platform and identify a set of actions that are allowed or denied for a particular user and computer combination.
- (optional) InDescription, enter a description for the controller.
- SelectFinish.Once the project file is created, theController Organizeropens.
Provide Feedback