Datablock initializer

SIMATIC S7-200/300/400, Step7, PCS7, CFC, SFC, PDM, PLCSIM,
SCL, Graph, SPS-VISU S5/S7, IBHsoftec, LOGO ...
Post Reply
guru
Posts: 1
Joined: Fri May 12, 2006 6:36 am

Datablock initializer

Post by guru » Fri May 12, 2006 6:44 am

Do antone have a program called Datablock initializer, the program copys the online values in a DB into the initialvalus of a DB.

Guest

Initialisations of DB's

Post by Guest » Wed May 31, 2006 5:20 am

Dear guru.

I think, you will transfer online actual values from some DataBlock present inside of the PLC to any user predifined block - offline.

Dg.: You can upload your interested DB into PG and you'll make
a copy with [File -->Generate source] as source file inside offline project
folder in STEP7 manager. (Do'nt forget to good name it - like same name as DB).
If you generated source of DB successfully, then you open source DB,
you can see two parts of these DB.

First is declaration part placed between STRUCT and END_STRUCT of
DB. (Can be predefined initial values included)

Second part will begin with keyword BEGIN, which will predefined (filled)
with actual values (uploaded prom PLC), written with programm assignement syntaxes (like := 10;).

Good luck. MSe

autho
Posts: 8
Joined: Thu Jun 08, 2006 6:10 am
Location: Iran

Post by autho » Tue Aug 15, 2006 7:33 pm


AFJ
Posts: 2
Joined: Fri Jun 02, 2006 2:03 pm
Location: Europe

Post by AFJ » Fri Sep 01, 2006 11:01 am

Or goto: www.s7xp.com

Post Reply