PLC Glossary Flashcards

1
Q

A character and number combination that identifies a particular and unique area of memory.

A

Address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

Analog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Binary digit, the smallest particle of data. A bit can have a value of 0 or 1.

A

Bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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”.

A

Branch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

Data Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A group of bits: Typically a PLC’s word is composed of 16 bits.

A

Data Word

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Only two possible states, on or off. Discrete I/O are switches, lights, etc.

A

Discrete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To copy a program into the PLC memory from a computer of storage device.

A

Download

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A PLC instruction which is logically true whenever the bit that is addressed to examine is a logic 0 (off).

A

Examine If Off (Examine If Open) XIO -]/[-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A PLC instruction which is logically true whenever the bit that is addressed to examine is a logic 1 (on).

A

Examine If On (Examine If Closed) XIC -] [-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Inputs and Outputs, real word connections between field devices and the PLC.

A

I/O

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A section of the data table associated with real (hardware) inputs and outputs.

A

Image table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An internal command to the PLC program to read from or write to (modify) a value in the PLC memory.

A

Instruction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The most common method of programming PLC’s. Derived from and used because of the similarity to relay logic schematics.

A

Ladder Logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Master Control Relay, a relay used to shut off power to the I/O.

A

MCR (CRM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Not actively monitoring the state of the program and I/O. A computer that is displaying a program that is not communicating with the PLC is said to be offline.

A

Offline

17
Q

Actively monitoring the state of the program and I/O. A computer that is Online is updating the PLC program and status in real time.

A

Online

18
Q

A light activated device used to electrically isolate the higher voltages of the Inputs and Outputs from the logic level voltages of the processor.

A

Optocoupler (Optical Coupler)

19
Q

When on (energized) sets the data table bit it’s associated with to a 1. When off (de-energized) it sets the data table bit to a 0.

A

Output Instruction -( )-

20
Q

The program that the PLC manufacturers sell which is used to create and monitor the PLC program.

A

Software

21
Q

To copy a PLC program from the PLC into the computer so it can be modified, documented or monitored.

A

Upload

22
Q

A program element associated with a hardware address or internal memory bit.

A

Variable (Tag)