Chapter 38 Flashcards

1
Q

What is a Digital Controller?

A

Digital Controller-

A controller that uses microprocessor technology and special programming to perform the controller functions.

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

Why are Digital Controllers preferred?

A

Digital controllers offer lower costs, smaller size, greater accuracy, self tuning and intercommunication between controllers and other systems.

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

Explain the term “small”.

A

“small”-

Refers to those digital devices that are more economical for use with small process systems.

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

Explain the term “large”.

A

“large”-

Refers to those digital devices that are the most economical for use with large process systems.

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

What is a Stand Alone Controller?

A

Stand Alone Controller-

A general type of microprocessor-based controller with all required operating components enclosed in one housing.

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

What is a configuration?

A

Configuration-
The selection of programmed software packages embedded in a controller representing available features that can be chosen.

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

How many controller functions does a Stand Alone Controller have? How many inputs and outputs?

A

Stand-alone controllers usually have only one controller function and one output, but may have two or more inputs.

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

What is a Direct Computer Control System?

A

Direct Computer Control System-

A control system that uses a computer as the controller.

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

What is a Distributed Control System (DCS)?

A

Distributed Control System (DCS)-
A control system where the individual functions that make up a control system are distributed among a number of physical pieces of equipment that are connected by a high-speed digital communication network.

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

What is Scan Speed?

A

Scan Speed-

The time it takes to access all the I/O points and gp through the configuration program.

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

What is a Programmable Logic Controller (PLC)?

A
Programmable Logic Controller (PLC)-
A control system with an architecture very similar to that of a DCS, with self-contained power supplies, distributed inputs and outputs, and a controller module all connected on high-speed digital communication networks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two common categories of electric controllers?

A

The two-
most common categories of electric controllers are null-balance and analog output controllers. Null-balance electric controllers were the first ones to be developed. Analog controllers were developed with transistors became more common.

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

What is a Null-Balance Controller?

A

Null-Balance Controller-
An electric controller that generates an output signal to a final control element based on a measurement from a process and requires a proportional feedback signal representing the position of the final element.

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

What is an Analog Output Controller?

A

Analog Output Controller-

An electric controller that has a 4 mA to 20 mA DC electric current as the output.

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

What does an Analog Output Controller do>

A

Analog Output Controllers contain adjustable setpoints, process measurements, derivative action on the measurement signal, direct and reverse controller action, PID controller actions, and auto/manual output selection.

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

What is an Operator Interface?

A

Operator Interface-

A view into a digital control system through which an operator can observe and control process.

17
Q

What is a Stand-Alone Display System?

A

Stand-Alone Display System-
A display system designed for use with smaller digital control systems and has the electronics and display packaged together in a panel-mounted enclosure.

18
Q

What is a PC-based Display System?

A

PC-based Display System-
A display system that used standard personal computer hardware and special software to display full graphics, control functions, alarms, trends, etc.

19
Q

What is a Digital Recorder?

A

Digital Recorder-
A device that uses local memory to record process data, which is then displayed on digital display screens that can have the appearance of the old style strip chart recorders.

20
Q

What is a Configuration Format?

A

Configuration Format-
One of the various programming methods that have been developed to provide a simplified method for instructing the various digital control systems on how to control a process.

21
Q

Configuration Format choice include…

A

The choices may include the number and type of inputs, input engineering units, type of control functions, controller tuning, math functions, and the number and types of outputs.

22
Q

What is Pick and Choose?

A

Pick and Choose-

A configuration format where the configuration is selected from a list of available functions.

23
Q

When is a Pick and Choose format most used?

A

With Stand-Alone Digital Controllers.

24
Q

What is Function Block Configuration?

A

Function Block Configuration-

A configuration method that uses a library of functions provided by the manufacturer.

25
Q

What is a Function Block?

A

Function Block-
A Stand-alone procedure designed to perform a specific task and can be linked with other function blocks to form complex control strategies.

26
Q

What is Ladder Logic?

A

Ladder Logic-
A configuation method that consists of two vertical rails, the left one being the source and the right one being the end, and the sequential rungs of logic between the two.

27
Q

What is a disadvantage of Ladder Logic?

A

A disadvantage of Ladder Logic formats is that they are more difficult to understand and ti troubleshoot than any other configuration methods.

28
Q

What is Structured Text?

A

Structured Text-

A type of configuration that is very similar to Microsoft Visual Basic or older structured programming languages.

29
Q

What is a Sequential Function Chart?

A

Sequential Function Chart-
A type of configuration format consisting of a series of conditional statements, parallel paths, and action blocks, which begins with a Start command and ends with an existing scan.