PDA

View Full Version : TSend a whole DB in Simatic 7 Basic


hjalle
January 29th, 2010, 09:43 AM
Hi, I want to send a whole DB and all it's values(arrays,ints, words) with TSend - does any one know how to do this?
It is no problem to specify the DATA(dataadress) to a specific value in the DB and send it, but i want to send the whole db.
I tried to have several TSend blocks and have one value for each, but I wasn't able to get it to work anyway :bonkhead:


Thanks

KalleOlsen
January 29th, 2010, 10:27 AM
Have you checked the max tsend length allowed for your plc type(s)?

hjalle
February 1st, 2010, 03:14 AM
I haven't been able to find the max lenght allowed...
But, i think I got a solution.
By entering the DATA to the adress of the (DB P#DB3.DBX0.0 BYTE 30)
and BYTE equal to the size of the DB, I was able to send the whole db.