diff --git a/MTC_Adapter/SCMA/AdapterFanuc.cs b/MTC_Adapter/SCMA/AdapterFanuc.cs
index 7b24027..ab653af 100644
--- a/MTC_Adapter/SCMA/AdapterFanuc.cs
+++ b/MTC_Adapter/SCMA/AdapterFanuc.cs
@@ -12,7 +12,6 @@ namespace SCMA
/// Oggetto MAIN x connessione FANUC
///
protected FANUC FANUC_ref;
-
///
/// wrapper chiamata lettura/scrittura SINGOLO BYTE...
///
@@ -61,7 +60,6 @@ namespace SCMA
parentForm.commPlcActive = false;
return answ;
}
-
///
/// struttura dati fanuc x ALL DYN DATA
/// C:\Users\samuele\Documents\FOCAS A02B-0207-K737_04.20\Document\SpecE\Position\cnc_rddynamic2.htm
@@ -71,7 +69,6 @@ namespace SCMA
/// Vettore degli allarmi CNC attivi
///
public CMSCncLib.Focas1.ODBALMMSG2 allarmiCNC;
-
///
/// estende l'init della classe base...
///
@@ -177,7 +174,6 @@ namespace SCMA
}
}
}
-
///
/// Verifico connessione FANUC...
///
@@ -189,7 +185,6 @@ namespace SCMA
return FANUC_ref.Connected;
}
}
-
///
/// Effettuo lettura dei 16 byte di strobe/status
///
@@ -366,7 +361,6 @@ namespace SCMA
sendWatchDog();
}
-
///
/// Scrive watchdog
///
@@ -377,7 +371,6 @@ namespace SCMA
int memIndex = 10508;
return FanucMemRW(W, FANUC.MemType.R, memIndex, ref retACK_DW);
}
-
///
/// Recupero info su test: numero + elenco parametri IN/OUT
///
@@ -422,7 +415,6 @@ namespace SCMA
return answ;
}
-
///
/// Gestione STROBE --> ACK per codici M/S/T
///
@@ -739,7 +731,6 @@ namespace SCMA
currGateway.updateItemNodeValue(vettPath[idxPath].subModeKey, SubMode.Trim());
}
}
-
///
/// Gestione lettura dati manutenzione
///
@@ -804,7 +795,6 @@ namespace SCMA
return fatto;
}
-
///
/// Gestione lettura dati status da PLC
///
@@ -968,7 +958,6 @@ namespace SCMA
sendAlarmIfPresent(allarmiCNC.msg9);
sendAlarmIfPresent(allarmiCNC.msg10);
}
-
///
/// Invia singolo allarme CNC se presente
///
@@ -1132,7 +1121,6 @@ namespace SCMA
return memIndex;
}
-
public override void getPath()
{
base.getPath();
@@ -1259,7 +1247,6 @@ namespace SCMA
}
}
-
public override void getAxis()
{
// mostro assi in DataMonitor......
diff --git a/MTC_Adapter/SCMA/MainForm.Designer.cs b/MTC_Adapter/SCMA/MainForm.Designer.cs
index 107b28d..430b7ee 100644
--- a/MTC_Adapter/SCMA/MainForm.Designer.cs
+++ b/MTC_Adapter/SCMA/MainForm.Designer.cs
@@ -1,33 +1,33 @@
namespace SCMA
{
- partial class MainForm
+ partial class MainForm
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
{
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
+ #region Windows Form Designer generated code
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.PlcErr_02 = new System.Windows.Forms.CheckBox();
@@ -1406,8 +1406,8 @@
//
// gbMonitor
//
- this.gbMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.gbMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbMonitor.BackColor = System.Drawing.Color.Black;
this.gbMonitor.Controls.Add(this.lblOutMessage3);
@@ -2295,7 +2295,7 @@
this.Name = "MainForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "MTConn Adapter";
+ this.Text = "SCMA Adapter";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.Resize += new System.EventHandler(this.MainForm_Resize);
@@ -2343,199 +2343,199 @@
this.ResumeLayout(false);
this.PerformLayout();
- }
-
- #endregion
-
- private System.Windows.Forms.CheckBox PlcErr_02;
- private System.Windows.Forms.Timer gather;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox messageText;
- private System.Windows.Forms.TextBox messageCode;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox AxFeedOverValue;
- private System.Windows.Forms.TextBox AxFeedActValue;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.HScrollBar AxFeedOver;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.HScrollBar AxFeedAct;
- private System.Windows.Forms.TextBox partID;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.ComboBox functionalMode;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.DataGridView PosAct;
- private System.Windows.Forms.CheckBox PlcErr_03;
- private System.Windows.Forms.CheckBox PlcErr_01;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.CheckBox SysErr_03;
- private System.Windows.Forms.CheckBox ErrRT_01;
- private System.Windows.Forms.CheckBox SysErr_02;
- private System.Windows.Forms.CheckBox SysErr_01;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox AxPositionValue;
- private System.Windows.Forms.TextBox AxLoadValue;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.HScrollBar AxPosition;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.HScrollBar AxLoad;
- private System.Windows.Forms.TextBox program;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.TextBox PROG_ROW_NUM;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.GroupBox groupBox11;
- private System.Windows.Forms.TextBox STATUS_STRB_DW1;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.TextBox STATUS_STRB_DW0;
- private System.Windows.Forms.Label lblPLC_ADP;
- private System.Windows.Forms.TextBox OPERATOR_ID;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel lblStatus;
- private System.Windows.Forms.ToolStripProgressBar MainProgrBar;
- private System.Windows.Forms.TextBox txtPzKo;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.TextBox txtPzOk;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.TextBox txtPzTot;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.GroupBox groupBox13;
- private System.Windows.Forms.TextBox txtPathSpeedOver;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.HScrollBar hsPathSpeedOver;
- private System.Windows.Forms.TextBox txtPathFeedOver;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.HScrollBar hsPathFeedOver;
- private System.Windows.Forms.TextBox txtPathFeed;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.HScrollBar hsPathFeed;
- private System.Windows.Forms.DataGridViewTextBoxColumn X;
- private System.Windows.Forms.DataGridViewTextBoxColumn Y;
- private System.Windows.Forms.DataGridViewTextBoxColumn Z;
- private System.Windows.Forms.DataGridViewTextBoxColumn I;
- private System.Windows.Forms.DataGridViewTextBoxColumn J;
- private System.Windows.Forms.DataGridViewTextBoxColumn K;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem fILEToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem mLoadAdaptConf;
- private System.Windows.Forms.ToolStripMenuItem sETUPToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem mConfGen;
- private System.Windows.Forms.Label lblCurrAdapt;
- private System.Windows.Forms.TabControl tabCtrlMain;
- private System.Windows.Forms.TabPage tpStatus;
- private System.Windows.Forms.TabPage tbConf;
- private System.Windows.Forms.TabPage tpSIM;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button dump;
- private System.Windows.Forms.Button stop;
- private System.Windows.Forms.Button start;
- private System.Windows.Forms.TextBox port;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox Execution;
- private System.Windows.Forms.RadioButton ready;
- private System.Windows.Forms.RadioButton feedhold;
- private System.Windows.Forms.RadioButton stopped;
- private System.Windows.Forms.RadioButton running;
- private System.Windows.Forms.GroupBox mode;
- private System.Windows.Forms.RadioButton edit;
- private System.Windows.Forms.RadioButton mdi;
- private System.Windows.Forms.RadioButton manual;
- private System.Windows.Forms.RadioButton automatic;
- private System.Windows.Forms.GroupBox groupBox7;
- private System.Windows.Forms.Label lblAT;
- private System.Windows.Forms.TextBox txtAccTime;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.TextBox txtPower;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.GroupBox groupBox10;
- private System.Windows.Forms.CheckBox enableDataSim;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.CheckBox estop;
- private System.Windows.Forms.WebBrowser wbXmlConf;
- private System.Windows.Forms.GroupBox groupBox12;
- private System.Windows.Forms.Label lblCodaT;
- private System.Windows.Forms.TextBox addCodT;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label lblCodaS;
- private System.Windows.Forms.TextBox addCodS;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label lblCodaM;
- private System.Windows.Forms.TextBox addCodM;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.ComboBox cbAxNum;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.TextBox AxMainProc;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.TextBox AxMastId;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.CheckBox AxIsMaster;
- private System.Windows.Forms.TextBox AxAccelAct;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.TextBox AxBatt;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.TextBox AxAccTime;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox AxDir;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.ComboBox cbAxType;
- private System.Windows.Forms.ComboBox cbPathSel;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.ComboBox cbUnOpSel;
- private System.Windows.Forms.Label label39;
- private System.Windows.Forms.TextBox uoVitaRes;
- private System.Windows.Forms.Label label43;
- private System.Windows.Forms.TextBox uoAccTime;
- private System.Windows.Forms.Label label44;
- private System.Windows.Forms.TextBox uoToolId;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.TextBox uoStatus;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.TextBox uoNumCU;
- private System.Windows.Forms.Label label42;
- private System.Windows.Forms.TextBox uoSpeedVal;
- private System.Windows.Forms.TextBox uoLoadVal;
- private System.Windows.Forms.Label label45;
- private System.Windows.Forms.HScrollBar uoSpeed;
- private System.Windows.Forms.Label label46;
- private System.Windows.Forms.HScrollBar uoLoad;
- private System.Windows.Forms.CheckBox ErrRT_02;
- private System.Windows.Forms.CheckBox CncErr_02;
- private System.Windows.Forms.CheckBox CncErr_03;
- private System.Windows.Forms.CheckBox CncErr_01;
- private System.Windows.Forms.Label D1_NAME;
- private System.Windows.Forms.Label D1_UUID;
- private System.Windows.Forms.Label D1_ID;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.TextBox STATUS_ACK_DW0;
- private System.Windows.Forms.Label label48;
- private System.Windows.Forms.TextBox STATUS_STRB_DW3;
- private System.Windows.Forms.Label label49;
- private System.Windows.Forms.TextBox STATUS_STRB_DW2;
- private System.Windows.Forms.Label label47;
- private System.Windows.Forms.TextBox STATUS_ACK_DW3;
- private System.Windows.Forms.Label label52;
- private System.Windows.Forms.TextBox STATUS_ACK_DW2;
- private System.Windows.Forms.Label label51;
- private System.Windows.Forms.TextBox STATUS_ACK_DW1;
- private System.Windows.Forms.Label label50;
- private System.Windows.Forms.CheckBox ErrRT_03;
- private System.Windows.Forms.Label lblOutMessage;
- private System.Windows.Forms.ToolStripStatusLabel lblApp;
- private System.Windows.Forms.ToolStripStatusLabel lblVers;
- private System.Windows.Forms.NotifyIcon notifyIcon1;
- private System.Windows.Forms.ContextMenuStrip trayMenu;
- private System.Windows.Forms.Label lblOutMessage2;
- private System.Windows.Forms.GroupBox gbMonitor;
- private System.Windows.Forms.Label lblOutMessage3;
- private System.Windows.Forms.ToolStripStatusLabel lblComStats;
}
+
+ #endregion
+
+ private System.Windows.Forms.CheckBox PlcErr_02;
+ private System.Windows.Forms.Timer gather;
+ private System.Windows.Forms.GroupBox groupBox4;
+ private System.Windows.Forms.Label label8;
+ private System.Windows.Forms.Label label7;
+ private System.Windows.Forms.TextBox messageText;
+ private System.Windows.Forms.TextBox messageCode;
+ private System.Windows.Forms.Label label6;
+ private System.Windows.Forms.TextBox AxFeedOverValue;
+ private System.Windows.Forms.TextBox AxFeedActValue;
+ private System.Windows.Forms.Label label9;
+ private System.Windows.Forms.HScrollBar AxFeedOver;
+ private System.Windows.Forms.Label label10;
+ private System.Windows.Forms.HScrollBar AxFeedAct;
+ private System.Windows.Forms.TextBox partID;
+ private System.Windows.Forms.Label label13;
+ private System.Windows.Forms.ComboBox functionalMode;
+ private System.Windows.Forms.Label label12;
+ private System.Windows.Forms.DataGridView PosAct;
+ private System.Windows.Forms.CheckBox PlcErr_03;
+ private System.Windows.Forms.CheckBox PlcErr_01;
+ private System.Windows.Forms.GroupBox groupBox3;
+ private System.Windows.Forms.CheckBox SysErr_03;
+ private System.Windows.Forms.CheckBox ErrRT_01;
+ private System.Windows.Forms.CheckBox SysErr_02;
+ private System.Windows.Forms.CheckBox SysErr_01;
+ private System.Windows.Forms.GroupBox groupBox2;
+ private System.Windows.Forms.TextBox AxPositionValue;
+ private System.Windows.Forms.TextBox AxLoadValue;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.HScrollBar AxPosition;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.HScrollBar AxLoad;
+ private System.Windows.Forms.TextBox program;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.GroupBox groupBox9;
+ private System.Windows.Forms.TextBox PROG_ROW_NUM;
+ private System.Windows.Forms.Label label17;
+ private System.Windows.Forms.GroupBox groupBox11;
+ private System.Windows.Forms.TextBox STATUS_STRB_DW1;
+ private System.Windows.Forms.Label label18;
+ private System.Windows.Forms.TextBox STATUS_STRB_DW0;
+ private System.Windows.Forms.Label lblPLC_ADP;
+ private System.Windows.Forms.TextBox OPERATOR_ID;
+ private System.Windows.Forms.Label label19;
+ private System.Windows.Forms.StatusStrip statusStrip1;
+ private System.Windows.Forms.ToolStripStatusLabel lblStatus;
+ private System.Windows.Forms.ToolStripProgressBar MainProgrBar;
+ private System.Windows.Forms.TextBox txtPzKo;
+ private System.Windows.Forms.Label label25;
+ private System.Windows.Forms.TextBox txtPzOk;
+ private System.Windows.Forms.Label label23;
+ private System.Windows.Forms.TextBox txtPzTot;
+ private System.Windows.Forms.Label label21;
+ private System.Windows.Forms.GroupBox groupBox13;
+ private System.Windows.Forms.TextBox txtPathSpeedOver;
+ private System.Windows.Forms.Label label28;
+ private System.Windows.Forms.HScrollBar hsPathSpeedOver;
+ private System.Windows.Forms.TextBox txtPathFeedOver;
+ private System.Windows.Forms.Label label27;
+ private System.Windows.Forms.HScrollBar hsPathFeedOver;
+ private System.Windows.Forms.TextBox txtPathFeed;
+ private System.Windows.Forms.Label label26;
+ private System.Windows.Forms.HScrollBar hsPathFeed;
+ private System.Windows.Forms.DataGridViewTextBoxColumn X;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Y;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Z;
+ private System.Windows.Forms.DataGridViewTextBoxColumn I;
+ private System.Windows.Forms.DataGridViewTextBoxColumn J;
+ private System.Windows.Forms.DataGridViewTextBoxColumn K;
+ private System.Windows.Forms.Label label29;
+ private System.Windows.Forms.MenuStrip menuStrip1;
+ private System.Windows.Forms.ToolStripMenuItem fILEToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem mLoadAdaptConf;
+ private System.Windows.Forms.ToolStripMenuItem sETUPToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem mConfGen;
+ private System.Windows.Forms.Label lblCurrAdapt;
+ private System.Windows.Forms.TabControl tabCtrlMain;
+ private System.Windows.Forms.TabPage tpStatus;
+ private System.Windows.Forms.TabPage tbConf;
+ private System.Windows.Forms.TabPage tpSIM;
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.Button dump;
+ private System.Windows.Forms.Button stop;
+ private System.Windows.Forms.Button start;
+ private System.Windows.Forms.TextBox port;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.GroupBox Execution;
+ private System.Windows.Forms.RadioButton ready;
+ private System.Windows.Forms.RadioButton feedhold;
+ private System.Windows.Forms.RadioButton stopped;
+ private System.Windows.Forms.RadioButton running;
+ private System.Windows.Forms.GroupBox mode;
+ private System.Windows.Forms.RadioButton edit;
+ private System.Windows.Forms.RadioButton mdi;
+ private System.Windows.Forms.RadioButton manual;
+ private System.Windows.Forms.RadioButton automatic;
+ private System.Windows.Forms.GroupBox groupBox7;
+ private System.Windows.Forms.Label lblAT;
+ private System.Windows.Forms.TextBox txtAccTime;
+ private System.Windows.Forms.Label label30;
+ private System.Windows.Forms.TextBox txtPower;
+ private System.Windows.Forms.Label label16;
+ private System.Windows.Forms.Label label15;
+ private System.Windows.Forms.Label label14;
+ private System.Windows.Forms.GroupBox groupBox10;
+ private System.Windows.Forms.CheckBox enableDataSim;
+ private System.Windows.Forms.GroupBox groupBox8;
+ private System.Windows.Forms.CheckBox estop;
+ private System.Windows.Forms.WebBrowser wbXmlConf;
+ private System.Windows.Forms.GroupBox groupBox12;
+ private System.Windows.Forms.Label lblCodaT;
+ private System.Windows.Forms.TextBox addCodT;
+ private System.Windows.Forms.Label label24;
+ private System.Windows.Forms.Label lblCodaS;
+ private System.Windows.Forms.TextBox addCodS;
+ private System.Windows.Forms.Label label22;
+ private System.Windows.Forms.Label lblCodaM;
+ private System.Windows.Forms.TextBox addCodM;
+ private System.Windows.Forms.Label label20;
+ private System.Windows.Forms.ComboBox cbAxNum;
+ private System.Windows.Forms.Label label31;
+ private System.Windows.Forms.TextBox AxMainProc;
+ private System.Windows.Forms.Label label32;
+ private System.Windows.Forms.TextBox AxMastId;
+ private System.Windows.Forms.Label label33;
+ private System.Windows.Forms.CheckBox AxIsMaster;
+ private System.Windows.Forms.TextBox AxAccelAct;
+ private System.Windows.Forms.Label label37;
+ private System.Windows.Forms.TextBox AxBatt;
+ private System.Windows.Forms.Label label36;
+ private System.Windows.Forms.TextBox AxAccTime;
+ private System.Windows.Forms.Label label11;
+ private System.Windows.Forms.TextBox AxDir;
+ private System.Windows.Forms.Label label35;
+ private System.Windows.Forms.Label label34;
+ private System.Windows.Forms.ComboBox cbAxType;
+ private System.Windows.Forms.ComboBox cbPathSel;
+ private System.Windows.Forms.Label label38;
+ private System.Windows.Forms.GroupBox groupBox5;
+ private System.Windows.Forms.ComboBox cbUnOpSel;
+ private System.Windows.Forms.Label label39;
+ private System.Windows.Forms.TextBox uoVitaRes;
+ private System.Windows.Forms.Label label43;
+ private System.Windows.Forms.TextBox uoAccTime;
+ private System.Windows.Forms.Label label44;
+ private System.Windows.Forms.TextBox uoToolId;
+ private System.Windows.Forms.Label label40;
+ private System.Windows.Forms.TextBox uoStatus;
+ private System.Windows.Forms.Label label41;
+ private System.Windows.Forms.TextBox uoNumCU;
+ private System.Windows.Forms.Label label42;
+ private System.Windows.Forms.TextBox uoSpeedVal;
+ private System.Windows.Forms.TextBox uoLoadVal;
+ private System.Windows.Forms.Label label45;
+ private System.Windows.Forms.HScrollBar uoSpeed;
+ private System.Windows.Forms.Label label46;
+ private System.Windows.Forms.HScrollBar uoLoad;
+ private System.Windows.Forms.CheckBox ErrRT_02;
+ private System.Windows.Forms.CheckBox CncErr_02;
+ private System.Windows.Forms.CheckBox CncErr_03;
+ private System.Windows.Forms.CheckBox CncErr_01;
+ private System.Windows.Forms.Label D1_NAME;
+ private System.Windows.Forms.Label D1_UUID;
+ private System.Windows.Forms.Label D1_ID;
+ private System.Windows.Forms.GroupBox groupBox6;
+ private System.Windows.Forms.TextBox STATUS_ACK_DW0;
+ private System.Windows.Forms.Label label48;
+ private System.Windows.Forms.TextBox STATUS_STRB_DW3;
+ private System.Windows.Forms.Label label49;
+ private System.Windows.Forms.TextBox STATUS_STRB_DW2;
+ private System.Windows.Forms.Label label47;
+ private System.Windows.Forms.TextBox STATUS_ACK_DW3;
+ private System.Windows.Forms.Label label52;
+ private System.Windows.Forms.TextBox STATUS_ACK_DW2;
+ private System.Windows.Forms.Label label51;
+ private System.Windows.Forms.TextBox STATUS_ACK_DW1;
+ private System.Windows.Forms.Label label50;
+ private System.Windows.Forms.CheckBox ErrRT_03;
+ private System.Windows.Forms.Label lblOutMessage;
+ private System.Windows.Forms.ToolStripStatusLabel lblApp;
+ private System.Windows.Forms.ToolStripStatusLabel lblVers;
+ private System.Windows.Forms.NotifyIcon notifyIcon1;
+ private System.Windows.Forms.ContextMenuStrip trayMenu;
+ private System.Windows.Forms.Label lblOutMessage2;
+ private System.Windows.Forms.GroupBox gbMonitor;
+ private System.Windows.Forms.Label lblOutMessage3;
+ private System.Windows.Forms.ToolStripStatusLabel lblComStats;
+ }
}