Factorytalk Periodic Task Syntax

jknott

Member
Join Date
Dec 2014
Location
Guelph
Posts
6
Hello,

I am working on a project that requires several tasks with seperate programs in each task containing program specific tags. The issue that I have come across is that when I try to set up the connection in Factorytalk to the periodic task tag I am unable to see the tag in the online tag browser. When I set up the offline tag browser I am able to see the Task specific tags (eg. {::[plc]Program:pallet.Test} - Pallet is in a periodic task) but when I test it the program is unable to see the tag and I recieve 'error' on the button. My question is can Factorytalk use periodic task program specific tags and if so what is the proper syntax to make it work. Any help is greatly appreciated.
 
Hi and welcome to the forum!

Unfortunately no - and it's not just specific to periodic tasks. For FactoryTalk to be able to see/read/write a PLC tag, the tag must be in the controller scope, not a program scope.
 
I have program scope tags working already for the continous task with the same syntax {::[plc]Program:pallet.Test}
 
Hi and welcome to the forum!

Unfortunately no - and it's not just specific to periodic tasks. For FactoryTalk to be able to see/read/write a PLC tag, the tag must be in the controller scope, not a program scope.

That's not true. You can see the program scoped tags too in FTView. What is the external access attribute set for that tag? What version of FTView? SE or ME?
 
That's not true. You can see the program scoped tags too in FTView. What is the external access attribute set for that tag? What version of FTView? SE or ME?

Really? Has this always been the case? I was sure I read somewhere once that you couldn't do that...🤥
 
Really? Has this always been the case? I was sure I read somewhere once that you couldn't do that...🤥

Yes, you could always use Program scoped tags in an FTView application, but since it is FTView, and more buggy then a fire and mound, don't count on the tag browser EVER working. It hasn't since FTView was released, and has never been fixed to the point of being more then slightly usable.

Type in your tag addresses manually, and all is good. That is another reason that I never EVER use direct tag addressing on displays, I always create HMI tags. Do the skeleton structure first, then actually create my tags in Excel.
 
What exactly did you type in? I've had good luck with the Tag Browser in recent versions. Did you do a refresh by right clicking on the folder? Did a reboot of the computer? The syntax to a program scoped tag is something like this:
{::[PLC1]Program:Unit1.Instrument_Fail}
 
I have program scope tags working with no issues in the continous task. The problem is program scope in a periodic task. Just would like to know if it is possible to address these tags at all through factorytalk. If someone has done this successfully before please let me know. Otherwise I may be wasting my time on this.
 
Reinstalled factorytalk and this issue went away. Thank you to everyone for assisting. Factorytalk can use program tags in a periodic task with no issues.
 

Similar Topics

Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
77
Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
64
Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
86
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
72
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
5
Views
256
Back
Top Bottom