18 lines
614 B
XML
18 lines
614 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
</startup>
|
|
<appSettings>
|
|
<!-- CMS Configuration -->
|
|
<add key="Url" value="http://localhost:9000/index.html" />
|
|
<add key="TranspColor" value="#00ff00" />
|
|
<add key="OpenNcHMI" value="true" /><!-- True|False: Open Nc HMI -->
|
|
<add key="NCType" value="0" /><!-- 0: Demo - 1: Fanuc - 2: Siemens - 3: Osai -->
|
|
<add key="IDClient" value="1" /><!-- 1.. N Client Identification -->
|
|
|
|
<!-- ... -->
|
|
|
|
|
|
</appSettings>
|
|
</configuration> |