Add tags to WinCC v7.0+SP3 project

blima

Member
Join Date
Aug 2010
Location
Lisbon
Posts
96
Hello,

I would like to add some tags to a working project but I cannot see the tags displayed on the runtime.

The first two are of type float and on the S7-1200 PLC are also of type float in a not optimized database. The next two are two input bits and the last are binary tags of the same database.

What is the convention to use to access this type of information?

I’m using also the function:

SetTagDouble(("SpBomba01"),GetInputValueDouble(lpszPictureName,lpszObjectName));

To change the tag value. Is that correct?

Thanks,

Bruno
 
It should be as simple as creating an I/O field.

From the Standard tools, under Smart Objects select I/O Field and drag it on to your screen.

In the Configuration Dialog, select your tag, and choose whether you want it to be input, output or input and output (I/O field).

In the Object Properties at the bottom, change however you want to display your value.

WinCC_IO_Field.png
 
Last edited:
It should be as simple as creating an I/O field.

From the Standard tools, under Smart Objects select I/O Field and drag it on to your screen.

In the Configuration Dialog, select your tag, and choose whether you want it to be input, output or input and output (I/O field).

In the Object Properties at the bottom, change however you want to display your value.

Thanks for the reply.
 

Similar Topics

Need to add new tags to some recipe inside a Wincc Tia Hmi . Do we have an option to download the recipe , with the newly added elements ...
Replies
0
Views
242
I am currently working on a project which requires me to move two (seemingly identical) PLCs into one, however both PLCs have all tags being the...
Replies
32
Views
6,666
Hello all, Is there a way to trend tags associated with AOI? Currently the selection is grayed out. The tag is a local tag and it resides in a...
Replies
8
Views
2,115
Hello Everyone..!!! I want an Object to be Hidden when 1-Pump_run_feedback 2-pump_CF When anyone of this come then object has to hide. Working...
Replies
3
Views
2,153
I have an add-on instruction that tracks the run time of our equipment. The AOI has an input called "Reset" which resets the timer. I want to...
Replies
4
Views
2,723
Back
Top Bottom