Topic: P016

Building a Ladder Logic Program

There are several Help Topics which cover individual actions within editing a ladder rung.
 

This Topic covers basic InstructionInsertion and Configuration, Ladder Scan Execution and suggestions for good programming fundamentals.

Accessing Building a Ladder Logic Program

Building a Ladder Logic Program is accessed from the Help Menu located on the Main Menu.

Instruction Insertion

There are four methods for inserting instructions into the ladder rung.

Instruction Configuration

Once the Instruction has been selected, the configuration window appears. Fill in the necessary data fields with Constant Values or Tags as required.


To select a Tag from the Tag Database, click on the browse icon . This opens the Tag Picker, which gives you a quick and easy way of viewing and selecting a tag.

Ladder Scan Execution

As a principal rule, ladder execution is always “Top to Bottom then Left to Right”. As shown by the diagram below, the ladder execution begins at the top of the program (Rung #1) and scans all conditional contacts from left to right, updates the output, then proceeds to the next rung.

For more details on ladder logic scan execution, see the Logic Scan Behavior topic.

Programming Fundamentals

Each and every programmer has their own programming methods. However, there are a few fundamental recommendations you can follow that may save you time.

Note: The maximum number of rungs allowed per task is 4096.

Related Topics Link IconRelated Topics