Time/date display on a TD200C with Siemens S7-224

D

Thread Starter

Daniel Romano

I want to show some alarms with the time when they have occurred. How can I display the time and date in a TD200C connected to a Siemens S7-224?

I know this is probably a stupid question and the answer is simple, but I'm not very expert. :) :)

Thank you.
 
D
Use the "READ_RTC" instruction to transfer the real time clock to a memory area, convert the data into the form you wish to view, and then embed that data into the alarm message.
 
Top