how to make trend of a variable in abb panel builder for CP600 HMI

Published on Nov09, 2024 | Category: trend
Share this article:

trend in industrial application describe the changes in a variable with time.abb panel builder used for design and configure ABB CP600 series HMI. Trend is used in industrial control system to know variation of variable values over time. you can use real time and historical trend to shows variation of value over time. real time trend shows variable variation on present time and historical trend shows values past time. you can also take backup of these trend. if the value of variable is increasing it is called upward trend, if the value is decreasing it is called downward trend. in ABB panel builder you can design, configure and backup multiple trend for different variable.

what is trend in industrial application

Trends allow you to sample and record the values of specified tags according to specific sampling conditions. The trend function includes trend acquisition and trend display. Trend acquisition parameters are set in the Trend editor so that data can be stored. Stored data can then be displayed in a graphical format using a trend widget.

type of trend widget in abb panel builder

abb panel builder have basically following trend widget which use in ABB CP600 hmi

img/abb hmi trend/what is trend in industrial application.webp

make a simple program for trend data

open panel builder and create a project for your HMI or you can also use pc runtime. now add some component for trend. for this article we add simple slider range from 0 to 500 same range we used for plotting trend in real time as well as historical trend.

img/abb hmi trend/make a simple program for trend data.webp

define tag for trend in panel builder

first define protocol than open tag indexed and add a tag numerical_value and select data type float. you can select data type and tag name as your process need. it is example of trend.

img/abb hmi trend/define tag for trend in panel builder.webp

how to add trend in abb panel builder

on project view double click on trend. trend editor window open here you can define trend. click add button to add trend. following are Trend Header Description Note: Trends cannot be activated at runtime. after adding trend button double click on trend to open parameter configuration.

img/abb hmi trend/how to add trend in abb panel builder.webp

configure trend in trend editor

trend editor allows you to add variable and configure variable for trend. in trend editor following parameter are configured we divide trend in two part below is part 1 configuration after adding above important configuration now add tag for a trend in part 2 parameter configuration it is very important parameter.

img/abb hmi trend/configure trend in trend editor.webp

  • Name Trend name
  • Title Title that has to appears inside the trend table or the trend dump.
  • TAG : Tag that must be sampled
  • format: select trend format from dialogue you can select numeric, hex, scientific etc.
  • img/abb hmi trend/part 2 parameter configuration.webp

    trend widget propertied in abb hmi

    in abb panel builder have two type of trend widget real time and history trend you insert any trend as per your requirement but following propertied are same for both trend.

    img/abb hmi trend/trend widget propertied in abb hmi.webp

    real time trend widget in abb panel builder for abb hmi

    The real- time trend widget can be used to display the changes of value of a tag. Data is not stored in a trend buffer and cannot be retrieved for later analysis. open widget gallery select real time trend and real time trend chart. add both widget to your hmi screen.

    img/abb hmi trend/real time trend widget in abb panel builder for abb hmi.webp

    history trend chart widget in abb panel builder for abb hmi

    The data collected and stored from the data logger can be analyzed using the History Trend widget. from widget gallery select history trend chart and insert into your hmi screen.

    img/abb hmi trend/history trend chart widget in abb panel builder for abb hmi.webp

    trend table in abb panel builder for abb hmi

    in this table you can see all trend data with values. trend table is refresh at set time duration you can change refresh time during program running. trend values are show with time stamp.

    img/abb hmi trend/trend table in abb panel builder for abb hmi.webp

    simulation of trend in abb panel builder

    check program error and than open simulation. if your program have any error remove all error and rebuild program and than open simulation.