Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Fieldbus Analog Input Function Block
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > Communication > Fieldbus Analog Input Function Block

Fieldbus Analog Input Function Block

Last updated: August 17, 2018 3:21 pm
Editorial Staff
Communication
2 Comments
Share
8 Min Read
SHARE

The Analog Input (AI) function block processes field device measurements and makes them available to other function blocks. The output value from the AI block is in engineering units and contains a status indicating the quality of the measurement. The measuring device may have several measurements or derived values available in different channels. Use the channel number to define the variable that the AI block processes.

The AI block supports alarming, signal scaling, signal filtering, signal status calculation, mode control, and simulation. In Automatic mode, the block’s output parameter (OUT) reflects the process variable (PV) value and status. In Manual mode, OUT may be set manually. The Manual mode is reflected on the output status. A discrete output (OUT_D) is provided to indicate whether a selected alarm condition is active. Alarm detection is based on the OUT value and user specified alarm limits.

Simulation

To support testing, you can either change the mode of the block to manual and adjust the output value, or you can enable simulation through the configuration tool and manually enter a value for the measurement value and its status. In both cases, you must first set the ENABLE jumper on the field device. With simulation enabled, the actual measurement value has no impact on the OUT value or the status.

Analog Input Function Block Animation

Fieldbus Analog Input Function Block

AI Function Block Timing Diagram:

The FIELD_VAL is the Process Variable and showing a step change in signal in the below figure. Consider a Flow transmitter with a step change from 10 to 50 m3/hr. When the Analog Input Block in Manual mode then the forced/last value is the output and the change in input signal i.e. Field_Val have no effect on the output. When the AI block in Auto the output responds to the change in input signal i.e. Field_val from 10 to 50 m3/hr and the output takes some time to respond the signal and it in-turn depends on PV_FTime (filtering time or damping).

Analog Input Function Block Timing Diagram

Filtering

The filtering feature changes the response time of the device to smooth variations in output readings caused by rapid changes in input. You can adjust the filter time constant (in seconds) using the PV_FTIME parameter. Set the filter time constant to zero to disable the filter feature.

Signal Conversion (Formulas)

You can set the signal conversion type with the Linearization Type (L_TYPE) parameter. You can view the converted signal (in percent of XD_SCALE) through the FIELD_VAL parameter.

Fieldbus Transmitter Equation

You can choose from direct, indirect, or indirect square root signal conversion with the L_TYPE parameter.

Direct

Direct signal conversion allows the signal to pass through the accessed channel input value (or the simulated value when simulation is enabled).

PV = Channel Value

Indirect

Indirect signal conversion converts the signal linearly to the accessed channel input value (or the simulated value when simulation is enabled) from its specified range (XD_SCALE) to the range and units of the PV and OUT parameters (OUT_SCALE).

Fieldbus outscale formula

Indirect Square Root

Indirect Square Root signal conversion takes the square root of the value computed with the indirect signal conversion and scales it to the range and units of the PV and OUT parameters.

Fieldbus Indirect Squareroot Formula

When the converted input value is below the limit specified by the LOW_CUT parameter, and the Low Cutoff I/O option (IO_OPTS) is enabled (True), a value of zero is used for the converted value (PV). This option is useful to eliminate false readings when the differential pressure measurement is close to zero, and it may also be useful with zero-based measurement devices such as flowmeters.

NOTE: Low Cutoff is the only I/O option supported by the AI block. You can set the I/O option in Manual or Out of Service mode only.

Modes

The AI Function Block supports three modes of operation as defined by the MODE_BLK parameter:

• Manual (Man) The block output (OUT) may be set manually.

• Automatic (Auto)  reflects the analog input measurement or the simulated value when simulation is enabled.

• Out of Service (O/S) The block is not processed. FIELD_VAL and PV are not updated and the OUT status is set to Bad: Out of Service. The BLOCK_ERR parameter shows Out of Service. In this mode, you can make changes to all configured parameters. The target mode of a block may be restricted to one or more of the supported modes.

Alarm Detection

A block alarm will be generated whenever the BLOCK_ERR has an error bit set. The types of block error for the AI block are defined above.
Process Alarm detection is based on the OUT value. You can configure the alarm limits of the following standard alarms:

• High (HI_LIM)
• High high (HI_HI_LIM)
• Low (LO_LIM)
• Low low (LO_LO_LIM)

Status Handling

Normally, the status of the PV reflects the status of the measurement value, the operating condition of the I/O card, and any active alarm condition. In Auto mode, OUT reflects the value and status quality of the PV. In Man mode, the OUT status constant limit is set to indicate that the value is a constant and the OUT status is Good.

The Uncertain – EU range violation status is always set, and the PV status is set high- or low-limited if the sensor limits for conversion are exceeded. In the STATUS_OPTS parameter, you can select from the following options to control the status handling:

BAD if Limited – sets the OUT status quality to Bad when the value is higher or lower than the sensor limits.

Uncertain if Limited – sets the OUT status quality to Uncertain when the value is higher or lower than the sensor limits.

Uncertain if in Manual mode – The status of the Output is set to Uncertain when the mode is set to Manual

Advanced Features

The AI function block provided with Fisher-Rosemount fieldbus devices provides added capability through the addition of the following parameters:

ALARM_TYPE – Allows one or more of the process alarm conditions detected by the AI function block to be used in setting its

OUT_D parameter. OUT_D – Discrete output of the AI function block based on the detection of process alarm condition(s). This parameter may be linked to other function blocks that require a discrete input based on the detected alarm condition.

VAR_SCAN – Time period in seconds over which the variability index (VAR_INDEX) is computed.

VAR_INDEX – Process variability index measured as the integral of average absolute error between PV and its mean value over the previous evaluation period. This index is calculated as a percent of OUT span and is updated at the end of the time period defined by VAR_SCAN.

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address
You've successfully subscribed !

Continue Reading

Foundation Fieldbus Communication Management
Modbus Communication Interview Questions and Answers
What is Profibus? – A Comprehensive Guide for Beginners
Different Types of Network Topologies
Fieldbus Coupling Devices
Foundation Fieldbus (FF) Segment Topology
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
2 Comments
  • ingeborgaustral says:
    July 9, 2016 at 10:36 pm

    Do you have any video of that? I’d like to find out more details.

    Reply
    • S Bharadwaj Reddy says:
      July 10, 2016 at 4:12 am

      Sorry, No videos created. Thank you.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

What is a Fieldbus?
Difference Between Modbus TCP IP and Profinet
Top 100 Networking Interview Questions & Answers
Types of Cable Lengths in Ethernet Network
Difference Between TCP and UDP
Fiber Optic Cable Connectors, Routing, and Safety
OTDR Testing
Fiber Optic Cable Construction

Keep Learning

What is Rapid Spanning Tree Protocol

What is Rapid Spanning Tree Protocol? – RSTP Network

What is a Network Switch?

Network Switch Requirement in SCADA and DCS Architecture

Multi-mode optical fiber

Multi-mode and Single-mode Optical Fibers

Foundation Fieldbus Tutorials

Foundation Fieldbus Tutorials

Differential signals with RS485

RS485 Serial Communication

Fieldbus and Profibus

Difference between Fieldbus and Profibus

Top 10 Facts about HART Technology

What is HART, Foundation Fieldbus & Profibus ?

Profibus network

How Profibus Communication Works

Learn More

Instrument Switch Status

Define Normal Status of a Process Switch ?

RTD Testing Methods

RTD Testing Methods in Calibration Laboratory

Building Management System

Building Management System

Digital Electronics Multiple Choice Questions

Read Only Memory (ROM) Objective Questions – Part 2

Differential Pressure Transmitter Manifold

Field Instrument Calibration Errors

RJ45 Connector Pins

How to make RJ45 cable

Use Dumps to Ace Certbolt Microsoft AZ-204 Exam

Use Dumps to Ace Certbolt Microsoft AZ-204 Exam

Single-Bed Demineralizer

Demineralizers

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?