searching rs5000

spidermonkey

Member
Join Date
Dec 2009
Location
in
Posts
30
Is there anyway to search for a input when you dont know the tag?

I have allways looked for tags but I have no clue what the tag of this is called
 
I/O Module-Defined tags always follow the pattern...

Location : Slot : Type

Location : the name of the "parent" of the module, always "Local" if in the same chassis as the controller (you can't change it, it's fixed). If it is remote I/O, instead of "Local" it will be the name given, in the project's I/O configuration, to the comms adapter in the remote chassis.

Slot : obvious really, the slot number of the I/O module as assigned in the I/O configuration, not where the module actually is ! If those two things don't agree, it just doesn't communicate.

Type : can be I (Input), O (Output), or C (Configuration)

So for an Input module in slot 6 of the same chassis as the controller, the module-defined tag where the input data is will be

Local:6:I

There will also be a tag called Local:6:C which is the Configuration tag - it tells the module how to behave.

For digital modules, there is a member of the tag called .Data, which itself has BOOL elements numbered .0 to .31 (even if it's only a 16-bit module, there is space for 32 bits).

Input bit 11 on that module is then addressed as Local:6:I.Data.11

However, if you try to Search through the logic to find where that input is used, you might not find it.

That is because an Alias tag may be used in the program. Search is not letting you down, its just that the physical input doesn't exist in the logic at all.

The absolute best tool is the cross-reference, because that jumps the gap and will show you where the physical input is alias-referenced in the logic.
 

Similar Topics

Hi, guys - I've got an odd problem here that I haven't been able to figure out and was hoping someone might have some insight: Background: We...
Replies
21
Views
5,947
is it just me, or has something happened with the google search when using chrome? looks likes safari on mac is ok, but edge/chrome on windoze has...
Replies
10
Views
834
Besides using BootP in the past, I am relatively new to having to look for privately addressed devices in many control networks. All of the...
Replies
23
Views
3,944
Good morning, could anyone recommend a 24VDC pulse counter which counts up or down to a preset #? Once it reaches this number, send a 24VDC back...
Replies
3
Views
1,647
Hi, Using FactoryTalk View SE version 9.0. Wondering if someone can help me as to whether or not I can search an entire display for instances of a...
Replies
3
Views
2,299
Back
Top Bottom