Get warm restart status of S7300

mosama

Member
Join Date
May 2009
Location
Egypt
Posts
182
Dear all,

Is there a bit that indicates warm restart of S7300 CPU ??
If I should make a program in OB100 that gives me this bit, what could be this small program ??

Thank you
 
No he did not.

Code:
SET //sets RLO to true
R MyRestartBit //resets MyRestartBit if RLO is true.
 
Last edited:
S and R are conditional instructions, RLO dependant.

Perhaps you confuse it with Step5 and the SU / RU instructions?

It would perhaps be clearer if written as this

OB100:

SET
= MyBit


OB1:
CLR
= MyBit

Kalle
 

Similar Topics

We have 5 machines each using a 418-2 CPU. 4 of the lines have automatic bleed off valves to purge gases which might accumulate during production...
Replies
8
Views
4,917
Hello Guys, I am facing a problem on automatic warm restart of CPU 315-2DP in case of Profibus Communication failure (during power...
Replies
7
Views
6,066
Hi All, I am using FM351 to measure encoder value. But after warm restart the actual encoder count value in channel DB (DBD26) is getting reset...
Replies
1
Views
2,741
I am trying to set up a routine to warm up some heaters at one temp for a period of time then when the time has elapsed turn the heaters up to...
Replies
10
Views
2,759
Hello ! Can anyone tell me the main differences of Hot standby vs Warm Standby ? Thank you in advance
Replies
4
Views
2,576
Back
Top Bottom