Specifications

Graphic Operation Terminal GOT-F900 Observe Status Function 16
16-9
16.8 Use example (utilization of clock data)
Clock data built in the GOT can be transferred to a data register in the PLC for utilization while
a specified bit device is ON. The clock data is stored in the following registers. GT Designer
(from first product) or DU/WIN-E (V2.50 or later) can handle these registers.
(This example is not applicable for the F920GOT-K because the clock data is not built in.)
GD0: Current time (second) GD1: Current time (minute)
GD2: Current time (hour) GD3: Current time (day)
GD4: Current time (month) GD5: Current time (year)
GD6: Current time (day of week)
Example: When the clock data (year, month, day, hour, minute and second) is transferred to
register D100 in the PLC at every 30 seconds while M10 is ON
Select "Observe Status" in the screen creation software.
1) Select "Project", and set the cycle to 30 seconds.
2) Set Trigger1 to "M10, ON".
3) Select "Word Set (16bit)" for Action, and set the number of points to "7".
4) Set "Device" in storing device to "D100", "Fixed" to "0" and "Indirect" to "GD0".
5) Set the transfer method to "BMOV".
When this data is transferred to the GOT, the current time is stored in D100 at every 30
seconds while M100 is ON.