Conditional Block End (BEC) by S7-1500 in TIA Portal

spandy16

Member
Join Date
Dec 2012
Location
Germany
Posts
58
I had migrated my software from S7-300 controller to S7-1500 controller in TIA Portal. Afterwards I got an error in one FB during compilation, saying "RLO is not initialized". The code was as follows,

NW1: condition 1, condition 2 then JMP: END

------------
------------
NW X: END: NOP 0
BEC

My question, is it possible that I use a RET instruction directly in the first RUNG with the conditions and remove the BEC code?
 
Last edited:
DUPLICATE POST: Moderator Please Delete
I had migrated my software from S7-300 controller to S7-1500 controller in TIA Portal. Afterwards I got an error in one FB during compilation, saying "RLO is not initialized". The code was as follows,

NW1: condition 1, condition 2 then JMP: END

------------
------------
NW X: END: NOP 0
BEC

My question, is it possible that I use a RET instruction directly in the first RUNG with the conditions and remove the BEC code?
 

Similar Topics

I had migrated my software from S7-300 controller to S7-1500 controller in TIA Portal. Afterwards I got an error in one FB during compilation...
Replies
9
Views
4,642
Hi I'm trying to read a block of 10 values from a plc, based upon time or a signal from the plc. I have managed to setup the links and have used...
Replies
3
Views
3,670
Hi I have a Crimson 3.1 project which have conditional images and buttons managed by parameters shared with a PLC across a Modbus interface...
Replies
2
Views
881
In GT designer 3, the rig operator wants me to display a text string on the screen when a bit goes TRUE, and make it disappear when the bit goes...
Replies
5
Views
1,941
I have 7 input meters to my Red Lion HMI and I need to get 4 readouts on the panel which give the sum of all of meters selected for that output...
Replies
4
Views
1,731
Back
Top Bottom