derived tags

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi All

I have 2 derived tags files.

on my display there are 2 pairs of buttons for start and stop.

1 tag for each pair(tag1,tag2).

in one derived tag file i evaluate the push button
for the tag(tag1 and tag2) to be 0 or 1

on the second derived tag file i evaluate the expression (tag1+tag2).

the first derived tag file works fine but the second one doesn't.

why?

Thnx
 
Many HMI software packages support derived tags. You will probably get better answers if you identify which one you're using. Your explanation also doesn't tell much about what you want the derived tags to represent.

One thing that jumps out is that for your second derived tag, you evaluate the expression (tag1 + tag2). If your derived tag is a boolean expression, (tag1 + tag2) means (tag1 OR tag2), assuming that tag1 and tag2 are both boolean. If the derived tag is an integer, your software may not support adding two booleans.
 

Similar Topics

I have a project I have ported from RSView32 to Factorytalk View SE running on a computer. The software is talking to 5 remote plc's over 900mhz...
Replies
4
Views
2,325
Hi, I am trying to set up a derived tag that gets its state from an expression looking at a number of very similar Tag Names, eg all start with...
Replies
0
Views
1,601
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,347
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,056
I was wondering if I could set up In touch to pass one tag from one plc to another plc based on the tags in wonderware. Factorytalk derived tags...
Replies
5
Views
3,060
Back
Top Bottom