Page 1 of 1

NTP service for Siemens S7-1500

Posted: 22 Aug 2022, 10:43
by hikaru2001
Hello,

I have successfully set RevPi core3 as NTP server and my PC can get the time from RevPi. However my S7-1500 can't synchronize the time with RevPi. What's wrong with my configuration?

Re: NTP service for Siemens S7-1500

Posted: 29 Aug 2022, 13:32
by u.biakoup
Hello,
Please, could you post here how you set up your REVPI CORE as NTP SERVER. This will help other User. This is the spirit we want to promote here.
Thank you.

Re: NTP service for Siemens S7-1500

Posted: 05 Sep 2022, 09:51
by u.biakoup
Hello,
you can create Wireshark trace.

Instruction here: https://kunbus-gmbh.atlassian.net/servi ... -408856663
Best Regards

Ulrich Kouatang Biakoup | Technical Support

Re: NTP service for Siemens S7-1500

Posted: 06 Sep 2022, 11:12
by hikaru2001
Hi,

1. Install NTP server
"sudo apt-get install ntp"
2. Configure NTP server
"sudo nano /etc/ntp.conf"
Important part need to be modified in the file.
"
pool 0.debian.pool.ntp.org iburst #Standard time server from Internet
pool 1.debian.pool.ntp.org iburst
pool 2.debian.pool.ntp.org iburst
pool 3.debian.pool.ntp.org iburst

# If you want to provide time to your local subnet, change the next line.
# (Again, the address is an example only.)
##################################################
broadcast 192.168.20.255 #allowed local time client range, here is 192.168.20.1~192.168.20.254
##################################################
"
3. restart NTP server
"sudo service ntp restart"
4. Test
"ntpq -p"
If you have the similar feedback from the terminal, that means you are successful.
The IP address should be with *.

Re: NTP service for Siemens S7-1500

Posted: 08 Sep 2022, 09:00
by u.biakoup
Hello Hikaru 2021,
Thank you

Best Regards

Ulrich Kouatang Biakoup | Technical Support