Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!
HVAC and Pumping Forum
Support Forum for HVAC and pumping machines, Modicon M17x and EcoStruxure Machine Expert HVAC software for chillers, AHU, CRAC units for datacenters or process chillers applications - from design, implementation to troubleshooting and more, by Schneider Electric.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-06-25 12:16 PM
GREETINGS
M172 PLC
I NEED TO MOVE DIFFERENT VALUES
IN THE PLC
OTHER THAN THE VALUE TO BE WRITTEN FROM HMI TO THE EEPROM VARIABLE
BUT I GET AN ERROR I CANNOT MOVE I WOULD BE HAPPY IF YOU CAN HELP
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-06-26 05:08 AM
Hello,
if you want to assign a value to an EEprom variable you have to use the target functions:
sysWritePar<type>()
e.g.:
sysWriteParReal(ADR(eepromRealVar),rNewValue);
These functions make an internal check to verify if the newValue is different from the one currently stored in order to perform an EEprom update only when it is really necessary
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-06-26 05:08 AM
Hello,
if you want to assign a value to an EEprom variable you have to use the target functions:
sysWritePar<type>()
e.g.:
sysWriteParReal(ADR(eepromRealVar),rNewValue);
These functions make an internal check to verify if the newValue is different from the one currently stored in order to perform an EEprom update only when it is really necessary
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2025-07-01 10:22 PM
You have to add to the adress input the FC ADR. It should look like this
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.
of