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-09-21 08:04 PM
There was a batch of PLCs that we handled a while ago that caused an display flicker issue. The advice at the time was to refer to the serial number of the PLC, located on the box or on the sticker.
As far as I know, the PLC does not have the serial number stored onboard the PLC. Is this still true? If so, is there any other data that could be used to identify the PLC for recall?
Thanks.
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-09-25 05:07 AM
Hello,
there isn't a serial number stored into the PLC to identify the production batch, except in the label of the BOX.
We can do a proposal to the BOC team in order to add this info into the PLC.
Best regards
Marco Cervati
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-09-25 05:07 AM
Hello,
there isn't a serial number stored into the PLC to identify the production batch, except in the label of the BOX.
We can do a proposal to the BOC team in order to add this info into the PLC.
Best regards
Marco Cervati
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-09-25 05:34 AM
Sorry I specify better my reply.
There is the serial number also in the label (on the sticker) outside the plastic cover of the controller,
but the one in the carton box it is indicated also the code of fuctional test station.
BR
Marco
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-09-28 04:33 PM
Hi Marco,
It would be great if the serial can be stored in the PLC! Looking forward to hearing more.
Regarding the serial numbers stored on the labels; they can also be useful for field technicians, but having a QR code or similar would be helpful for our factory processes.
Thanks!
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-09-28 11:18 PM
Hi,
I forward your request to the offer manager and BOC team to evaluate their realization.
Best regards
Marco Cervati
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-09-29 12:34 AM . Last Modified: 2025-09-29 12:35 AM
Hi,
The serial number is not stored in a specific register, as Marco explained. However, in my own application, I base it on the MAC address. By using ST code, I write a number derived from the MAC address into an EEPROM location. This way, even if the EEPROM register is reset, the MAC-based number is still available.
In most cases, machine manufacturers also write the serial number assigned to the machine into the EEPROM. The ESME HVAC software and TM172P... already provide its own firmware version, and displaying this version on the screen is useful for determining which software will be used for future interventions.
Of course, these are only my personal views, there are certainly many other good solutions available. The best approach should always be determined jointly by the manufacturer, the end user, and the programmer, based on experience and requirements.
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-09-30 11:43 PM
@M_Cervati thanks for passing my request on. Do you know if, at the PLC factory, the production line has the MAC address stored alongside the serial number? In this way, we could log the MAC addresses for recall purposes until the serial number feature is created.
@ismailozinan I'm looking at the serial numbers of the PLC itself, not that of our machine we fit it to. I do like your MAC address derived solution for creating our own serial number for our machine. It would be nice if EEPROM registers could be set explicitly to read only to prevent accidental modification.
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-10-01 11:47 PM
MAC address registers are readonly.
If you want a trick to make an EEprom readonly you have to do this:
- at boot copy the eeprom value EE_A into a global variable A
- in the background task copy back the value of A into EE_A using syswritepar<type>(ADR(EE_A),A)
Clearly you have to disable this process with some password in case you need to update EE_A
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.