Fix Vendor-hmi send commands
This commit is contained in:
@@ -945,6 +945,7 @@ namespace CMS_Client.View
|
||||
ncWindowCommand.Add("^(6)");
|
||||
ncWindowCommand.Add("^(7)");
|
||||
ncWindowCommand.Add("^(8)");
|
||||
ncWindowCommand.Add("^(9)");
|
||||
}; break;
|
||||
|
||||
// 1: Fanuc
|
||||
|
||||
@@ -90,11 +90,12 @@
|
||||
<hmi_cmd_demo_1>Dati Nc</hmi_cmd_demo_1>
|
||||
<hmi_cmd_demo_2>Processi Nc</hmi_cmd_demo_2>
|
||||
<hmi_cmd_demo_3>Allarmi</hmi_cmd_demo_3>
|
||||
<hmi_cmd_demo_4>Byte-Memory</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>Programmi</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>Magazzini</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>Famiglie / Codoli</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>Utensili</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_4>Assi</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>Byte-Memory</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>Programmi</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>Magazzini</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>Famiglie / Codoli</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_9>Utensili</hmi_cmd_demo_9>
|
||||
|
||||
<!-- HMI Command SIEMENS -->
|
||||
<hmi_cmd_siemens_1>Machine</hmi_cmd_siemens_1>
|
||||
|
||||
@@ -89,12 +89,13 @@
|
||||
<!-- HMI Command DEMO -->
|
||||
<hmi_cmd_demo_1>Nc Data</hmi_cmd_demo_1>
|
||||
<hmi_cmd_demo_2>Nc process</hmi_cmd_demo_2>
|
||||
<hmi_cmd_demo_3>Alarms</hmi_cmd_demo_3>
|
||||
<hmi_cmd_demo_4>Byte-Memory</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>Programs</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>Magazines</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>Families / Shanks</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>Tools</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_3>Alarms</hmi_cmd_demo_3>
|
||||
<hmi_cmd_demo_4>Axes</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>Byte-Memory</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>Programs</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>Magazines</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>Families / Shanks</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_9>Tools</hmi_cmd_demo_9>
|
||||
|
||||
<!-- HMI Command SIEMENS -->
|
||||
<hmi_cmd_siemens_1>Machine</hmi_cmd_siemens_1>
|
||||
|
||||
@@ -89,12 +89,13 @@
|
||||
<!-- HMI Command DEMO -->
|
||||
<hmi_cmd_demo_1>數據</hmi_cmd_demo_1>
|
||||
<hmi_cmd_demo_2>Nc過程</hmi_cmd_demo_2>
|
||||
<hmi_cmd_demo_3>警報</hmi_cmd_demo_3>
|
||||
<hmi_cmd_demo_4>字節內存</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>程式</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>雜誌</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>家庭/小丑</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>工具</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_3>警報</hmi_cmd_demo_3>
|
||||
<hmi_cmd_demo_4>軸</hmi_cmd_demo_4>
|
||||
<hmi_cmd_demo_5>字節內存</hmi_cmd_demo_5>
|
||||
<hmi_cmd_demo_6>程式</hmi_cmd_demo_6>
|
||||
<hmi_cmd_demo_7>雜誌</hmi_cmd_demo_7>
|
||||
<hmi_cmd_demo_8>家庭/小丑</hmi_cmd_demo_8>
|
||||
<hmi_cmd_demo_9>工具</hmi_cmd_demo_9>
|
||||
|
||||
<!-- HMI Command SIEMENS -->
|
||||
<hmi_cmd_siemens_1>機</hmi_cmd_siemens_1>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
&:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
@@ -2136,7 +2136,7 @@ footer .container button.big:before {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
}
|
||||
#nc-buttons-container > span > header button:first-child {
|
||||
border-left: none;
|
||||
|
||||
Reference in New Issue
Block a user