Good evening to all.
I need this software, could someone help me?
The software is called: S7 DB TAGS GENERATOR for S7-300/-400 PLC's .
I found the manufacturer's website, but I can not download it.
http://www.runmode.com/s7dbtags.html
Thanks in advance.
[?]: S7 DB TAGS GENERATOR
-
- Posts: 15
- Joined: Thu Apr 01, 2010 9:50 am
Re: [?]: S7 DB TAGS GENERATOR
look at http://www.sps-forum.de/showthread.php?t=40921
with this you can create wincc and flexible tags from a step7 project!
with this you can create wincc and flexible tags from a step7 project!
-
- Posts: 199
- Joined: Wed Dec 24, 2008 4:37 pm
- Location: Europe
Re: [?]: S7 DB TAGS GENERATOR
Thank you, butjogibear9988 wrote:look at http://www.sps-forum.de/showthread.php?t=40921
with this you can create wincc and flexible tags from a step7 project!
Fortunately, I no longer use the trash of siemens!
so do not know what to do with WinCC flexible tags.
I needed the program described above.
Thanks anyway.
-
- Posts: 15
- Joined: Thu Apr 01, 2010 9:50 am
Re: [?]: S7 DB TAGS GENERATOR
I can easliy extend the Software so that it puts out a CSV file instead of creating the WinCC Tags.
How should the csv look?
PS, the flexible Tags are already a CSV File!
How should the csv look?
PS, the flexible Tags are already a CSV File!
-
- Posts: 3
- Joined: Mon Jan 24, 2011 7:01 pm
Re: [?]: S7 DB TAGS GENERATOR
Hello
I'm working already with Tags S7300 to Wincc Flex
Just make the DB structures in s7 and then change Data View and print to
a PDF you will see the address, copy all in one excel sheet, then in the wincc flexible make some tags an export them
to csv to see the format needed open it in Excel, make a formula to rename de address
for example if it is BOOL put DB1.DBX, use the concatenate formula to join the data, for example
finally copy all Tags you have in csv file, oh very important when you finish use one notepad text
and put the *.csv type because excel mess up the format
Open the wincc flexible, import csv and select TAB separator
Hope help you
I'm working already with Tags S7300 to Wincc Flex
Just make the DB structures in s7 and then change Data View and print to
a PDF you will see the address, copy all in one excel sheet, then in the wincc flexible make some tags an export them
to csv to see the format needed open it in Excel, make a formula to rename de address
for example if it is BOOL put DB1.DBX, use the concatenate formula to join the data, for example
Code: Select all
A B C D E F G H
DB1 . DBX (SPACE) 0.0 Tag1 Bool =concatenate(A;B;C;D;E)
and put the *.csv type because excel mess up the format
Open the wincc flexible, import csv and select TAB separator
Hope help you