Do-More H2 PLC Power-Down

TL140

Lifetime Supporting Member
Join Date
Jun 2014
Location
South Carolina
Posts
152
Hello all,

I have a slight inconvenience happening to me. I have a Do-More H2 PLC, and upon power-loss, the CPU is staying on longer than the input card, causing it to see a loss of inputs, and then triggering alarms. The alarms cut the critical functions of the machine, and change the mode to OFF mode. I am currently writing a power-up initialization program to set everything back to it's original function before the loss of power because these stations are unmanned and run mostly at night. I thought about putting timers of 20 milliseconds or so on all of my alarms, but that would take quite a bit to do, and I also don't like the feeling of delays on alarms for things like e-stops and such.

Just wanted to hear some thoughts and see if you guys had any other ideas of how to mitigate this problem.

Thanks.
 
I would look into an Uninterruptible Power Supply (UPS) to keep a power loss from shutting down the processor. You could also use the power on your critical inputs so they stay on too.
 
+1 Bullzi
Using a UPS would solve your problem and they usually provide some protection on power surges and noise. The estop circuit would then be utilized to reset the program.

Just a thought.
Regards,
 
Maybe you could run one input straight to power to monitor the power supply. Then, condition the alarms so they won't activate if that input isn't on. The module may have a status bit that would function the same way, I'm not sure.
 

Similar Topics

Hello, We are looking at a machine upgrade project, for which we will probably use a Do-More BRX PLC + 3 high speed I/O modules, to automate...
Replies
0
Views
710
Hello, I been trying to sort some values in the the Do-more PLC but still have some issues. I have 20 elements from the data view with random...
Replies
9
Views
3,656
I have a C-More EA9-T8CL that I'm trying to connect to a BRX DM1E-M PLC via ethernet. I have the IP addresses set as static 169.254.1.0 (PLC) and...
Replies
7
Views
3,215
I have a project coming up in a few months where I'll be taking measurement from an LMI Gocator and sending them to a Do More PLC H2-DM1E. I...
Replies
1
Views
1,047
Has any one connected the Cmore panel to an Omron NJ PLC if so how? I have been reading up on the FINS communication protocol, Seems a bit fuzzy...
Replies
7
Views
2,527
Back
Top Bottom