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,134
Hi Folks, who know why after start FactoryTalk activation manager V4.03, click "Get New Activations", it displays Is not I appreciate with any...
Replies
0
Views
36
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
2
Views
69
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
22
Hi, I wanted to ask is there a way to have a visibility expression use the IP address of the HMI (Dynics, not PV) to show certain elements? The...
Replies
3
Views
165
Back
Top Bottom