-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from RapidScada/develop
Merge Develop to Master
- Loading branch information
Showing
141 changed files
with
2,986 additions
and
1,575 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
ScadaAdmin/ScadaAdmin5/ScadaAdmin/Config/ScadaAdminConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ScadaAdminConfig> | ||
<PathOptions> | ||
<Param name="ServerDir" value="C:\SCADA\ScadaServer\" descr="Server directory" /> | ||
<Param name="CommDir" value="C:\SCADA\ScadaComm\" descr="Communicator directory" /> | ||
</PathOptions> | ||
<ChannelOptions> | ||
<Param name="CnlMult" value="100" descr="Multiplicity of the first channel of a device" /> | ||
<Param name="CnlShift" value="1" descr="Shift of the first channel of a device" /> | ||
<Param name="CnlGap" value="10" descr="Gap between channel numbers of different devices" /> | ||
<Param name="PrependDeviceName" value="true" descr="To prepend a device name in channel names" /> | ||
</ChannelOptions> | ||
<FileAssociations> | ||
<Association ext="sch" path="C:\SCADA\ScadaSchemeEditor\ScadaSchemeEditor.exe" /> | ||
<Association ext="tbl" path="C:\SCADA\ScadaTableEditor\ScadaTableEditor.exe" /> | ||
</FileAssociations> | ||
</ScadaAdminConfig> |
17 changes: 17 additions & 0 deletions
17
ScadaAdmin/ScadaAdmin5/ScadaAdmin/Config/ScadaAdminConfig_Linux.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ScadaAdminConfig> | ||
<PathOptions> | ||
<Param name="ServerDir" value="/opt/scada/ScadaServer/" descr="Server directory" /> | ||
<Param name="CommDir" value="/opt/scada/ScadaComm/" descr="Communicator directory" /> | ||
</PathOptions> | ||
<ChannelOptions> | ||
<Param name="CnlMult" value="100" descr="Multiplicity of the first channel of a device" /> | ||
<Param name="CnlShift" value="1" descr="Shift of the first channel of a device" /> | ||
<Param name="CnlGap" value="10" descr="Gap between channel numbers of different devices" /> | ||
<Param name="PrependDeviceName" value="true" descr="To prepend a device name in channel names" /> | ||
</ChannelOptions> | ||
<FileAssociations> | ||
<Association ext="sch" path="/opt/scada/ScadaSchemeEditor/ScadaSchemeEditor.exe" /> | ||
<Association ext="tbl" path="/opt/scada/ScadaTableEditor/ScadaTableEditor.exe" /> | ||
</FileAssociations> | ||
</ScadaAdminConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.