Siemens S7-300 STL JC

elons_nephew

Member
Join Date
Jan 2023
Location
Toronto
Posts
16
Hello,
I am still new to STL. But from what I understand is the JC mnemonic should jump if RLO = 1. If we review both pictures the M0bf RLO = 1 in both conditions yes in one instance it jumps and the other it executes the lines below it. I'm not sure what I am missing here, any input would be muchly appreciated.

Dryer_1_M0bf.JPG Dryer_2_M0bf.JPG
 
You need to look at the RLO before the JC instruction as the RLO is set true when the JC instruction executes if the RLO beforehand is false.
Click on the JC instruction and press F1 to get the help on the instruction.

rlo.jpg
 
Is it on a running machine that changes that RLO bit frequently? Or is the machine static? I'm just wondering whether this is the software catching up to display the values on the instructions it jumped.

Logic runs a lot quicker than the comms and TIA portal so I can understand that if that condition changes regularly that it may cause some hickups on the display to the operator.

If you have the ability, create some test jump that is controlled solely by you to see if it's replicated.
 
It is static, it is a redundant system. we can run one fan or the other. The two images I uploaded are showing the running of one motor and then the other.


Is it on a running machine that changes that RLO bit frequently? Or is the machine static? I'm just wondering whether this is the software catching up to display the values on the instructions it jumped.

Logic runs a lot quicker than the comms and TIA portal so I can understand that if that condition changes regularly that it may cause some hickups on the display to the operator.

If you have the ability, create some test jump that is controlled solely by you to see if it's replicated.
 

Similar Topics

I'm not used to program in STL and I have some issues in set (S) and reset (R) instructions in the following commands: ====================...
Replies
5
Views
2,951
We have many blocks written in STL language. STL I don't understand well. Is there any way if I can convert STL to LAD. I am learning STL but I...
Replies
2
Views
5,069
IS it possible to write this on a better way: L #db_Num2 L 121 ==I JNB _02 CALL "CONT_C" , "DB_reg_igla1"...
Replies
3
Views
2,628
Hi I wonder what methodology you expierenced Siemens users have to troubleshoot complex programs. * Reproduceable fault, slow process: this is...
Replies
5
Views
3,082
Hey hi, I have written a logic in ladder in Siemens s7 300 plc and then converted it into STL . Now I m trying to convert it into ladder again...
Replies
1
Views
2,941
Back
Top Bottom