Fixed Library error + Fixed labels in language files + Default labels in machine-info dialog

This commit is contained in:
CMS3762\carminatini
2018-01-30 17:07:02 +01:00
parent 3661820664
commit b25eba3b95
6 changed files with 81 additions and 39 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<ncConfig>
<ncVendor>DEMO</ncVendor> <!-- NO_NC/DEMO/FANUC/SIEMENS/OSAI -->
<ncVendor>OSAI</ncVendor> <!-- NO_NC/DEMO/FANUC/SIEMENS/OSAI -->
<showNcHMI>true</showNcHMI>
<ncIpAddress>localhost</ncIpAddress>
<ncIpAddress>192.168.157.2</ncIpAddress>
<ncPort>8080</ncPort>
<machineModel>Ares</machineModel>
<machineModel>Ares 37 OF</machineModel>
</ncConfig>
<serverConfig>
<serverPort>9000</serverPort>
@@ -19,7 +19,7 @@
<ncNeeded>true</ncNeeded>
</production>
<tooling>
<enabled>false</enabled>
<enabled>true</enabled>
<allowExternalBrowser>false</allowExternalBrowser>
<ncNeeded>true</ncNeeded>
</tooling>