Subscribing is a smart move!
You can subscribe to this forum after you log in or create your free account.
Geo SCADA Knowledge Base
Access vast amounts of technical know-how and pro tips from our community of Geo SCADA experts.
Originally published on Geo SCADA Knowledge Base by sbeadle1 | June 09, 2021 07:45 PM
Old Command Line Option | Description |
---|---|
"/head: | Invokes a separate ViewX instance called 'n' |
"/logonHead: | Automatic logon to the instance(s) specified by 'n' |
"/navigateOnHead: | Displays documents on the instance specified by 'n' |
"/navigateSingleWindowOnHead: | Displays documents on the instance specified by 'n' in the active window if possible |
"SCX:/// | Displays specified document |
"C:\Program Files(x86)\Schneider Electric\ClearSCADA\ViewX.exe /head:1 /navigateOnHead:2 /SCX:///*/AlarmList"
An equivalent implementation could be as follows:
"C:\Program Files (x86)\Schneider Electric\ClearSCADA\SE.Scada.ViewX.exe /startup:C:\ClearSCADAStartup\DualMonAlarm.xml"
Where "DualMonAlarm.xml" is as follows:
Overview
Example 2 : Triple Monitors
In this scenario the system would be configured a simple triple-head client. The previous implementation could have been similar to the following:
"C:\Program Files(x86)\Schneider Electric\ClearSCADA\ViewX.exe /head:1 /logOnHead:2,3"
An equivalent implementation could be as follows:
"C:\Program Files (x86)\Schneider Electric\ClearSCADA\SE.Scada.ViewX.exe /startup:C:\ClearSCADAStartup\TripleMon.xml"
Where "TripleMon.xml" is as follows:
Overview Eastern Region.Zone 1.Plant Overview Eastern Region.Zone 2.Plant Overview
Multiple Independent ViewX Instances
Previously this scenario was implemented using the following command-line switches:
No. | * Old Command Line Option* | New Command Line Option | Description |
---|---|---|---|
1 | "/head: | "/instance: | Invokes a separate ViewX instance called 'n' |
2 | "/systems: | Specifies systems' xml connection file |
"C:\Program Files(x86)\Schneider Electric\ClearSCADA\ViewX.exe"
Head 2:"C:\Program Files(x86)\Schneider Electric\ClearSCADA\ViewX.exe" /head:2 /systems:C:\ClearSCADAStartup\Systems.xml"
An equivalent implementation could be as follows:
Head 1:"C:\Program Files (x86)\Schneider Electric\ClearSCADA\SE.Scada.ViewX.exe"
Head 2:"C:\Program Files (x86)\Schneider Electric\ClearSCADA\SE.Scada.ViewX.exe" /instance:2 /systems:C:\ClearSCADAStartup\Systems.xml"
Go: Home Back
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.