PLC Glossary Flashcards
A character and number combination that identifies a particular and unique area of memory.
Address
A mechanism in which data is represented by continuously variable physical quantities. Analog I/O converts PLC data into a continuous signal and vice versa.
Analog
Binary digit, the smallest particle of data. A bit can have a value of 0 or 1.
Bit
A possible alternate path for the flow of “control power” in ladder logic. Instructions that are placed on different branches with a common end point are said to be logically “OR’d”.
Branch
An area of memory which stores the status of individual bits or group of bits. A data table is a part of a PLC memory map.
Data Table
A group of bits: Typically a PLC’s word is composed of 16 bits.
Data Word
Only two possible states, on or off. Discrete I/O are switches, lights, etc.
Discrete
To copy a program into the PLC memory from a computer of storage device.
Download
A PLC instruction which is logically true whenever the bit that is addressed to examine is a logic 0 (off).
Examine If Off (Examine If Open) XIO -]/[-
A PLC instruction which is logically true whenever the bit that is addressed to examine is a logic 1 (on).
Examine If On (Examine If Closed) XIC -] [-
Inputs and Outputs, real word connections between field devices and the PLC.
I/O
A section of the data table associated with real (hardware) inputs and outputs.
Image table
An internal command to the PLC program to read from or write to (modify) a value in the PLC memory.
Instruction
The most common method of programming PLC’s. Derived from and used because of the similarity to relay logic schematics.
Ladder Logic
Master Control Relay, a relay used to shut off power to the I/O.
MCR (CRM)