Back

Topic

[KB1237]Adding a Development station to a Multi-station Architecture

Tags: DEV, Multi-Station

2 months ago
By ELCH
Options
Print
Applies to:
PcVue 11.2 to 16.2
Summary:
This article explains how to configure a development workstation (DEV station) within a multi-station architecture.
Details:

The DEV station remains passive under normal conditions but can be temporarily activated for testing purposes.

Here are the steps to add a DEV station to a multi-station architecture:
Configuration:
Add the DEV station to the association with an availability rate lower than the availability rate of the servers (e.g., 1%). This ensures the DEV station stays passive unless the other servers are offline.

Capture d'écran 2025 01 27 180301
ASSOCIATION DIALOG BOX


Switching to Active Mode:
If you want to temporarily activate the DEV station for testing purposes, deactivate the connections to the other servers in the association using SCADA Basic from the DEV station:
LAN(“STOP_CONNECTIONS”,”Server1″);
LAN(“STOP_CONNECTIONS”,”Server2″);

Clients will remain connected to all servers but will prioritize those with higher availability unless they are disconnected.
Restoring Passive Mode:
Once the tests are done, To return the DEV node to its passive state, reconnect the other servers using the following commands :
LAN(“START_CONNECTIONS”,”Server1″);
LAN(“START_CONNECTIONS”,”Server2″);

Capture d'écran 2025 01 27 175931
DEV STATION POINT OF VIEW

By following these steps, you can effectively integrate and manage a development workstation in a multi-station architecture while maintaining stability and flexibility.

Created on: 27 Jan 2025 Last update: 28 Jan 2025