Ask our Experts
Didn't find what you are looking for? Ask our experts!
Launch of Consumer/Home Owner registration process! We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.
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.
Search in
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.
You’ve reached the end of your document
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.