0% found this document useful (0 votes)
187 views17 pages

01) CP Training-STARDOM-NPAS POU

This document provides an overview of Yokogawa's NPAS POU (Process Object Unit) function blocks. It describes the typical functions blocks available, including analog input, analog output and PID controller blocks. It also summarizes how the blocks are connected in process control loops, their internal functions, data structures for exchanging data, global variables, and how to read/write parameters and assign engineering values.

Uploaded by

Saad Bro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
187 views17 pages

01) CP Training-STARDOM-NPAS POU

This document provides an overview of Yokogawa's NPAS POU (Process Object Unit) function blocks. It describes the typical functions blocks available, including analog input, analog output and PID controller blocks. It also summarizes how the blocks are connected in process control loops, their internal functions, data structures for exchanging data, global variables, and how to read/write parameters and assign engineering values.

Uploaded by

Saad Bro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

STARDOM-NPAS POU

Ng Chye Wee
Yokogawa Engineering Asia Pte Ltd

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Course Content

Topic Outline

NPAS POU
Regulatory Control Activities
Simple Feedback
Cascade
Ratio

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Yokogawa NPAS POU Function
Blocks

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Yokogawa NPAS POU Function Blocks

 Application Portfolios (APPF)


APPF are Yokogawa pre-configured control functions.
Example:

Function Description
NPAS_AI_ANLG Standard Analog Input POU
NPAS_AO_ANLG Standard Analog Output POU
NPAS_PID PID Controller POU
| Document Number | June 25, 2018 |
© Yokogawa Electric Corporation
Overview of NPAS POU

Typical Connection of NPAS POUs in Process Control Loop

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Internal Functions of NPAS POU

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Data Structure of NPAS POU

Data Structure

Data exchange among NPAS POUs is a collection of data elements that includes
the following:
- Data Value
- Scale High/Low Limits
- Engineering Unit
- Other related information

This collection of data items is called a Data Structure

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Data Structures of NPAS POU

The following are typical data structures used by NPAS POU:

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Global Variables of NPAS POU

System Global Variables

System Global Variables of NPAS POUs are used in many tasks such as mode
setup or checking of alarm status

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Flow of Control Data

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Flow of Read Back Data

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Reading and Writing Access Parameters

NPAS POUs store internal data such as PV, SV, MV and other parameters, block
modes (e.g. MAN/AUT/CAS) and alarm status.

These data items, which are maintained internally within a NPAS POU, are
known as Access Parameters.

These Access Parameters are normally read and written by operation and
monitoring functions (e.g. VDS) but can also be read or written from sequence
logics.

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Reading and Writing Access Parameters

Example: Reading the MODE Parameter

The following connections produce sequence logic that reads the block mode of
regulatory control POU “FIC001” , and outputs TRUE (ON) when the block mode
is “MAN”.

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Assigning Values to Engineering Parameters

Engineering Parameters store values such as comment, alarm hysteresis and


output action direction.

Most Engineering Parameters have default values but can be assigned also using
the ENG_RW terminal.

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Assigning Values to Engineering Parameters

The variable for assigning values to engineering parameters has the following
data structure:

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
Assigning Values to Engineering Parameters

Example:

To assign a value to an engineering parameter, assign the value to the


appropriate member of the variable for assigning values to engineering
parameters.

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation
End of Presentation
Thank you

The names of corporations, organizations, products and logos herein are either registered trademarks or trademarks of
Yokogawa Electric Corporation and their respective holders.

| Document Number | June 25, 2018 |


© Yokogawa Electric Corporation

You might also like