FactoryTalk SE Derived Tags

Join Date
Jul 2007
Location
Kiruna
Posts
600
I am summing some variables across several CLX PLCs to display at SCADA. The problem is on a comms failure of a single PLC results in a wireframe on tag at SCADA. This is not desirable since this could occur for maintenance etc.

I am now using derived tags to sum some variables across several CLX PLCs to display on SCADA.

This corrects the problem somewhat but now on loss instead of wireframing the derived tag does not update.

Example PLC1 TestTag=20 PLC2 TestTag=20

DerivedTag=40. If I pull the comms on PLC2 I would expect the DerivedTag=20 but it remains at 40.

Anyone have any suggestions?

Please note I have a lot of macros running and if possible would like to avoid going down this road.
 
Best bet, would be, as usual, resort to VBA.
Query each individual tag directly in VBA, so that you can determine if there is a failure on one (or more), then deal with that one appropriately (Use last value, drop it, flag as in error, etc).
 
Derived Tags Mass Edits

I know this is an old topic to post, but the titled is the most appropriate.

Is there a way to edit the Derived Tags in bulk? We wanted to use the derived tags to make an indication if equipment is out of service (several tags could put it out of service, and we want to use the common tag for alarm suppression)

The derived tags are stored as a DTS file which cannot be opened in notepad. From my Googling, it looks like this might be some kind of SQL file, but I'm not sure. Is there a way to export this to excel and then import it back so we can edit 1000 at a time?

Please help.
 
In Studio, Open the derived tag file. In the editor, highlight the grid. Then in the menu, select copy. You can now paste it into Excel. Do your edits, then paste them back.
 

Similar Topics

Hello Everybody, I'm having a problem with derived tag in FactoryTalk View Studio v5.00. I created a new derived tag file, and the following...
Replies
4
Views
2,305
Hi guys! I have a problem with derived tags in factorytalk view. I used the derived tags to read an input tag (unit in seconds), and convert it...
Replies
0
Views
2,041
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
3
Views
125
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
37
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
96
Back
Top Bottom