Block 2 - PLC Ladder Logic - SAMA Drawings Flashcards

1
Q

What is a PLC?

A

A PLC, or Programmable Logic Controller, is a digital computer used to automate industrial processes.

PLCs are often combined with sensors, actuators, and HMIs to create automated systems and are utilized in processes like assembly lines and HVAC systems.

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

How are PLCs programmed?

A

PLCs are programmed using specialized software and a programming language, typically ladder logic or a text-based language.

Each PLC brand may have its proprietary programming software.

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

What is PLC Ladder Logic?

A

PLC ladder logic is a graphical programming language that resembles a ladder, with vertical rails and horizontal rungs.

It visually represents the control process.

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

How does ladder logic work?

A

In ladder logic, each rung represents a specific action or operation the PLC will perform, arranged logically from top to bottom.

Each rung contains instructions that guide the PLC’s actions.

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

What are contacts and coils in ladder logic?

A

Contacts represent inputs or conditions that must be met for execution, while coils represent outputs or actions that occur upon execution.

They are used to create logical operations like AND, OR, and NOT.

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

What are the two main categories of PLC ladder logic inputs?

A

Digital inputs and analog inputs.

Digital inputs are binary signals, while analog inputs are continuous signals.

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

What are digital inputs in PLCs?

A

Digital inputs are binary signals that are either ‘on’ or ‘off’ used to detect the presence or absence of a signal.

They commonly sense the state of switches and sensors.

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

What are analog inputs in PLCs?

A

Analog inputs are continuous signals with values within a specified range, used to measure and control parameters like temperature and pressure.

They can also measure flow rate and voltage.

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

What are special inputs in PLCs?

A

Special inputs include high-speed counter inputs for pulse counting and encoder inputs for measuring position and speed.

These are represented in ladder logic diagrams using dedicated function blocks.

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

What are PLC ladder logic outputs?

A

PLC ladder logic outputs are signals that control the behavior of devices connected to the PLC system, categorized into digital and analog outputs.

Outputs are also represented in ladder logic diagrams.

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

What are digital outputs in PLCs?

A

Digital outputs are binary signals, either ‘on’ or ‘off’, used to control the state of switches and relays.

They are represented in ladder logic diagrams using output coils.

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

What are analog outputs in PLCs?

A

Analog outputs are continuous signals used to control parameters such as temperature and pressure.

They are illustrated in ladder logic diagrams using function blocks like DACs.

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

What is the role of PLC outputs?

A

PLC outputs switch electrical loads like lights and motors but cannot independently provide power.

A separate power source is required to operate these loads.

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

What does a PID process loop controller do?

A

A PID process loop controller generates an output to apply corrective effort to a process, driving a measurable process variable toward a desired set-point value.

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

What is the function of an actuator in a PID loop?

A

An actuator influences the process based on the control signal from the PID controller.

It works alongside a sensor that measures the results.

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

What is the scale factor in a PID loop?

A

The scale factor maps the process value to the output value, typically ranging from 0 to 100%.

It is essential for matching temperature changes with percentage span changes.

17
Q

Fill in the blank: The general mapping equation for PID is output/process value = _______.

A

Scale Factor

18
Q

How is the scale factor calculated in a PID loop?

A

The scale factor is calculated using the formula: output/process value = Scale Factor.

This involves using full scale values for the output and process.

19
Q

What happens to the control system’s response speed with proportional gain adjustments?

A

Increases response speed, reduces rise time, increases overshoot, and reduces steady-state error.

20
Q

What is a SAMA Drawing?

A

Functional control diagrams for the power industry based on symbols and conventions developed by the Scientific Apparatus Makers Association.

SAMA diagrams describe and document control strategies and systems for industrial and utility boiler applications.

21
Q

What are SAMA diagrams used for?

A

To describe and document control strategies and systems for industrial and utility boiler applications.

They are sometimes called ‘control functional diagrams’.

22
Q

What types of symbols are included in SAMA diagrams?

A
  • Enclosure symbols
  • Signal continuation symbols
  • Signal processing symbols

These symbols represent different elements or functions of the control system.

23
Q

What does an enclosure symbol in a SAMA diagram represent?

A

Different elements or functions of the control system.

24
Q

What do continuation symbols do in SAMA diagrams?

A

Connect enclosure symbols within the diagrams.

25
Q

What is the purpose of signal processing symbols in SAMA diagrams?

A

Describe functions within each enclosure.

26
Q

True or False: Strict adherence to the SAMA standard is common.

A

False.

Variations in symbol use are frequent.

27
Q

What does PID stand for in control systems?

A

Proportional plus Integral plus Derivative.

28
Q

How many inputs does a PID controller generally have?

A

Two inputs: the process variable (PV) and the setpoint (SP) value.

29
Q

What does the PID controller calculate?

A

The control error (Δ) between the process variable and the setpoint.

30
Q

Fill in the blank: The classic SAMA symbol for a PID controller uses standard mathematical symbols for these functions: _____, _____, and _____.

A

P, I, D.

31
Q

What does the diamond shape represent in a basic single loop control diagram?

A

Manual functions performed by the operator.

32
Q

What is the simplest form of drum level control?

A

Single-element drum level control.

33
Q

What two elements constitute the two-element drum level control method?

A
  • Level element (drum level)
  • Steam flow element.
34
Q

What is the purpose of the three-element drum level control?

A

To provide tighter drum level control under fluctuating steam loads.

35
Q

What risks are associated with low and high drum levels in boiler operation?

A
  • Low drum level risks exposing boiler tubes to heat stress and damage.
  • High drum level risks water carryover into the steam header, potentially causing corrosion and damage to steam turbines.
36
Q

What does the summing function (Σ) do in the three-element drum level control strategy?

A

Combines the feedwater component and cascade component of the control strategy.

37
Q

Fill in the blank: SAMA diagrams provide a detailed and standardized way to represent _____ and _____ in the power industry.

A

Complex control strategies, systems.