introduction to fbd - function block diagram by ( logo ) revision 2

8
INTRODUCTION TO INTRODUCTION TO FBD - Function Block Diagram by FBD - Function Block Diagram by ( LOGO ) ( LOGO ) Revision 2

Upload: jordan-harrison

Post on 18-Jan-2016

218 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

INTRODUCTION TOINTRODUCTION TOFBD - Function Block Diagram byFBD - Function Block Diagram by

( LOGO )( LOGO )

Revision 2

Page 2: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

Program Representation - FBDProgram Representation - FBDProgram Representation - FBDProgram Representation - FBD

» The graphical representation of a control task using symbols to DIN 40700 and DIN 19239

» Inputs are arranged on the left side while outputs on the right

FBD - Function Block Diagram

&I 0.0

I 0.1Q 4.0

Page 3: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

FBDFBDFBDFBDOPERAND + OPERATION

OPERATION + OPERAND

= Q 4.0

Operation And OperandOperation And OperandOperation And OperandOperation And Operand

&I 0.0

M 80.0

Page 4: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

Program ExecutionProgram ExecutionProgram ExecutionProgram Execution

PLC Scan Function:PLC Scan Function:

» Read the status of all inputs and outputs

» Examine the application program instructions

» Execute the control program

Page 5: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

The Operand Areas :The Operand Areas :The Operand Areas :The Operand Areas :

» I (Input)Interface from the process to the programmable controller

» Q (Output)Interface from programmable controller to the process

» M (Memory/Flag)Memory for intermediate results of binary operations

Page 6: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

Hardwire and PLC Wiring DiagramsHardwire and PLC Wiring DiagramsHardwire and PLC Wiring DiagramsHardwire and PLC Wiring Diagrams

Page 7: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

How Does a Programmable Controller Work?How Does a Programmable Controller Work?How Does a Programmable Controller Work?How Does a Programmable Controller Work?

PowerSupply

ProgramMemory

ProcessorInput modules

Output modules

24 VDC

GND

Sensors

Actuators / Annunciators

Page 8: INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2

Steps of Operation Steps of Operation Steps of Operation Steps of Operation

» The sensors are connected to the INPUT MODULES

» The processor in the CPU MODULE executes the program and scans the individual input for presence or absence of voltage

» Depending on the state of the inputs, the processor directs the OUTPUT MODULES to switch voltages

» The ACTUATORS or ANNUNCIATORS are switched “ON” or “OFF” according to the voltage states