ELAU has claimed a significant feature enhancement to its PacDrive automation systems, without compromising stable servo feedback loops for fast commission
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.