Result Of Logical Operation

kambojrakesh

Member
Join Date
Nov 2006
Location
delhi
Posts
2
HELLO EVERYBODY, I WANT TO KNOW ABOUT RESULT OF LOGICAL OPERTION
(RLO), HOW IT HELP US FOR FAULT FINDING IN SIEMENS PLCs.PLEASE EXPLAIN RLO WITH SUITABLE EXAMPLE.
 
Hello kambojrakesh;
The RLO is a status bit used to construct the validity state(TRUE or FALSE) of a network.
It can alsio be used to test program execution, as shown here (from the "Programming with S7, v. 5.4" pdf manual):

You can test your program by displaying the program status (RLO, status bit) or the contents of the corresponding registers for every instruction. You can define the scope of the information displayed in the "LAD/FBD" tab in the "Customize" dialogbox. You open this dialog box using the menu command​
Options > Customize in the "LAD/STL/FBD: Programming Blocks" window.

To read more, download the manual from Siemens' support website.

Hope this helps,
Daniel Chartier
 

Similar Topics

Logix 5000 v32 on 1769-L16ER I used the FBC instruction to scan an array of DINTs for true bits and it works but I found a thing that just...
Replies
2
Views
84
Im trying to use a MSG instruction to get the serial numbers of all addon cards and display the serials on a HMI interface. I have the logic done...
Replies
2
Views
553
I hope somebody might be able to help me who has done some IO-Link messaging using an S7-1500 (TIA Portal 17) and the CMx8 IOLink module for the...
Replies
11
Views
1,789
Hello: I have done probably dozens of Codesys installations in the last couple of years and trying to do something I regard as an ordinary task...
Replies
12
Views
4,007
Hi, I am trying to understand what the result of a MOV will be. G_position_LSB= 144, Type- INT GL_O_Data[3]=0, Type- SINT...
Replies
2
Views
1,234
Back
Top Bottom