This forum is addressing industrial automation design & engineering, operations, asset performance, cyber security and digital transformation for Plants & Machines.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-3102:52 AM
Disabling data backup during a warm start
I would like to know how to disable data backup (memory persistence) on a warm start on a M221 PLC using Machine Expert Basic as programming software. In other PLCs like Allen Bradley/Rockwell or Siemens you have the option to select which symbols/memory area you want to persist.
What is currently happening:
Both %M and %MW registers are being saved, so when PLC loses power and gets power back, it restores the values.
What is my expectation:
Be able to control which symbols/memory area is going to be persisted or not.
Current workaround:
On the ladder in case I detect on the first scan a Warm start I trigger (force) a Cold start (%S0 to 1)
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-3112:38 PM
Hello,
Yes you could reinitial the values with %S0. If you did not want to have these values persistent use an other memory space. the first 50 words are peristent per default. If you use word in a higher memory range these words are not longer persistent.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-3112:38 PM
Hello,
Yes you could reinitial the values with %S0. If you did not want to have these values persistent use an other memory space. the first 50 words are peristent per default. If you use word in a higher memory range these words are not longer persistent.