Indirect discrete tag in Intouch

Weo

Member
Join Date
Feb 2006
Location
Sweden
Posts
82
Hi

I have an issue with an interlock and I have no access to the PLC but have full access to the HMI (Intouch v9.5) with a development license so been able to trace the tag that is stopping us.
Have no previous experience of Intouch so asking for some basic guidance.

The tag is of type indirect discrete.
How can I find where it's used in the application?
Can some provide a step by step description and I would be very grateful.

Can I monitor the status of the tag somewhere?
Can I force an indirect tag?

Many thanks in advance.
 
Hi
The tag is of type indirect discrete.
This means that it is used as a substitute. Common method is for popups, the name of this tag is assigned the name of a tag from the tag Database. It then copies all of that tags attributes.

How can I find where it's used in the application?
Use the cross-reference function. Since it is indirect though, it may be a bit more difficult to find all occurences. If you find what window it is on, that would be a good starting point to work back from.
Can I monitor the status of the tag somewhere?
You can use the tag in any discrete animation property. Bear in mind that it is not assigned to any IO until it is used though...
Can I force an indirect tag?
Sort of, but the tag that it has been assigned to will also change state.


I would drop the tag on a common window, & switch screens etc to see a pattern of what it is doing.
You could also add a string display of Tagname.Name, this will show the tag that it is currently assigned to.
 

Similar Topics

Howdy folks, I am an Allen Bradley guy currently living in an Emerson world. Working with Rx3i on PacSystems Machine Edition v. 9.6? i think...
Replies
3
Views
618
Hey, I'm trying to do the following, I have some experience with Citect but can't seem to figure this out. I/O Tag: BoxPos1_ProdNum (Data Type...
Replies
0
Views
576
Hello, I'm very new to programming with absolutely zero schooling in this field and pretty hands off training in my new role, it's been fun...
Replies
4
Views
665
Hi, I have this code: LAR1 P##structy L 0 T LW [AR1,P#0.0] which resets all the bits in this struct called structy...
Replies
1
Views
640
I have upgraded an old RS500 project to Studio 5000, it has thrown multiple errors which I am currently working through. I have looked through...
Replies
8
Views
1,720
Back
Top Bottom