scan operation

iraq_plc

Member
Join Date
Feb 2011
Location
iraq
Posts
5
In Iraq electricity isn't stable and if my program consist of 10 steps and If scan operation is worked from 1'st step of my program to 5th step then the all source power turn off and on again ,how can I do in my program to make it continue its scan operation from 6th step and continue to end ( i.e not reset)
[FONT=&quot]Note /my plc [/FONT][FONT=&quot] LG GLOFA AND[/FONT][FONT=&quot] gm7 mo
[/FONT]
 
The memory bits that store the active step must be retentive.
You should also detect in the program if the program is started up while the sequence is not finished, i.e. when power returns after a power failure. In that case you should wait for the operator to continue the sequence by a pushbutton or switch.

Apart from that I have no experience with LG PLCs.
 
Why not just get a UPS on the supply?

It's worth noting that when I did a project in Iran, there was a big problem with brownouts (i.e. extended periods of reduced voltage, not power loss). A UPS should be selected with care under such circumstances, as you can easily drain it under such circumstances.

On the original question - if you use retentive bits you should be fine. I am not familiar with your PLC type, but often you need to declare and allocate memory for retentive memory rather than use RAM.
 
PLC program and power

Here (south Florida, USA) we have at times marginal power provided by the local utility, and a very lightning active area in the summertime.
Each of our PLCs have a dedicated UPS. Each UPS has a "relay output card" installed in it - with the relay contacts going to Digital Input modules on the PLC. We have written parts of the PLC program so that the running status of designated equipment is stored by the PLC at all times. When the PLC senses a power outage (from the UPS relay card) it suspends operation of this plant equipment. Then when the utility power is restored (for a certain length of time) the equipment is restored to it's previous state. Works quite well, and lets the plant operators concentrate on other alarms associated with the power outage.
 

Similar Topics

Hi Gentlemen, I was hoping to perform a mathematical operation every scan on the ML1100, and I cannot seem to get it to work. Just to test it, I...
Replies
7
Views
2,728
I'm a student using Logixpro simulations for class assignments. I have seen a few program examples that use a first scan bit to reset timers...
Replies
4
Views
4,092
Hi everyone, I'm trying to simulate any program in control expert and see a register in Modscan32 or any software to do that (Like ModbusPoll). I...
Replies
0
Views
93
I am not sure if this is possible but if there is a way, you guys would be the ones to know. I am currently working on a project where we are...
Replies
7
Views
216
I have a Type C to RS485 adapter connect to my Siemens RWF55. I use modscan to scan it to get a value from the Siemens controller. In the...
Replies
4
Views
100
Back
Top Bottom