Using CitectSCADA > Configuring Your System > CPU Configuration

CPU Configuration

The CPU Setup page is used to assign client and server components to specific processors in a multi-processor machine.

This page lists each component's full name, including the cluster to which it belongs, the priority and the CPU assignment. If the Multi-process option was not selected on the Computer Role Configuration page there will only be one entry listed, either Client or Client and Servers. If the Multi-process option was selected, you have the option of selecting specific CPUs for the Client, I/O Server, Alarm Server, Trends Server and Reports Server.

To assign a CPU to a component:

  1. Select one or more components from the list (hold the Ctrl key down to select multiple components).
  2. Click Modify.
  3. Type the number of the CPU and click OK.

When you complete the Computer Setup Wizard, the CPU assignations are written to each component section in the Citect.ini file; for example:

...
[Alarm.Cluster1.AlarmServer1]
CPU=1
Clusters=Cluster1
...
[Trend.Cluster1.TrendServer1]
CPU=2
Clusters=Cluster1
...

See Also