Delta C2000 Series User Manual page 506

Classical field oriented control ac motor drive
Hide thumbs Also See for C2000 Series:
Table of Contents

Advertisement

16-4 Basic principles of PLC ladder diagrams
16-4-1 Schematic diagram of PLC ladder diagram program scanning
Output results are
calculated on the basis of
the ladder diagram
configuration
Repeated
(internal devices will have
implementation
real-time output
before results are sent to
an external output point)
16-4-2 Introduction to ladder diagrams
Ladder diagrams comprise a graphic language widely applied in automatic control, and employs
common electrical control circuit symbols. After a ladder diagram editor has been used to create a
ladder pattern, PLC program designed is completed. The use of a graphic format to control
processes is very intuitive, and is readily accepted by personnel who are familiar with electrical
control circuit technology. Many of the basic symbols and actions in a ladder diagram comprise
commonly-seen electrical devices in conventional automatic control power distribution panels, such
as buttons, switches, relays, timers, and counters.
Internal PLC devices: The types and quantities of internal PLC devices vary in different brands of
products. Although these internal devices use the same names as conventional electrical control
circuit elements such as relays, coils, and contacts, a PLC does not actually contain these physical
devices, and they instead correspond to basic elements in the PLC's internal memory (bits). For
instance, if a bit is 1, this may indicate that a coil is electrified, and if that bit is 0, it will indicate that
the coil is not electrified. An NO contact (Normal Open, or contact a) can be used to directly read the
value of the corresponding bit, and an NC contact (Normal Close, or contact b) can be used to obtain
the inverse of the bit's value. Multiple relays occupy multiple bits, and 8 bits comprise one byte; two
16-14

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents