Sign in to follow this  
Followers 0
_m1ke

Conceptual question - Siemens S7-300

3 posts in this topic

Hi there, I have trouble understanding the "mechanics" of STL programming language for Siemens S7-300 PLC. For instance I have a code which looks like this (taken from the Siemens manual for extended pulse timer): With regards to the first line, AND operator checks whether the state of I 2.0 is '1'. According to the "Bit Logic Instructions" manual, it also ANDs the test result with RLO. Now the question is - what RLO is it if there are no operations beforehand? What memory area does it use for that particular RLO? Moreover, what is the Boolean bit logic string in this case? I presume it is all the lines up to the '=' sign. The confusion is also caused by instructions (FR, L, T) which are not logical operations or RLO, although there is associated memory bit with them. I'd be grateful if you could clarify this matter? Many thanks!

Share this post


Link to post
Share on other sites
This might help (a little) - http://www.plcdev.com/book/export/html/632

Share this post


Link to post
Share on other sites
Thank you, that explains a lot!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0