after I found in the Manuals of the S7 CPU I am currently using, I was able to read the current date and time stored in the SPS. Is there any known way using libnodave to write to this SZLs so I could synchronize the time of the SPS with multiple other systems?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
after I found in the Manuals of the S7 CPU I am currently using, I was able to read the current date and time stored in the SPS. Is there any known way using libnodave to write to this SZLs so I could synchronize the time of the SPS with multiple other systems?
You can't write to SZLs because they're readonly, but you can use the functions daveReadPLCTime and daveSetPLCTime in libnodave.
Axel