The Home of PLC    
Home | PLC Fundamental | Siemens PLC | A-B PLC | Mitsubishi PLC | Omron PLC | Panasonic PLC | PLC Articles
  Current Position:Home>PLC Program>Content
Basic PLC Function Categories
Source: Author: Date: 2008-07-11  

Ladder logic input contacts and output coils allow simple logical decisions. Functions extend basic ladder logic to allow other types of control. For example, the addition of timers and counters allowed event based control. A longer list of functions is shown in See Basic PLC Function Categories. Combinatorial Logic and Event functions have already been covered. This chapter will discuss Data Handling and Numerical Logic. The next chapter will cover Lists and Program Control and some of the Input and Output functions. Remaining functions will be discussed in later chapters.

 

Basic PLC Function Categories

Most of the functions will use PLC memory locations to get values, store values and track function status. Most function will normally become active when the input is true. But, some functions, such as TOF timers, can remain active when the input is off. Other functions will only operate when the input goes from false to true, this is known as positive edge triggered. Consider a counter that only counts when the input goes from false to true, the length of time the input is true does not change the function behavior. A negative edge triggered function would be triggered when the input goes from true to false. Most functions are not edge triggered: unless stated assume functions are not edge triggered.


 
[Add to Favorit] [Refer to] [Comment(0Item)] Back to Top Print Close this Window  
Username:New UserPassword: Anonymous
Contents: Less than 250 words. Please follow the applicable rules and laws.
  Latest Comment:
  Popular Articles
·Traffic Lights PLC Control -St
·An Example of using ladder dia
·One-shots in plc programs
·A Structured Text Example Prog
·PLC Ladder logic functions
·PLC ladder diagram programming
·DC Inputs in PLCs
·PLC Programming
·Basic Instructions in PLC prog
·Ladder Logic of PLCs
·Ladder diagram of add instruct
·Draw a state diagram for a mic
  Related Articles
·Two types of move functions of
·Examples of the MOV Function i
·Example of the MOV and MVM Sta
·Arithmetic Functions in plc la
·Arithmetic Function Example in
·Advanced Mathematical Function
·An Equation in PLC Ladder Logi
·Calculations with a Compute Fu
·Conversion Functions and its e
·Introduction of Array Data Fun
·Introduction of Statistic Func
·Examples of the statistical fu