Control Engineering Asia

Sponsored Links

Ads by Google

Add a Comment

» Post A Comment Now!

There are no comments for the article yet.
Rate this Article

Current Rating:

Excellent
Very Good
Good
Quite Good
Poor

Rate this Article Now!

Related Stories

Enhanced Parameter Optimization for ELAU PacDrive - 18 February 2008


ELAU has claimed a significant feature enhancement to its PacDrive automation systems, without compromising stable servo feedback loops for fast commission

Lenze AC Inverter Drive Adds Profibus to Plug-In Communications Options - 18 February 2008


Lenze-AC Tech announces the release of the PROFIBUS-DP communication module, the fourth communication option for the SMVector drive, together with D

Innovation First Announces VEX Robotics Products for 2008 - 15 February 2008


Innovation First, Inc. has announced the introduction of two new products for 2008 - the new VEX RCR Mini robotics platform and VEX 802.11 Wi-Fi


How keen are you to install wireless instruments in your plant?
Very, I see many possible applications
Would prefer to wait for technology and standards to mature
Not at all, I have serious reservations about plant wireless
View results
Ask a Question

Free Magazine Subscription    Printer-friendly version    Email to a Friend

           

Picking the Right PLC Programming Language

-- Tech Tips, 10 September 2007

Ads by Google

Which language should you choose for use with your programmable controller? Among the five languages defined in IEC 61131-3, ladder diagrams or ladder logic is generally the most widely applied in North America. Other languages have practical applications and should not be overlooked.
The most appropriate choice depends on the programmer's skill, the programming task, the level and structure of the problem and control system, determining who needs to interact with the program, and, perhaps, how often it's modified.
Since inception in 1992, PLCopen has helped promote and support programming standards, which allows, the association says, for less training, more logical organization, modularization, and use of modern software techniques. "Each program is structured, increasing its reusability, reducing errors, and increasing programming and user efficiency," states the group.
"Also, the standard allows two ways of developing your program: top down and bottom up. Either you specify your whole application and divide it into subparts, declare your variables, and so on. Or you start programming your application at the bottom, for instance via derived functions and function blocks. Whichever you choose, the development environment will help you through the whole process," adds PLCopen.
The five elements of IEC 61131-3 are:
- Sequential function charts (SFC): rather than a language, SFC is more of a graphical method of organizing control programs.
- Ladder diagram (LD): most used in North America, it graphically represents rungs of contacts, coils, and special instruction blocks. Its origin is relay-ladder logic.
- Instruction list (IL): a text-based language similar to assembler, this is the European counterpart to LD.
- Structured text (ST): a text-based language similar to Pascal.
- Function block diagram (FBD): a graphical language corresponding to a circuit diagram, FBD is widely used in the process industries.
Several IEC standards provide more information about function blocks; IEC 61499 and IEC 61804 focus on the process industry. Function blocks encapsulate algorithms, so they can be more easily understood and applied by those who aren't software specialists.

           

Free Magazine Subscription    Printer-friendly version    Email to a Friend