FactoryTalk ME trend

40mpg

Member
Join Date
Dec 2021
Location
Oakland, CA
Posts
82
Hello all,


I think I am missing a setting. But when i create a trend, add a pen, everything runs fine, all is good. But when lets say an alarm page pops up, or you navigate away from the screen with the trend and navigate back to it, the trend gets reset. Is there an option to keep the data on the trend and make it keep going and not reset every time?
 
The trends by default are live data only. Nothing historical is included. The data starts plotting from the time you opened that display, and then that data is discarded when you navigate away from the display.

In order to keep that data, as Phrog30 mentions, you need to create a datalog. Create a new datalog and then in that datalog add all of the tags you will want to be stored for use with your trends. Anything that you want to go on any of your trends needs to be in that datalog. You only get one, so everything must go in there.

After you have the datalog setup, you will need to go back to your trend configuration and tell it that you are using a datalog. That way it knows to grab historical data and show that data on your trend.

Then go to your startup folder and check the box for datalog and make sure the one you created is selected. This will make sure that whenever the application is started, it will also start logging data to the datalog.

Be careful not to log more than you actually need and log it faster than you really need it. The datalog has a maximum number of records that it can store. Older PV terminals had a max of 300,000 records. So if I was storing 50 tags once every 0.5 seconds that would be 6,000 every minute and it would be full in 50 minutes. At that point old data gets removed to allow new data to be stored. Newer terminals I believe store 1M records. So just be smart about what you are logging and how often in gets logged.

When you are watching a trend that is using a datalog, it will show you data from the datalog, plus it will include live data from when you opened the display. So if you log the data once every ten seconds but your trend is sampling once per second then as you watch the display it will show you the historical data and also update every second with live data. But if you navigate away from that window and then reopen it, the live data starts over. That can be surprising sometimes.


OG
 

Similar Topics

Hello, We recently upgraded our control server to a newer model. After the transition we are experiencing issues with our trend graphs to where...
Replies
2
Views
153
Our client is using a lot of Trend Objects in a FactoryTalk SE application. We are currently upgrading their server hardware and FactoryTalk SE...
Replies
0
Views
1,183
Hi guys! I'm new in SCADA and VBA programming. I'm trying to add 2 date pickers for start and end date to show trend history between them. I found...
Replies
2
Views
2,185
I record the fault code of the motor in the SE. I can view the data in the trend graph and then save it in the local log file set. I want to view...
Replies
0
Views
1,293
Looking for an idea what I'm doing wrong here. FactoryTalk View 9.0 and building a runtime for a v5.10 PV+1500. My pens are drawing like I...
Replies
8
Views
7,401
Back
Top Bottom