RS View Tag Query

MarkNightingale

Lifetime Supporting Member + Moderator
Join Date
Sep 2010
Location
In The VAT Shed
Posts
732
Hi,

I am using RS View to do quite a large project, so I am using pop ups for all my valves and pumps etc.
This means I have to use parameter files to populate these pop ups with the relevant information.
When I am adding the tags to the parameter file I am basically copying and pasting from the offline tag file. However I've noticed that some tags have :: in front while others don't.
I dont want to do the 200 odd valves and find out that I have got to go back to put :: in front.
I have given an example below.

#11 = ::[Saudi]N16:4
#14 = [Saudi]N77:32

Thanks In Advance

Mark
 
If you are talking about FTView SE or ME, and not RSView 32, then the way that studio handles tags is at best inconsistent, and at worst stupid.

Simple rule for resolving the above though: If the device tag address has a colon :)) in it, you MUST precede the OPC name with "::".

If there is no colon in the device tag address, do NOT use "::".

SLC, PLC5 - ::[DeviceName]FileNumber:Element
Logix: - [DeviceName]Structure.Element
 
I am yusing FTView 5.1 and with parameter files, I have noticed the following.

Accessing global tags, no double colon
#1={[saudi]TagName.element}

Accessing program tags, there is a double colon
#1={::[saudi]Program:tagname.element}

Hope this helps.
 
Well, again, the program level tags need to have a ':' in the address path, so you must precede the access name with '::'.

Simple... If the address has a ':' anywhere in it, you must prefix the access name with '::'.

If there is no ':', don't use '::'.
 

Similar Topics

Hi, I have an issue accessing tags in 3 of my plcs'. When I go to select a tag there is no folder drop down as can be seen in the photo. Any...
Replies
0
Views
63
The client has an application that when communication between the PLC and the Factory Talk VIEW supervisory fails, the object in the supervisory...
Replies
5
Views
227
I have a FactoryTalk View Se project, Is it possible to export Direct Reference tags to edit in a CSV file or Excel? I know I can export HMI...
Replies
1
Views
266
Hi Guys, I know it's not a great product, but using it because of no choice. Was working on V10 without much gripes. Then came V12. I'm facing...
Replies
2
Views
1,189
Is there a way to move a tag value, brought into the panelview via modbus tcp with kepware, back to the plc on eth/ip. IE on the C-Mores we bring...
Replies
0
Views
412
Back
Top Bottom