1 / 17

Chapter 5 PLC Programming Instructions

Chapter 5 PLC Programming Instructions.

zelia
Download Presentation

Chapter 5 PLC Programming Instructions

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. Chapter 5PLC Programming Instructions PLC Programming Diagrams • Processor Files • Program Files • Data Table Files • Data Table File Addresses • Input and Output File Addresses • Status File Addresses • Bit File Addresses • Programming Diagram Logic • Programming Diagram Rules • Bit Instructions • Scan Execution

  2. A hardwired motor control application is depicted by symbols in a ladder diagram.

  3. A PLC motor control application is depicted by instructions in a programming diagram.

  4. The memory of a PLC contains the processor file, which contains the program files and data table files.

  5. There are 256 possible program files, with the function of program files 0, 1, and 2 defaulted by the PLC.

  6. The status of the CPU, all input devices and output components, and all instructions used in the program are found in the 256 data table files.

  7. The instructions within each data table file each have a unique address based on the file identifier and file number.

  8. Input and output terminals are addressed as slot.word/bit or slot/bit. Standard I/O modules have 16 points (terminals) and require 1 word of memory. High-density modules have 32 points and require 2 words of memory.

  9. Information in status files is formatted as word/bit or as a word. The addressing format depends on the contents of the status file.

  10. The default bit file is B3. Bit file addresses are formatted as word/bit, bit, or as a word.

  11. A PLC or programming software will not accept a program when the program does not follow standard rules.

  12. Ladder diagrams depict the flow of current through hardwired devices and components, while PLC program diagrams depict the flow of logic through instructions.

  13. The type of input instruction, XIC or XIO, determines how the rung of a program will operate with a normally open (NO) input device.

  14. The type of input instruction, XIC or XIO, determines how the rung of a program will operate with a normally closed (NC) input device.

  15. The XIC holding contact uses the same address as an OTE instruction but is not a hardwired contact and only exists in the memory of a PLC.

  16. OTL (latch) instructions can only turn a bit ON, and OTU (unlatch) instructions can only turn a bit OFF.

  17. PLCs scan program diagrams in a specific manner, with the placement of instructions impacting scan times.

More Related