FactoryTalk "Trend"

And, assuming you leave the default name for the trend object, add the following VBA code:

Code:
Private Sub Display_AnimationStart()
On Error Resume Next
Trend.LoadTemplate "DefaultTemplate"
End Sub

Private Sub Display_BeforeAnimationStop()
On Error Resume Next
    Trend.SaveTemplate "DefaultTemplate"
End Sub

That will make sure that however the trend is set up when you leave the page, is how it will load when you come back. Rockwell FTView is fairly (well, completely) stupid.
 

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
157
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...
Replies
2
Views
1,506
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,186
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
Back
Top Bottom