Quick S5 STL to S7 LAD question..

uptown47

Lifetime Supporting Member
Join Date
Feb 2008
Location
Over there, next to those boxes
Posts
1,146
Hi all,

I'm trying to convert some S5 STL to S7 LAD and I just need to know if I'm interpreting the following STL correctly:

Code:
Original STL
L DBW 452
L 1
+I
T DBW 452
= M 215.6

Am I right in thinking that this is just an Integer Addition in LADDER with M215.6 on the ENO output ?

I've created that rung in Ladder and it translates to this in STL:

Code:
L DBW 452
L 1
+I
T DBW452
AN OV
SAVE
CLR
A BR
= M 215.6

Is this a correct translation or am I missing something?
Many thanks for all your help.

Cheers

;-)
 
Loads, transfers, additions etc are executed without regard to or effect to RLO. So you need to show what is before

Code:
L DBW 452
L 1
+I
T DBW 452
= M 215.6
 

Similar Topics

Hi all, Just wondered if someone could confirm whether these 2 networks equate to the same code or not. I'm converting from STL to LAD and want...
Replies
0
Views
1,401
Hey again everyone, Having some trouble this morning figuring out some STL. My STL is very weak and I know a lot of you on here are very good...
Replies
7
Views
2,683
Hi, I'm looking through some software and there's quite a few networks that end with // before the coil such as... AN "A...
Replies
4
Views
1,728
My minds gone blank and I need a quick question answering. I'm looking at some S5 code offline and haven't got a PLC to test this so thought I'd...
Replies
2
Views
3,806
I'm trying to import a .prj file and I keep getting the error message: Project import error. i Any ideas how to get around this? Thanks.
Replies
0
Views
53
Back
Top Bottom