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,283
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,035
Hello, I was looking to store some values from our FactoryTalk Application using Datalog to a MariaDB. I see there is quite a bit of documentation...
Replies
1
Views
47
Hi Folks, who know why after start FactoryTalk activation manager V4.03, click "Get New Activations", it displays Is not I appreciate with any...
Replies
0
Views
49
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
3
Views
86
Back
Top Bottom