MisterB.Ohio Posted July 16, 2019 Report Share Posted July 16, 2019 I have an application where I need to allow a Modbus Master to set the real time clock of the PLC. That way any scheduled cycles take place synchronized with the rest of the plant. Is this possible and if so what would be the process for doing so? any examples available? Quote Link to comment Share on other sites More sharing options...
MVP 2021 Flex727 Posted July 16, 2019 MVP 2021 Report Share Posted July 16, 2019 The RTC is stored in SI 30 - SI 33. System Integer (SI) addressing starts at 9000h and are standard 16-bit signed integers. If you have difficulty writing directly to SIs, then write to MIs and trigger a bit in your PLC program to Store Direct the MIs to SIs when you want to set your RTC. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.