1 / 16

Function Block Programming

Function Block Programming.

euclid
Télécharger la présentation

Function Block Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Function Block Programming Function block is ideal for application that use a lot of analog control functions, in the process industry, where you will find analog for temperature, flow, and level control etc .function block programming has the ability to control different properties and parameters of particular function with in a single function

  2. Function BlockElements INPUT REFERENCE (IREF):supply a value from an input device or tag OUTPUT REFERENCE (OREF): send a value to an output device or tag FUNCTION BLOCK: perform an operation on an input value or values and produce an output value or values OUTPUT WIRE CONNECTOR (OCON) / INPUT WIRE CONNECTOR (ICON): transfer data between function blocks when they are:1. far apart on the same sheet 2. on different sheets within the same routine 3. disperse data to several points in the routine

  3. Latching data / Order of Execution Latching Data: data in that IREF is latched for the scan of the function block routine. controller updates all IREF data at the beginning of each scan. Order of Execution: is determined when verified or download to controller With sequentially blocks, the execution order moves from input to output indicator.

  4. Execution order is only relative to the blocks that are wired together. To identify which block to execute first, mark the input wire that creates the loop (the feedback wire) with the Assume Data Available

  5. D2SD Example Example The D2SD instruction is typically used to control on-off or open-close devices such as pumps or solenoid valves. In this example, the D2SD instruction controls a solenoid valve adding corn syrup to a batch tank. As long as the D2SD instruction is in Program control, the valve opens when the AddSyrup input is set. The operator can also take Operator control of the valve to open or close it if necessary The solenoid valve in this example has limit switches that indicate when the valve is fully closed or opened. These switches are wired into the FB0 and FB1 feedback inputs. This allows the D2SD instruction to generate a FaultAlarm if the solenoid valve does not reach the commanded state within the configured Fault Time.

  6. Select (SEL) The SEL instruction uses a digital input to select one of two inputs The SEL instruction selects In1 or In2 based on SelectorIn. If SelectorIn is set, the instruction sets Out = In2. If SelectorIn is cleared, the instruction sets Out = In1. Out becomes an input parameter for function_block_C.

  7. Selected Summer (SSUM) The SSUM instruction uses Boolean inputs to select real inputs to be algebraically summed The values of select1 and select 2 determine whether to select analogInput1 and analog_input2, respectively. The instruction then adds the selected inputs and places the result in Out. Out becomes an input parameter forfunction_block_C.

  8. Function Block (FB) Function Blocks are the basic elements of a control system. Function Blocks consist of two parts; a set of input and output parameters and an algorithm specific to the specific type of function block. Function Block language is designed to control “parameter areas”. Function Block is natively suited for continuous processes with analog values such as PID Loops

  9. Function Block Diagram (FBD) Language • Graphical Free-form drawing / programming environment • Place instructions blocks and draw connections to pass parameters • Position and organize blocks based on application to improve readability • Floating text boxes provide application documentation (Planned for V12) • Automatic sheet execution order determined by block interconnections • Eliminates program creation process • Simplifies program modification • Comprehensive FBD functionsare native inside the Logix5000 • Common LD blocks in FBD • 42 new process and drivecontrol functions • ActiveX faceplates for key • FBD blocks streamline HMI • development

  10. Applications for Function Block Diagram • Ideal for analog loop control algorithms • Graphically represents control loops • Highly visual language is easy to understand • Resembles circuit diagrams • Commonly used in Distributed Process Systems (DCS) • Continuous or Batch Process control loops • Drive control loops • Speed, position, and tension regulation… • Rewind, winder, and dance control… • Provide a foundation for applications that previously used the Reliance Automax

  11. Process Control Discrete – Found in many manufacturing, motion and packaging applications. Robotic assembly, such as that found in automotive production, can be characterized as discrete process control. Most discrete manufacturing involves the production of discrete pieces of product, such as metal stamping. Batch – Some applications require that specific quantities of raw materials be combined in specific ways for particular durations to produce an intermediate or end result. One example is the production of adhesives and glues, which normally require the mixing of raw materials in a heated vessel for a period of time to form a quantity of end product. Other important examples are the production of food, beverages and medicine. Batch processes are generally used to produce a relatively low to intermediate quantity of product per year (a few pounds to millions of pounds). Continuous – Often, a physical system is represented though variables that are smooth and uninterrupted in time. The control of the water temperature in a heating jacket, for example, is an example of continuous process control. Some important continuous processes are the production of fuels, chemicals and plastics. Continuous processes, in manufacturing, are used to produce very large quantities of product per year(millions to billions of pounds).

  12. Control out put discreet/ analog with a number of input /output parameter Feedback Input based on response time Input upper and lower range Auto manual modes Outputs range upper lower Gain

More Related