Configure the Device Wall-clock Updates for Daylight Saving Time
Managing daylight saving time (DST) changes is crucial for maintaining operational continuity
in industrial settings. Adjusting Logix controller settings promptly can prevent discrepancies
in time-sensitive processes.
FactoryTalk Action Manager
provides a solution to automate
the process, which helps to keep smooth operations throughout the year. This section shows the process of updating the device wall-clock for DST settings in
FactoryTalk Action Manager
. The process involves configuring triggers, actions, and tasks
to enable, keep, and disable DST settings at the appropriate times.Prerequisite
- InstallFactoryTalk Linxversion 6.30.00 or later.
Step 1. Configure triggers for DST
A trigger defines the timing and recurrence of an action. You need to set up three triggers for Logix clock changes that include daylight saving time. This is accomplished using the clock update action's advanced DST start, keep, and end setting to change the Logix wall-clock and DST adjustment.
TIP:
- The scheduled times for DST triggers are based on the time zone of the computer runningFactoryTalk Action Manager.
- The start trigger initiates at the start of the daylight saving time periods and repeats every 12 months.
- The keep trigger repeats daily (or at an interval of your choosing) throughout the year.
- The end trigger initiates at the end of the daylight saving time periods and repeats every 12 months.
- From theFactoryTalk Action ManagerConfigurationmenu, selectLocalhost(Localhost)>Resource>Triggers, and then selectCreate trigger.
- (optional) Specify the name and description of the trigger.
- InType, selectDate Time Based Triggers.
- InTrigger Recurrence, configure the following settings:
- For the start trigger
- Set the start date toMarch 1.
- Set the start time:
- In Standard Time:at 02:00:00 AM.
- In Daylight Saving Time:at 03:00:00 AM.
- Set the recurrence toMonthly, Every 12 months, andon the second Sunday.
- For the keep trigger
- Set the start date and time toMarch 1 at 02:00:00 AM.
- Set the recurrence toHourly, andEvery 1 hours 0 minutes.
- For the end trigger
- Set the start date toNovember 1.
- Set the start time:
- In Standard Time:at 01:00:00 AM.
- In Daylight Saving Time:at 02:00:00 AM.
- Set the recurrence toMonthly, Every 12 months,andon the first Sunday.
- SelectSave.
TIP:
- This example is based on DST changes in the US. Dates may vary for other countries and regions.
- To configure a yearly trigger, select the recurrenceEvery 12 months.
- You can preview and confirm the trigger schedule in the infotip.
- After adjusting the system clock or time zone on the server computer, save the configuration to apply your changes.
Step 2. Configure actions for DST
An action defines the behavior of
FactoryTalk Action Manager
. You need to set up three
actions for enabling, keeping, and disabling DST during DST transitions.- From theFactoryTalk Action ManagerConfigurationmenu, selectLocalhost(Localhost)>Resource>Actions, and then selectCreate action.
- (optional) Specify the name and description of the action.
- SelectAdd.You can add devices viaFactoryTalk LinxNetwork Browser or by entering their device paths.TIP: A maximum of 1000 devices are supported for one action.
- SelectAdvanced Settingsto configure DST:
- For the start action, enable daylight saving time.
- For the keep action, keep daylight saving time.
- For the end action, disable daylight saving time.
- SelectSave and close.
- SelectWall-clock Updateto update selected devices or select Run to update all.
- SelectSave.
Step 3. Configure tasks for DST
A task coordinates the actions in response to triggers. You need to set up three tasks for DST:
- The start task repeats every year on the 2nd Sunday in March at 2:00 AM with an action to enable the DST settings.
- The keep task repeats every hour throughout the year with an action to keep the DST setting.
- The end task repeats every year on the 1st Sunday in November at 2:00 AM with an action to disable the DST settings.
TIP:
This example is based on DST changes in the US. Dates may vary for other countries and regions.
- From theFactoryTalk Action ManagerConfigurationmenu, selectLocalhost(Localhost)>Resource>Tasks, and then selectCreate task.
- (optional) Specify the name and description of the action.
- Consider the following operations:
- For the start task:
- InTrigger(s) used to start the actions(s), add the start trigger.
- InAction(s) to be started by the Trigger(s), add the start action.
- For the keep task:
- InTrigger(s) used to start the actions(s), add the keep trigger.
- InAction(s) to be started by the Trigger(s), add the keep action.
- For the end task:
- InTrigger(s) used to start the actions(s), add the end trigger.
- InAction(s) to be started by the Trigger(s), add the end action.
- SelectSave.
Provide Feedback