Logixpro Manual PDF
Logixpro Manual PDF
Logixpro Manual PDF
Table of Contents
1. LogixPro software 2
1.1 Purpose 2
1.2 Prerequisites 2
1.3 Instructions 2
2. The LogixPro Interface 3
3. Output and Input Data 5
4. Enter a Rung of Ladder Logic 6
5. Inserting a Branch 8
COMSATS ABBOTTABAD
1
INDUSTRIAL ELECTRONICS
LOGIXPRO SOFTWARE
LogixPro software
LogixPro allows to practice and develop your RSLogix programming skills where and when you want. There is
no need for any PLC hardware when using the simulator. The LogixPro provides animated process
simulations, including an I/O simulator with changeable switch types, output indicators, thumbwheel
switches and a BCD digital readout. Several process animations are also included and we will be working with
several of them in future homework labs.
Purpose
This is a self-paced lab that will introduce the student to the LogixPro PLC Simulator software. In this lab
the student will
Install LogixPro
Create a new project
Select a simulator panel
Enter several rungs of ladder logic including branches
Learn how the simulator I/O interacts with the program code
Prerequisites
1. Hands-on experience with Windows 2000, Windows XP or Windows Vista
2. Successfully completed the Introduction to RSLogix 500 lab
Instructions
1. Carefully read all the instructions.
2. Read the entire instruction before performing the step. Do not press any keys on the keyboard
or click any buttons on the mouse until the entire step is read and understood.
3. Instructions are marked with a check box. When a step has been completed, place a check mark
in the box provided.
4. If you lose your place or have any problems contact your instructor for assistance.
COMSATS ABBOTTABAD
2
INDUSTRIAL ELECTRONICS
The LogixPro Interface
Figure 1 shows the LogixPro environment after the software is initially started.
The most commonly used elements of LogixPro are displayed below. The Edit Panel provides easy
access to all the RSLogix instructions and they may be simply dragged and dropped into your program.
Once your program is ready for testing, clicking on the "Toggle Button" of the Edit Panel will bring the
PLC Panel into view. From the PLC Panel you can download your program to the "PLC" and then place
it into the "RUN" mode. This will initiate the scanning of your program and the I/O of your chosen
simulation.
Figure 1
Click the Toggle button in the upper right corner of the Instruction Tool Bar. The Instruction Tool Bar
will change to display the PLC Panel as shown in Figure 2.
Figure 2
The Toggle
button switches
between these
PLC Panel two menu bars.
COMSATS ABBOTTABAD
3
INDUSTRIAL ELECTRONICS
COMSATS ABBOTTABAD
4
INDUSTRIAL ELECTRONICS
Data Files 0 and 1 represent external outputs and inputs, respectively. Bits in file 1 are used to
represent external inputs. In most cases, a single 16-bit word in these files will correspond to a
slot location in your controller, with bit numbers corresponding to input or output terminal
numbers. Unused bits of the word are not available for use.
Table 1.1 explains the addressing format for outputs and inputs. Note that the format specifies
“e “as the slot number and “s” as the word number. When referencing output and input data
file words, refer to the element as “e.s” (slot and word), taken together.
COMSATS ABBOTTABAD
5
INDUSTRIAL ELECTRONICS
COMSATS ABBOTTABAD
6
INDUSTRIAL ELECTRONICS
Click the Toggle button in the upper right corner of the Instruction Tool Bar. The
Instruction Tool Bar will change to display the PLC Panel as shown.
In order to run a program it must be downloaded to the PLC. Click the Download button
in the PLC Panel. The screen will momentarily flicker to simulate that the program is
being downloaded.
Click the RUN radio button. This will place the PLC in the run mode.
Click on the switch addressed to I:1/0 in the I/O Simulator. The switch should close and
the indicator light addressed to O:2/0 should light.
In the ladder logic editor, instead of the instructions being highlighted to show power
flow, the addresses will glow yellow to show power flow.
COMSATS ABBOTTABAD
7
INDUSTRIAL ELECTRONICS
Inserting a Branch
Before inserting a branch, insert another blank rung above the current rung.
Change to PGM mode by clicking on the PGM radio button.
Click the toggle button to switch to the instruction tool bar.
Change the switch connected to I:1/9 to a normally open push button and the switch
connected to I:1/10 to a normally closed push button.
FIGURE 6
Place two XIC and one OTE instruction on the rung. Assign the addresses: I:1/10, I:1/9
and O:4/5. The screen should look similar to Figure 6.
A branch will be inserted around I:1/9. Inserting a branch in LogixPro is slightly
different than inserting a branch in RSLogix 500. In LogixPro the branch handle can
not be dragged to where the branch should end; instead, insert the branch and then
drag the instructions onto and into the branch. Insert a branch as shown in Figure 7.
Drag the instruction addressed to I:1/9 into the branch. Figure 8 depicts the Start PB
being dragged into the branch and Figure 9 show the Start PB in the branch.
COMSATS ABBOTTABAD
8
INDUSTRIAL ELECTRONICS
Figure 7 Figure 8
FIGURE 9
COMSATS ABBOTTABAD
9
INDUSTRIAL ELECTRONICS
COMSATS ABBOTTABAD
10