Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following profiles

Full

Synchronizes Profile for synchronizing fully between Operator Client and Master Controller

Minimal Synchronizes only necessary items

Profile for synchronizing minimal between Operator Client and Master Controller

Custom

Customizable synchronization between Operator Client and Master Controller

Configuration Manager

Synchronization profile for Configuration Manager

FS

Synchronization for Forecasting Shell Server

...

Code Block
xml
xml
      <activity id="Activity.In.FewsSessions">
        <channelId>Channel.In.FewsSessions</channelId>
        <schedule>
          <continuous>
	    <period unit="minute" multiplier="3" divider="1"/>
	    <priority>low</priority>
          </continuous>
        </schedule>
        <timeOut>10000</timeOut>
      </activity>

This will ensure defines that the information needed for these overviews is synchronized every three minutes.

...