view se time span

kurt.brinker

Member
Join Date
Dec 2006
Location
In Town
Posts
263
I have a few trends running in view se right now. I have the 30sec, 1min, and 2min preloaded time span buttons but i would like to be able to create my own. For example, a 24hour span button, 6 minute span, etc

I have searched the help files but haven't seen anything dealing with creating new buttons. Thanks

edit. this is all i can find

Private Sub ViewOneMinute()
Dim x As XAxis
Dim s As String
Set x = Trend1.XAxis
s = "Time Span was " & x.TimeSpan & " seconds"
MsgBox s, vbOKOnly
x.TimeSpan = 60
End Sub


no clue where that would be entered..
 
Double click the new button you build. It will create a sub that handles the button being clicked.

Place this sub below the event handler. Call the sub from the event handler.
 

Similar Topics

Hi, Can anyone tell me how to change the Start time and span of trend via tag using vb in factory talk view se.
Replies
1
Views
3,881
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
125
Hello all, I was modifying an HMI in factory talk and went to change a go to display button using the ... to select from a list as I had done...
Replies
4
Views
153
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
118
Back
Top Bottom