Rlo ?

In the Siemens S7 and, I believe, S5 PLCs, the RLO is a status bit that contains the instantaneous result of the logical operation just performed in a network. With the conditional exception of the first instruction in a network, the RLO is the other operand in the boolean operations. The first instruction in a network has an additional bit that makes sure that the status of the initial instruction carries through to the RLO.

You can see the result of the RLO if you view a network online in STL. The RLO is one of the columns in the status box. I'm not sure if you can access the RLO directly. However, any time you perform a boolean output from a network the RLO is what determines the status of the output bit. The conditional jump command also uses the RLO to deterine its action. There are other instructions that also use the RLO to trigger actions.

I hope I didn't confuse you more. The Step7 help contains some pretty good info on the RLO and how it reacts.

Keith

I hope
 
Hi guys,

I'm not a Siemens expert but I know that the RLO can be saved (like using a merker for a temporary result) to be used somewhere else in the program, I'm not sure but I do think that in can only be used in one rung.
Grtz
 

Similar Topics

Hi i have a problem compiling a converted S7300 to ET200SP 1500 Controller I have one error thats eludes me.. "The RLO is not initialized. Access...
Replies
1
Views
68
Hello! I have made connection in TIA portal with an energy analyzer(Carlo Gavazzi EM26-96) using Modbus RTU. What I am mainly looking for is...
Replies
13
Views
791
Hello, We're trying to connect to carlo gavazzi wm14-96 using tia portal. But we couldn't find any gsd file for it. Could you please help? Thanks
Replies
3
Views
1,127
Hi, I recently had an incident with a program that was written in STL. It went like this: A M0.0 = Q42.0 A( AN M6.1 AN M6.2 O M7.0 ) = Q42.1...
Replies
20
Views
5,954
dear All, i am working on the step5 of Siemens. after successful upload program and going online but RLO data is not updating. In Tset>Status...
Replies
6
Views
2,064
Back
Top Bottom