stl db50.dbx

junior333

Member
Join Date
Mar 2024
Location
mansoura
Posts
1
i am new to simatic manager and i am trying to figure what this part do in the code :


A I 5.6
= DB50.DBX 4.6
A I 5.7
= DB50.DBX 5.1
A I 5.2
= DB50.DBX 99.2
A I 5.1
= DB50.DBX 99.3
A I 5.0
= DB50.DBX 99.4
A I 4.7
= DB50.DBX 99.5
A I 5.4
= DB50.DBX 99.1
A I 5.3
= DB50.DBX 99.7
 
If you do not understand STL then in ladder it would be
-----| |-----------( ) i.e. A I 5.6 = DB50.DBX4.6 (bit 6 of DB50 DW4 )
So all they are doing is mapping inputs to a datablock & dataword as per bit number
 

Similar Topics

Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
211
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
331
First off thank you in advance. Second I am very new to STL. I am trying to build a counter that has one count up and 23 count down options. Am...
Replies
6
Views
384
Hi Siemens Experts, I am hoping someone can shed some light on my issue. I have uploaded the code from a S7-300 (317-2PN/DP) using Step 7...
Replies
9
Views
690
Hi.Can I convert the block written in stl mode below to ladder mode? L #InOctet SLD 3 L #InBit OW T...
Replies
2
Views
562
Back
Top Bottom