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

how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
26
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
0
Views
30
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
2
Views
67
Good morning! Let me start by saying, I am still learning about this type of HMI programming. I recently watched a video about recipes and how it...
Replies
0
Views
53
Hello, I'm using FactoryTalk View ME V10. I created a valve as a global object with multiple parameters and when the object is being used at the...
Replies
2
Views
108
Back
Top Bottom