FTVSE Working with Trends and VBA

jara

Member
Join Date
Jul 2010
Location
Cordoba
Posts
100
Hi, everybody!

I would like to know if someone knows if there is any property or method to change Pen Source from Tag(Live Data) to Data Log Model.
I don´t see any property for that

I would like to add some pen but only works with Tag(Live Data)

This is my code:
DATALOGREGISTRO is the name of my data Log
Code:
Trend1.Pens.Add ("Temperatura_CBE", "Temperatura", "C", 0, 100)

Edit: Sorry solved, adding DATALOGREGISTRO the name of my data Log

Code:
Trend1.Pens.Add ("Temperatura_CBE", "Temperatura", "C", 0, 100, "DATALOGREGISTRO")


Thank you for your time.
 
Last edited:

Similar Topics

Hello everyone, Other than the "Find" binoculars, and typing each Display name out one at a time, is there an easier way to see which of the...
Replies
2
Views
410
I am wondering if anyone has created an alarm within a global object via VBA? Yes, I will explain. I have a global object. It references an...
Replies
1
Views
275
Story time: We have two similar machines on a Factorytalk View Distributed Network. This SE server has several different machines on it as well...
Replies
0
Views
584
I have converted RSV32 to FTVSE Distributed. pretty straightforward... I cant seem to figure out how or find any documentation to migrate RSV32...
Replies
4
Views
2,316
I need your help as I have a factory talk 7 installed on server and 3 clients connected to this server two clients I can read live tags but the...
Replies
0
Views
1,173
Back
Top Bottom