Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

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!

Synchronizing time/date, DST for devices with CAREL pCOx controllers?

EcoStruxure IT forum

Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure IT
  • EcoStruxure IT forum
  • Synchronizing time/date, DST for devices with CAREL pCOx controllers?
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
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 Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Cory_McDonald
Admiral Cory_McDonald Admiral
124
Jef
Admiral Jef Admiral
110
gsterling
Captain gsterling Captain
71
APC_Steve
Captain APC_Steve Captain
64
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to EcoStruxure IT forum
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:05 PM . Last Modified: ‎2024-04-08 01:05 AM

0 Likes
1
1320
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:05 PM . Last Modified: ‎2024-04-08 01:05 AM

Synchronizing time/date, DST for devices with CAREL pCOx controllers?

Hi all!

I want to share the solution of the above problem that was tested in several years.

 Description of the problem: somehow once I was tired ☹️ of constantly manually adjusting the RTC and twice a year turning on and off DST on cooling devices, using the CAREL pCO-series controllers. The problem was further complicated by the fact, that these cooling devices usually have two RTCs: one main RTC is in the central controller, for example, pCO1 Medium, and the secondary RTC is in the pCOWeb expansion card (there is another third RTC, that is in the pCO Supernode spiral compressor controller with its LCD). Moreover, the LCD pGD on these cooling devices displays exactly RTC from the central controller, and not from the expansion card pCOWeb.

 If the cooling devices with the above mentioned CAREL pCO-series controllers are used in the monitoring system in conjunction with the DCE-server, where only two protocols are used, SNMP and TCP/IP Modbus, then this is really a problem. I.e., for external synchronization of the main RTCs of these cooling devices, there are no tools. And, in part, you can solve only the problem with synchronization of the secondary RTCs located in the pCOWeb expansion card.

 Secondary RTC in the pCOWeb expansion card can be synchronized periodically in two ways:

  1. or read the main RTC via registers in the central controller pCO1 Medium, for example (by default);
  2. or to install in pCOWeb an additional plugin (available to download on the site of the controller developer) for external synchronization using the NTP-protocol (in this case, the default synchronization from the first item must be disabled).

But I was not satisfied with this partial solution, since the main goal was not achieved. Therefore, I wrote a bash-script pCOdate.sh for Linux OS, that periodically runs on a crond-scheduler, for example, every Sunday at 04:05 and synchronizes the main RTCs of the central controllers of all cooling devices with the RTC of my internal NTP-server with Linux OS.

How it works: after running the pCOdate.sh script with the time/date setting parameter, the current time/date of the Linux server (it is synchronized by NTP-protocol) is taken and in separate chunks it is written into special temporary registers of the central controller, for example, pCO1 Medium. And then by a separate command this time/date are used to set command of main RTC. It's all. Then this synchronized time and date are displayed on the pGD LCD and, in addition, the secondary RTC in the pCOWeb expansion card is synchronized by default. The goal is achieved 😀.

Moreover, my script allows to use both the SNMP protocol (by default) and the TCP/IP Modbus protocol (there must be a binary modpoll file on the Linux server). In addition, my script allows not only to set time/date on pCO-controllers, but also to read it for verification:

bashpCOdate.sh -h# ./pCOdate.sh -h SYNOPSYS pCOdate.sh [-h] [-g] [-M] [-r read_community] [-w write_community] -n node|filelist_nodes DESCRIPTION Set to the current time on the server or get system time of the CAREL Industries pCOx series products using pCOWeb. pCOWeb acts as "gateway", that is, a translator between the "CAREL supervisor" data protocol and the Ethernet network protocols commonly used to connect the computers in a building. Possible to use MODBus over TCP/IP instead default SNMP (for pCOWeb firmware version after A.1.4.2). Will be slower. OPTIONS -h Show this help. -g Only get system time from pCOx controllers. -M Use MODBus over TCP/IP instead default SNMP (for pCOWeb firmware version after A.1.4.2). Will be slower. -r read_community Set the readonly community string for SNMPv1/v2c transactions. The default is "public" if omitted. -w write_community Set the readwrite community string for SNMPv1/v2c transactions. The default is "carel" if omitted. -n node|filelist_nodes IP address or FQDN name of the pCOWeb connected to the pCOx controller. Or ASCII file with list of IP address or FQDN names of the pCOWeb connected to the pCOx controllers. Format of this file: one string - one IP address or FQDN name.

Additionally, it is possible to process both a single cooling device and a whole list of cooling devices in the form of a simple ASCII-file:

Air_Conditioner.lst192.168.0.81 192.168.0.82 192.168.0.83 192.168.0.84 192.168.0.85 192.168.0.86

I have been successfully using this script for a long time, for example, to synchronize time on a large number of cooling devices such as HiRef NADR/NAUR and the like, which are equipped with the CAREL pCO1 Medium central controller with the pCOWeb expansion card and a separate scroll compressor controller pCO Supernode.

I will be glad to answer the questions.

(CID:116919509)

Labels
  • Labels:
  • DCIM Support
  • Tags:
  • linux
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Reply 1
DCIM_Support
Picard DCIM_Support
Picard

Posted: ‎2020-07-03 03:05 PM . Last Modified: ‎2023-10-22 04:05 AM

0 Likes
0
1320
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-07-03 03:05 PM . Last Modified: ‎2023-10-22 04:05 AM

superhero.png

This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.

Reply

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

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.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

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