Siemens S5 Help

glenncovington

Lifetime Supporting Member
Join Date
Apr 2002
Location
Gloucester, VA
Posts
303
Need some help with STL commands.

I have the following logic that I cannot quite figure out how to change the timer preset value.

A 88.4
DW 48
T 37


In another FB

A DB 30
L DW 47
B DW 47
L MW 0
T DW 46
L DR 48
B DW 48
L AB 0
T DR 49
L DR 50
B DW 50
L EB 0
T DR 51

It looks like whatever is populating DW 48 is what needs to be changed but not sure.

Thanks in advance.
 
From the logic/documentation an OP25 operator panel is used to set the timer value in DB30 DW48

Can someone familiar with German confirm what

B DW 48 does ?
 
From the logic/documentation an OP25 operator panel is used to set the timer value in DB30 DW48

Can someone familiar with German confirm what

B DW 48 does ?

I still agree with this answer and suggest the old documentation really tells you what is happening.
If there are not too many data blocks,see which one is altered from the screen.
 
The code in FB100 is using DB30 DW48 to indirectly load a QB value so I don't think it is related to the timer setting.
 
Thanks for the help. Ended finding a different timer that controlled the action I was looking for. Once you told me it was coming from the screen I knew I was barking up the wrong tree.

Thanks again for your time.
 

Similar Topics

Hi all, i am the new controls guy at the plant and i have inherited a pc from the previous controls guy with Siemens tia portal version 16 and 17...
Replies
20
Views
884
Hi, I have a customer with a S7300 from around 2013 which they link to approx 25 inverters, 3 DP to DP converters and 5 IM153 remote I/O units...
Replies
8
Views
320
Hi all, First, thank you for reading the thread. So I had a task as the following: An up-counter must be programmed as part of a batch-counting...
Replies
7
Views
287
Hi I’m after some help , I have a plc program with a baumer verisens vision camera attached I have got the signals working ect but I have an...
Replies
9
Views
958
Good, Code Totalizer: IF ( Hour = 23) and ( Minute = 59) and ( Second = 59) THEN totalizerDay_previous : = totalizerDay; totalizerDay= 0; End_IF...
Replies
8
Views
1,564
Back
Top Bottom