Distributed Control Systems - Part B Vocabulary

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

Flashcards covering vocabulary from the Distributed Control Systems - Part B lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Function Block

A self-contained block of code that performs tasks essential to process control.

2
New cards

P&ID

Pipe and Instrumentation Diagram, the source of required tasks that function blocks perform.

3
New cards

Foundation Fieldbus

Developed a complete control system architecture to enable distribution of control functions into field equipment that use function blocks.

4
New cards

Technology Block

Knows the details of the instrument and performs the conditioning required to provide the sensor value to the function blocks/makes the change in the output as dictated by the function block.

5
New cards

Resource Block

Specifies the instrument type, revision, manufacturer ID, serial number and resource state.

6
New cards

Function Block Instance

Graphically represented as a block with the function block name inside and the instance name above the block.

7
New cards

Input Parameters

Receive data from another block

8
New cards

Output Parameters

Send data to another block

9
New cards

Contained Parameters

Internal to the function block and do not appear as normal input and output parameters.

10
New cards

Algorithms

Programs that the function block executes using the input and contained parameters to determine the value of its output parameters.

11
New cards

Manual (Man) Mode

The block output is not calculated, but is directly set by the operator through an interface device.

12
New cards

Automatic (Auto) Mode

The algorithm uses a local setpoint value to determine the output value.

13
New cards

Cascade (Cas) Mode

The algorithm uses a setpoint value supplied by another function block through the cascade input parameter to determine the output value.

14
New cards

Initialization Manual (IMan) Mode

The block output is set in response to the status and value of its back calculation input parameter.

15
New cards

Out of Service (OOS) Mode

The block is not being executed. The output and setpoint are maintained at their last values.

16
New cards

Local Override (LO) Mode

The block output is set to track the value of its tracked input parameter.

17
New cards

Wire Link

A line that indicates function block communication.

18
New cards

Quality

Classified as Good Cascade, Good Non-Cascade, Uncertain, or Bad, indicating the reliability of the parameter value.

19
New cards

Sub-status

A complement of the quality status, providing information to initialize cascade communication or information on alarms (e.g., Non-specific, Not connected, Sensor failure, Active block alarm, Engineering unit range violation).

20
New cards

Limits

Indicates whether the associated value is limited (Not limited, High limited, Low limited, Constant).

21
New cards

Cascade Initialization

The communication that occurs between cascade blocks as the downstream blocks mode changes from manual to auto to cascade.

22
New cards

NAMUR Compliant

Analog transmitter sets its current signal outside its normal range limits (below 3.6 mA or above 21 mA) to flag its failure.

23
New cards

Control Module

A control strategy, typically with a unique name corresponding to the names used on the P&ID.

24
New cards

Alias Tag Name

Given to each channel of an analog input channel, such as LT101 (level transmitter 101).

25
New cards

HARTFIELDVAL

The 4 mA to 20 mA signal converted to engineering units

26
New cards

HART_PV

The transmitter's primary variable read digitally

27
New cards

HART_SV

The transmitter's secondary variable read digitally

28
New cards

HART_TV

The transmitter's tertiary variable read digitally

29
New cards

HART_FV

The transmitter's fourth variable read digitally

30
New cards

Increase to Close

An IO_OPTS setting used so that when the operator sends a zero percent signal to the control valve, it closes.

31
New cards

State Name

Defines a specific action (e.g., OPEN or CLOSE for a block valve).

32
New cards

Permissive

Any condition that must be TRUE before a device can be activated.

33
New cards

Interlock

Any condition that must remain TRUE for a device to stay active.

34
New cards

Named Sets

When state names are used in combination.