Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Fieldbus Analog Input Function Block
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
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 !

Recommended Articles

Introduction to Fieldbus Function Blocks
Difference Between RS232 and RS485
Foundation Fieldbus Installation and Best Practices
Fiber Optic Data Communication
HART Communication Protocol Overview
Difference Between LAN and WAN Networks
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
208kSubscribersSubscribe
38kFollowersFollow

Categories

Recent Comments

  • William Snyder on Top Non-PLC Certification Courses for Automation Professionals
  • Kamli on Top Free PLC Software
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals

Related Articles

Actuator Sensor Interface (ASi) Protocol in PLC

Actuator Sensor Interface (ASi) Protocol in PLC

FF instrument

H1 FF Device Configuration and Commissioning

OPC Communication Interview Questions Answers

OPC Communication Interview Questions and Answers

HART Communication Tutorial 1

HART Communication Tutorial Part 4

Fieldbus Terminator

What is a Fieldbus Terminator and How Does it Work?

Things You Need to Know About DeviceNet

Things You Need to Know About DeviceNet

Fieldbus Wiring

Fieldbus vs 4-20mA

HART Layers vs OSI Layers

HART Communication Tutorial Part 3

More Articles

Function and Application of FIFO Block

How to use FIFO Block in TIA Portal? – Siemens PLC Programming

Allen-Bradley VFD

Why V/f Ratio is kept Constant in VFD?

Power Electronics Objective Questions

Three Phase Converters Objective Questions

CEMS Classification

CEMS Principle, Types, Advantages, and Disadvantages

Pressure Gauges Common Problems

Pressure Gauges : Common Causes for Failures and Their Effective Solutions

Guided wave radar Measurement Principle

Guided Wave Radar – Principle, Limitations, Installation

Open Diode in a Full-Wave Rectifier

Power Supply Circuit Fault Analysis

Spectral Method of Analysis Questions & Answers

Spectral Method of Analysis Questions & Answers

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?