Mitsubishi Q02 PLC Retentive Registers

tgoulding

Member
Join Date
Jan 2005
Posts
84
I need to store some setpoint values in a Mitsubishi Q02 PLC that don't get lost after a power loss. I've been told I need to use the 'ZR' registers (File Registers) of which there are up to 32K available to me. How and where do I set these up for use.
Also can I just move values from 'D' registers to the 'ZR' registers using a standard 'Mov' instruction continually when powerd up, then on a power up situation move the values stored in the 'ZR' registers back to the 'D' registers thus maintaining the setpoint values.
Any help would be appreciated.
 
Why don't you just use D registers? all you need to do is make D file latched (or any other file). just go to Parameters, PLC Parameters, Devices and specify range you need. Note difference for Latch1 and Latch2 (read below):

Q-Devices.gif
 
Last edited:

Similar Topics

Hi All, I'm now working with PLC CPU Mitsubishi..CPU spec is Q02(H) CPU.. In this system there have networking Net-H (QJ71LP21-25) and master...
Replies
2
Views
9,174
hi all, i'm new here. thank god i found this forum. i've been stuck with my university project for days, it's this, i've been assigned to do a...
Replies
8
Views
5,422
Hey guys! I´ve been asked to install a SRAM-card in said CPU. But since i´ve not had any training in Mitsubishi CPU´s, i´m a bit confused on how...
Replies
0
Views
1,894
We have a Q02 PLC which is meant to have 28K Steps of program memory, we have seven progams with the following step sizes; Program 1 3076 steps...
Replies
2
Views
7,056
I've got an application with a Mitsubishi Q02 PLC (standard RAM no additional memory cards) and we are using GX Developer Version 8 to program it...
Replies
5
Views
8,945
Back
Top Bottom