This is a follow-up from side-comments on “Power Cycle” in a topic in Sept 2024. The standard documentation does not cover this.
Please clarify what happens to the T3-xB series during/after a power failure.
- Digital Outputs revert to their unpowered state?
- ANALOG outputs go to zero?
- Variables - current value is lost?
The earlier post suggested COUNTERS are auto-backed up every few minutes. There is no specific “class” for counters - what is included in this??
- INPUT counter ie ranges 45 or 55?
- VARIABLES with ranges relating to a countable-quantity eg, 40-kWh, 46, 47, 48, 49 sec, mins, hours, days, 55-COUNTS, 75-kg, 60, 61, 62 GAL CF, BTU.
- What about VARIABLES with custom range? eg litres, cubic meters etc?
What happens on power restoration??
Do outputs or variables restore to their pre-outage condition?
In my application I need to achieve orderly shutdown of external devices on power failure and orderly-restart on resumption of supply. No equipment can/will run during any power outage. I do want to retain certain status points and accumulated data across any power outage. Basically I intend to put all outputs to “OFF” state upon power-off and, after power returns, to re-start all the equipment via normal logic. I do not plan to “resume just where you left off”.
I am including a UPS power supply (able to run controller for >1hour) and No-volt detection so will have the ability to detect power-loss and “save” data in some way. Is an SD card a useful option here? (Previous posts mention there is no program function/instructions for saving to SDcard.)
Also, what happens during the controller restart boot sequence? I presume program scan is suspended? Are inputs and outputs (and variables) frozen during boot-up? Can I find/create some logic input that indicates “controller now ready for action” and use this to control restart?