Search found 4 matches

by executer
Tue Feb 26, 2013 5:55 am
Forum: SIMATIC system
Topic: SCL Interface inderect adressing
Replies: 4
Views: 3307

Re: SCL Interface inderect adressing

Yep, it will works for STEP7, but I using PCS7 САС - so no arrays aloud on block interface ( I try to use AT instruction to represent several STRUCT Inputs as ARRAY, but compiler gave an error, probably because of size of repsesentator is greater than AT variable ((( It could not see that I have a l...
by executer
Sat Feb 23, 2013 3:41 pm
Forum: SIMATIC system
Topic: SCL Interface inderect adressing
Replies: 4
Views: 3307

Re: SCL Interface inderect adressing

I find out a thread on https://www.automation.siemens.com/WW/forum/guests/PostShow.aspx?HTTPS=REDIR&PageIndex=1&PostID=11987&Language=en and check SCL_WriteAll source from Late member. Am I right that clear solution for me will be following: .... VAR_TEMP REACTOR AT REACTOR_01: ARRAY [1..4] OF UDT_S...
by executer
Sat Feb 23, 2013 3:28 pm
Forum: SIMATIC system
Topic: SCL Interface inderect adressing
Replies: 4
Views: 3307

SCL Interface inderect adressing

Hello, I would like to use indirect addressing of SCL block input interface. Inputs are UDT data structures (string and few reals inside). So, my question is it possible at all? Another way is to re-declare inputs as TEMP array and copy all of them one-by-one on block start, but it is extra work for...
by executer
Tue Nov 01, 2011 10:16 am
Forum: SIMATIC system
Topic: [?]: How to get password from S7 400 PLC ?
Replies: 14
Views: 33433

Re: [?]: How to get password from S7 400 PLC ?

So, please, does someone can provide a right way to get password from protected S7-400 PLC with MC Flash card?