Sign in to follow this  
Followers 0
Mushu

Alarm on SCADA

6 posts in this topic

Hi, I would like to know how could I detect on my SCADA that an Allen Bradlley SLC5/05 stopped. at the moment i am using S:1/13, but I would need to shutdown (go to the sequence number 0) my system when this bit is on. the problem is that when the bit is on: PLC is stopped, and one the bit is reset, my system does not go to cero, because the bit is false. thanks, Mushu

Share this post


Link to post
Share on other sites
Is your SCADA looking for S:1/13 after the reset? How is our SCADA looking at S:1/13? Is it tagged? Is your S:1/13 setting a latch? If so, is it resettable?

Share this post


Link to post
Share on other sites
You could monitor bits S:1/0-S:1/4 to check that the processor is in remote run mode. Here's a clip from the SLC reference manual.

Share this post


Link to post
Share on other sites
Perhaps a better solution would be to write an initialization subroutine, so that everytime the processor starts, it resets to a known safe condition.

Share this post


Link to post
Share on other sites
Write a routine that toggles a bit in the PLC at 1 sec(Any interval that can be seen will do) intervals. You can use a small indicator on your HMI to show the bit flashing. If it is not flashing, then the processor isn't running. It is the simplest way I know of. Sort of like a heartbeat for the PLC.

Share this post


Link to post
Share on other sites
thank you, I think the start up subroutine and the heartbit will solve my problem thanks again

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0