FactoryTalk to WinCC

wesselvos

Member
Join Date
May 2016
Location
Kaatsheuvel
Posts
21
Hello,

I have been working for a few years with Allen Bradley (mainly RSLogix5000 and Factorytalk).

For my HMI objects like valves, motors etc i have set up some globals objects to make sure i dont have to modify the same valve a 100 times if something has to be modified.

I have set up the parameter definitions to have 1 tag that i link to a PLC datatype. This way i only have to change one tag when i wanna copy multiple valves in a screen.

What would be the best way to create this same functionality (if possible) in TIA Portal V14.

global objects1.png global objects2.png global objects3.png
 
What would be the best way to create this same functionality (if possible) in TIA Portal V14.

Which version of Portal Wincc are you using? Basic/Comfort/Advanced (for dedicated machine HMIs) or Professional (which can handle SCADA level systems with server/client functions).

In Comfort/Advanced there is a concept called Faceplates. It isn't 100% the same thing as a global object, but it is great for reusable objects with multiple animations, etc. Sometimes the tags get filled in separately, sometimes you can fit it all into one structure in the PLC, and then pass that structure directly to the faceplate for 1 tag changes when you duplicate.

In Professional, faceplates are one option. However, you also can put an object that displays another screen (screen window) and then pass it what is called a tag prefix. This gets added to the beginning of all the tags on the screen when you call it (ie you programmed the screen with a tag ".speedsetpoint", but the tag prefix "tank1" means that you're looking for a tag called "tank1.speedsetpoint").

Below are two links to example libraries & documentation. The first download option shows faceplates in the Comfort/Adv download and uses a mix of both methods in the Professional download. The second download is Professional only.

https://support.industry.siemens.com/cs/ww/en/view/66839614
https://support.industry.siemens.com/cs/ww/en/view/109749508
 
Last edited:

Similar Topics

Hi all! First of all, this is an amazing forum. I hope I can help someone someday. But now, I need help to set up an OPC server in order to...
Replies
1
Views
2,136
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
21
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
26
We are a water/wastewater plant, collecting realtime and manually entered data. We have been using FactoryTalk Historian (OSI PI) for real time...
Replies
1
Views
53
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
Back
Top Bottom