diff --git a/MITLIB/Dll/GuiDLLBD.dll b/MITLIB/Dll/GuiDLLBD.dll index 92c0cd4..f5e5494 100644 Binary files a/MITLIB/Dll/GuiDLLBD.dll and b/MITLIB/Dll/GuiDLLBD.dll differ diff --git a/MITLIB/Dll/GuiDLLD.dll b/MITLIB/Dll/GuiDLLD.dll index 29e2f8c..5836afc 100644 Binary files a/MITLIB/Dll/GuiDLLD.dll and b/MITLIB/Dll/GuiDLLD.dll differ diff --git a/MITLIB/GuiDLL/GuiDLL.rc b/MITLIB/GuiDLL/GuiDLL.rc index fba7a5e..5ea4963 100644 --- a/MITLIB/GuiDLL/GuiDLL.rc +++ b/MITLIB/GuiDLL/GuiDLL.rc @@ -153,7 +153,7 @@ END IDD_MAINTENANCE_PAGE DIALOGEX 0, 0, 663, 316 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "I/O && Motors" -FONT 8, "MS Sans Serif" +FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN DEFPUSHBUTTON "Valve1",IDC_OUTPUT_CHK1,185,12,80,35,BS_CENTER | BS_MULTILINE | WS_GROUP @@ -305,7 +305,7 @@ BEGIN GROUPBOX "Motor Status",IDC_MOTOR_SPEED_SETTING2,353,227,220,45 GROUPBOX "Maintenance Message",IDC_MOTOR_SPEED_SETTING3,353,272, 220,40 - EDITTEXT IDC_MESSAGE_EDIT1,356,283,213,27,ES_MULTILINE | + EDITTEXT IDC_MESSAGE_EDIT1,356,283,213,25,ES_MULTILINE | ES_READONLY | WS_VSCROLL,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE | WS_EX_STATICEDGE PUSHBUTTON "Motor On",IDC_MTR_ON_BUTTON,583,159,70,30 @@ -1208,8 +1208,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO #else VS_VERSION_INFO VERSIONINFO #endif - FILEVERSION 1,0,24,14 - PRODUCTVERSION 1,0,24,14 + FILEVERSION 1,0,24,13 + PRODUCTVERSION 1,0,24,13 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -1224,17 +1224,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "1. Solve Auto logout did not inform application level that user login has changed\r\n2. Solve motor position + index cannot have more than 50\r\n3. Increase Maintanence Page message box so that it can display 2 lines of message\r\n4. Select Secondary langauage will Prompt Error when using New Hardward Entry Method\r\n5. Configurable color for E10 and Mode display in Handler GUI" + VALUE "Comments", "1. Solve software crash when post maintance message to GUI and motor no = 0\0" VALUE "CompanyName", "MIT \0" VALUE "FileDescription", "GuiDLL\0" - VALUE "FileVersion", "1, 0, 24, 14\0" + VALUE "FileVersion", "1, 0, 24, 13\0" VALUE "InternalName", "GuiDLL\0" VALUE "LegalCopyright", "Copyright ?2012\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "GuiDLL.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "MIT GuiDLL\0" - VALUE "ProductVersion", "1, 0, 24, 14\0" + VALUE "ProductVersion", "1, 0, 24, 13\0" VALUE "SpecialBuild", "\0" END END diff --git a/MITLIB/GuiDLL/MaintenancePage.h b/MITLIB/GuiDLL/MaintenancePage.h index 84d1727..c0d8473 100644 --- a/MITLIB/GuiDLL/MaintenancePage.h +++ b/MITLIB/GuiDLL/MaintenancePage.h @@ -2,12 +2,11 @@ // General information section. // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // $Author:yongkiang$ User who last changed the file -// $Date:5/23/2013 10:43:30 AM$ Date and time of last check in -// $Revision:1.12$ Visual SourceSafe version number +// $Date:6/26/2012 5:04:29 PM$ Date and time of last check in +// $Revision:1.11$ Visual SourceSafe version number // $Workfile:: MaintenancePage.h $ Filename // End =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- //{{AFX_INCLUDES() - #include "MyTreeCtrl.h" #include "structure.h" #include "MyPropertyPage.h" @@ -15,9 +14,6 @@ #include "OutputController.h" #include "MotionController.h" #include "ShadeButtonST.h" - -#include - //}}AFX_INCLUDES #if !defined(AFX_MAINTENANCEPAGE_H__61C5CDF7_71EB_11D6_A7FC_005004C029CA__INCLUDED_) #define AFX_MAINTENANCEPAGE_H__61C5CDF7_71EB_11D6_A7FC_005004C029CA__INCLUDED_ @@ -182,7 +178,7 @@ private: // clear all motor text when module has no motor void ClearAllMtrText(); - int GetSubField(CString csPosName, std::map &strItem); + int GetSubField(CString csPosName, CString strItem[50]); // Get sub Motor Position and update to control void GetSubFieldPosValue(); diff --git a/MITLIB/GuiDLL/runview.h b/MITLIB/GuiDLL/runview.h index b3bdbf6..94cd7b3 100644 --- a/MITLIB/GuiDLL/runview.h +++ b/MITLIB/GuiDLL/runview.h @@ -1,9 +1,9 @@ // Start =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // General information section. // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -// $Author:yongkiang$ User who last changed the file -// $Date:6/25/2013 7:06:09 PM$ Date and time of last check in -// $Revision:1.13$ Visual SourceSafe version number +// $Author:Gary Lam$ User who last changed the file +// $Date:25/07/12 5:41:15 PM$ Date and time of last check in +// $Revision:1.12$ Visual SourceSafe version number // $Workfile:: runview.h $ Filename // End =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- //{{AFX_INCLUDES() @@ -246,13 +246,6 @@ private: DWORD m_dwAutoLogoutStartTimer; bool m_bAutoLogoutOnlyWhenEngineeringSwitchOFF; - - // Phyu 17June2013 V1.24.15, different COLORREF for E10 State - bool m_bDisplayColorByE10Status; - COLORREF m_colorE10Status[E10_MAX_STATUS]; - // Phyu 17June2013 V1.24.15, different COLORREF for Main Mode - bool m_bDisplayColorByModeStatus; - COLORREF m_colorModeStatus[MAINMODE_MAX]; }; /////////////////////////////////////////////////////////////// // Call this function to get a pointer to the view’s document. diff --git a/MITLIB/Include/commondef.h b/MITLIB/Include/commondef.h index a009487..b7a6856 100644 --- a/MITLIB/Include/commondef.h +++ b/MITLIB/Include/commondef.h @@ -1,9 +1,9 @@ // Start =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- // General information section. // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -// $Author:yongkiang$ User who last changed the file -// $Date:6/25/2013 7:08:30 PM$ Date and time of last check in -// $Revision:1.6$ Visual SourceSafe version number +// $Author:Gary Lam$ User who last changed the file +// $Date:13/09/2010 3:11:15 PM$ Date and time of last check in +// $Revision:1.5$ Visual SourceSafe version number // $Workfile:: commondef.h $ Filename // End =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #if !defined __COMMONDEF_H__ @@ -242,28 +242,4 @@ static const char *MAINT_PORT_NUM = "Port No"; #define LIGHT_GREEN 2 #define LIGHT_BUZZER 3 -//phyu add in 17June2013 -enum E10_STATUS -{ - E10_PRODUCTIVE, - E10_STANDBY, - E10_ENGINEERING, - E10_SCHEDULED_DOWN, - E10_UNSCHEDULED_DOWN, - E10_NONSCHEDULED, - E10_MAX_STATUS, -}; - -//phyu add in 17June2013 -enum MAINMODE -{ - NOMATERIAL_MODE, - PRODUCTION_MODE, - ENGINEERING_MODE, - SCHEDULED_MODE, - NON_SCHEDULED_MODE, - MAINMODE_MAX, - -}; - #endif // !defined __COMMONDEF_H__ diff --git a/MITLIB/Lib/GuiDLLBD.lib b/MITLIB/Lib/GuiDLLBD.lib index 54ee2a4..aa79104 100644 Binary files a/MITLIB/Lib/GuiDLLBD.lib and b/MITLIB/Lib/GuiDLLBD.lib differ diff --git a/MITLIB/Lib/GuiDLLD.lib b/MITLIB/Lib/GuiDLLD.lib index 0328884..a198115 100644 Binary files a/MITLIB/Lib/GuiDLLD.lib and b/MITLIB/Lib/GuiDLLD.lib differ diff --git a/MITLIB/Release Notes/MITLib Summary (version 2).mht b/MITLIB/Release Notes/MITLib Summary (version 2).mht index 5d783ad..6ad988c 100644 --- a/MITLIB/Release Notes/MITLib Summary (version 2).mht +++ b/MITLIB/Release Notes/MITLib Summary (version 2).mht @@ -1,11 +1,11 @@ MIME-Version: 1.0 X-Document-Type: Workbook -Content-Type: multipart/related; boundary="----=_NextPart_01CE71DF.54148640" +Content-Type: multipart/related; boundary="----=_NextPart_01CE3D08.AB4372C0" This document is a Single File Web Page, also known as a Web Archive file. If you are seeing this message, your browser or editor doesn't support Web Archive files. Please download a browser that supports Web Archive, such as Microsoft Internet Explorer. -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2).htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -19,31 +19,31 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> - - - + + + - - - - - - - - - + + + + + + + + + @@ -91,7 +91,7 @@ function fnBuildFrameset() { var szHTML=3D""+ - ""+ ""+ @@ -149,8 +149,8 @@ eout=3D\"parent.fnMouseOutScroll(3);\">»"+ ""+ " MITLib - + COMMDLL - + IODLL - + UTILITYDLL - + MCCTRDLL - + GUIDLL - + SGMANAGERDLL - + SGCLIENTDLL - + SECSGEMDLL - + - + 5400 9420 120 45 - 8 False False @@ -459,14 +467,17 @@ function fnSetActiveSheet(iSh) UtilityDllVersion =3DUTILITYDLL!$B$5:$B$29 + - - + + <body> <p>This page uses frames, but your browser doesn't support them.</p> @@ -475,21 +486,17 @@ marginwidth=3D0 marginheight=3D0> </frameset> </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/stylesheet.css +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/stylesheet.css Content-Transfer-Encoding: quoted-printable Content-Type: text/css; charset="us-ascii" tr - {mso-height-source:auto; - mso-ruby-visibility:none;} + {mso-height-source:auto;} col - {mso-width-source:auto; - mso-ruby-visibility:none;} + {mso-width-source:auto;} br {mso-data-placement:same-cell;} -ruby - {ruby-align:left;} .style21 {color:blue; font-size:10.0pt; @@ -1234,8 +1241,8 @@ td border-bottom:.5pt solid windowtext; border-left:none;} -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/tabstrip.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/tabstrip.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -1244,11 +1251,11 @@ Content-Type: text/html; charset="us-ascii" <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\tabstrip.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\tabstrip.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <script language=3D"JavaScript"> @@ -1271,40 +1278,40 @@ A { <table border=3D0 cellspacing=3D1> <tr> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet001.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">M= -ITLib</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">MITLib</font= +></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet002.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">C= -OMMDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">COMMDLL</fon= +t></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet003.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">I= -ODLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">IODLL</font>= +</a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet004.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">U= -TILITYDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">UTILITYDLL</= +font></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet005.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">M= -CCTRDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">MCCTRDLL</fo= +nt></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet006.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">G= -UIDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">GUIDLL</font= +></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet007.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">S= -GMANAGERDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">SGMANAGERDLL= +</font></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet008.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">S= -GCLIENTDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">SGCLIENTDLL<= +/font></a>&nbsp;</small></small></b></td> <td bgcolor=3D"#FFFFFF" nowrap><b><small><small>&nbsp;<a href=3D"sheet009.= -htm" target=3D"frSheet"><font face=3D"&#23435;&#20307;" color=3D"#000000">S= -ECSGEMDLL</font></a>&nbsp;</small></small></b></td> +htm" target=3D"frSheet"><font face=3D"Arial" color=3D"#000000">SECSGEMDLL</= +font></a>&nbsp;</small></small></b></td> </tr> </table> </body> </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet001.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet001.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -1317,8 +1324,8 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <!--[if !mso]> @@ -1329,8 +1336,8 @@ x\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} </style> <![endif]--><![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet001.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet001.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -1343,18 +1350,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -1371,7 +1366,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -1388,10 +1383,11 @@ else <x:VerticalResolution>600</x:VerticalResolution> </x:Print> <x:CodeName>Sheet1</x:CodeName> + <x:Selected/> <x:FreezePanes/> <x:FrozenNoSplit/> <x:SplitHorizontal>4</x:SplitHorizontal> - <x:TopRowBottomPane>39</x:TopRowBottomPane> + <x:TopRowBottomPane>4</x:TopRowBottomPane> <x:SplitVertical>2</x:SplitVertical> <x:LeftColumnRightPane>2</x:LeftColumnRightPane> <x:ActivePane>0</x:ActivePane> @@ -1404,7 +1400,6 @@ else </x:Pane> <x:Pane> <x:Number>2</x:Number> - <x:ActiveRow>4</x:ActiveRow> </x:Pane> <x:Pane> <x:Number>0</x:Number> @@ -1417,7 +1412,7 @@ else <x:ProtectScenarios>False</x:ProtectScenarios> </x:WorksheetOptions> <x:DataValidation> - <x:Range>$C$5:$C$54</x:Range> + <x:Range>$C$5:$C$53</x:Range> <x:Type>List</x:Type> <x:Value>CommDllVersion</x:Value> </x:DataValidation> @@ -1427,32 +1422,32 @@ else <x:Value>IODllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$E$5:$E$54</x:Range> + <x:Range>$E$5:$E$53</x:Range> <x:Type>List</x:Type> <x:Value>UtilityDllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$F$5:$F$54</x:Range> + <x:Range>$F$5:$F$53</x:Range> <x:Type>List</x:Type> <x:Value>McctrDllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$G$5:$G$54</x:Range> + <x:Range>$G$5:$G$53</x:Range> <x:Type>List</x:Type> <x:Value>GuiDllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$H$5:$H$54</x:Range> + <x:Range>$H$5:$H$53</x:Range> <x:Type>List</x:Type> <x:Value>SGManagerDllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$I$5:$I$54</x:Range> + <x:Range>$I$5:$I$53</x:Range> <x:Type>List</x:Type> <x:Value>SGClientDllVersion</x:Value> </x:DataValidation> <x:DataValidation> - <x:Range>$J$5:$J$54</x:Range> + <x:Range>$J$5:$J$53</x:Range> <x:Type>List</x:Type> <x:Value>SECSGEMDllVersion</x:Value> </x:DataValidation> @@ -1857,11 +1852,11 @@ tyle=3D'position:absolute; <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D2 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>MITLIB<= /td> - <td class=3Dxl31>&#12288;</td> - <td colspan=3D5 class=3Dxl32 style=3D'mso-ignore:colspan'>&#12288;</td> - <td colspan=3D2 class=3Dxl33 style=3D'mso-ignore:colspan'>&#12288;</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl31>&nbsp;</td> + <td colspan=3D5 class=3Dxl32 style=3D'mso-ignore:colspan'>&nbsp;</td> + <td colspan=3D2 class=3Dxl33 style=3D'mso-ignore:colspan'>&nbsp;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> <td colspan=3D4 style=3D'mso-ignore:colspan'></td> </tr> <tr height=3D17 style=3D'height:13.15pt'> @@ -1901,7 +1896,7 @@ re:colspan'></td> <td class=3Dxl48 width=3D118 style=3D'width:89pt' x:num>1.01</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl49 x:num=3D"39401">15-Nov-07</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -1917,7 +1912,7 @@ A5+1">2</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt' x:num>1.01</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl56 x:num=3D"39469">22-Jan-08</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -1933,7 +1928,7 @@ A6+1">3</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt' x:num>1.70</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl49 x:num=3D"39541">3-Apr-08</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -1949,7 +1944,7 @@ A7+1">4</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt' x:num>1.70</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl56 x:num=3D"39553">15-Apr-08</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -1965,7 +1960,7 @@ A8+1">5</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt' x:num>1.70</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl49 x:num=3D"39566">28-Apr-08</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> @@ -1982,7 +1977,7 @@ rsion)</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt' x:num>1.70</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt'>N.A.</td> <td class=3Dxl56 x:num=3D"39622">23-Jun-08</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> @@ -2020,7 +2015,7 @@ rsion)</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"39727">6-Oct-08</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2036,7 +2031,7 @@ A12+1">9</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl49 x:num=3D"39938">5-May-09</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2052,7 +2047,7 @@ A13+1">10</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"39966">2-Jun-09</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> @@ -2085,7 +2080,7 @@ A15+1">12</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"40009">15-Jul-09</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2117,7 +2112,7 @@ A17+1">14</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"40014">20-Jul-09</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2133,7 +2128,7 @@ A18+1">15</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl49 x:num=3D"40030">5-Aug-09</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2149,7 +2144,7 @@ A19+1">16</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"40038">13-Aug-09</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2165,7 +2160,7 @@ A20+1">17</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl49 x:num=3D"40064">8-Sep-09</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2181,7 +2176,7 @@ A21+1">18</td> <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl56 x:num=3D"40099">13-Oct-09</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl57 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> @@ -2197,7 +2192,7 @@ A22+1">19</td> <td class=3Dxl48 width=3D118 style=3D'width:89pt'>N.A.</td> <td class=3Dxl48 width=3D121 style=3D'width:91pt' x:num>1.00</td> <td class=3Dxl49 x:num=3D"40116">30-Oct-09</td> - <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&#12288;</td> + <td class=3Dxl50 width=3D220 style=3D'width:165pt'>&nbsp;</td> <td colspan=3D4 class=3Dxl43 style=3D'mso-ignore:colspan'></td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> @@ -2736,24 +2731,6 @@ A22+1">19</td> <td class=3Dxl55 width=3D121 style=3D'width:91pt'>1.2.04</td> <td class=3Dxl56 x:num=3D"41383">19-Apr-13</td> <td class=3Dxl57 width=3D220 style=3D'width:165pt'>Work with TI SecsGem V= -1.3.5 - onwards.</td> - <td colspan=3D4 style=3D'mso-ignore:colspan'></td> - </tr> - <tr height=3D34 style=3D'height:25.5pt'> - <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= -53+1">50</td> - <td class=3Dxl52>1.39.16</td> - <td class=3Dxl53 width=3D75 style=3D'width:56pt'>1.12.02</td> - <td class=3Dxl54>1.29.08</td> - <td class=3Dxl55 width=3D100 style=3D'width:75pt'>V1.16.06</td> - <td class=3Dxl55 width=3D97 style=3D'width:73pt'>1.15.06</td> - <td class=3Dxl55 width=3D88 style=3D'width:66pt'>1.24.14</td> - <td class=3Dxl55 width=3D144 style=3D'width:108pt'>N.A.</td> - <td class=3Dxl55 width=3D118 style=3D'width:89pt'>N.A.</td> - <td class=3Dxl55 width=3D121 style=3D'width:91pt'>1.2.04</td> - <td class=3Dxl56 x:num=3D"41450">25-Jun-13</td> - <td class=3Dxl57 width=3D220 style=3D'width:165pt'>Work with TI SecsGem V= 1.3.5 onwards.</td> <td colspan=3D4 style=3D'mso-ignore:colspan'></td> @@ -2784,8 +2761,8 @@ A22+1">19</td> </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet002.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet002.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -2797,13 +2774,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet002.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet002.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -2816,18 +2793,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -2844,7 +2809,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -2901,8 +2866,8 @@ h:115pt'> <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>CommDLL= </td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl79>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl79>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -2925,7 +2890,7 @@ h:115pt'> de Reader BL600 series</td> <td class=3Dxl56 x:num=3D"39234">1-Jun-07</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D68 style=3D'height:51.0pt'> <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= @@ -2938,7 +2903,7 @@ e BL600 to <br> </td> <td class=3Dxl56 x:num=3D"39497">19-Feb-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -2948,7 +2913,7 @@ A6+1">3</td> ceiveComm to virtual fn.</td> <td class=3Dxl56 x:num=3D"39637">8-Jul-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -2958,7 +2923,7 @@ ceiveComm vate objects to protected objects so this class can be derived.</td> <td class=3Dxl56 x:num=3D"39637">8-Jul-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl51 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -2968,7 +2933,7 @@ A8+1">5</td> ot class with more features.</td> <td class=3Dxl56 x:num=3D"40659">26-Apr-11</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -2981,7 +2946,7 @@ ot class enable/disable multiple apps display.<span style=3D'mso-spacerun:yes'>&nbsp;</span></td> <td class=3Dxl56 x:num=3D"40865">18-Nov-11</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -2992,7 +2957,7 @@ ot class support more than 9 ports<br> 2. Corrected SetUph, SetPackageID, SetShiftID to GP</td> <td class=3Dxl56 x:num=3D"41193">11-Oct-12</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -3009,8 +2974,8 @@ ot class </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet003.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet003.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -3022,13 +2987,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet003.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet003.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -3041,18 +3006,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -3069,7 +3022,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -3122,8 +3075,8 @@ alt:9947; <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>IODLL</= td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -3147,7 +3100,7 @@ send galil command SP, AC and DC individually. Prevent PAUSE in Duo Core environment= .</td> <td class=3Dxl49 x:num=3D"39151">10-Mar-07</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3157,7 +3110,7 @@ A5+1">2</td> stics Feature.</td> <td class=3Dxl56 x:num=3D"39469">22-Jan-08</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl44 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3169,7 +3122,7 @@ osition fn 2. Added no. of motor supports from 30 to 50 axis.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"39478">31-Jan-= 08</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3182,7 +3135,7 @@ r fn to nc and In Position.</td> <td class=3Dxl56 x:num=3D"39496">18-Feb-08</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl44 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3192,7 +3145,7 @@ A8+1">5</td> yLimit, the next motion will not return complete.</td> <td class=3Dxl49 x:num=3D"39562">24-Apr-08</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3202,7 +3155,7 @@ A9+1">6</td> for multi axis simultaneous move.</td> <td class=3Dxl56 x:num=3D"39597">29-May-08</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl44 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3213,7 +3166,7 @@ mmands that cascaded into 1 string to multiple strings. Cos under Multiple CPU environment, Galil will miss to generate interrupt.</td> <td class=3Dxl49 x:num=3D"39603">4-Jun-08</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3223,7 +3176,7 @@ A11+1">8</td> points within a 7851/3 Slave Module from 16 to 32.</td> <td class=3Dxl56 x:num=3D"39609">10-Jun-08</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl44 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3235,7 +3188,7 @@ the fly change of motor conversion factor.<br> </td> <td class=3Dxl49 x:num=3D"39619">20-Jun-08</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3245,7 +3198,7 @@ the move for 8164. However, still incomplete. Awaiting Adlink's support.</td> <td class=3Dxl56 x:num=3D"39632">3-Jul-08</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl44 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3268,7 +3221,7 @@ to query Galil variables.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39786">4-Dec-0= 8</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl44 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3281,7 +3234,7 @@ dlink 7432 Sensor Logic.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"39910">7-Apr-0= 9</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3306,7 +3259,7 @@ A18+1">15</td> using slow speed profile.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40008">14-Jul-= 09</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3317,7 +3270,7 @@ ery other Axes IO status.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40014">20-Jul-= 09</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl44 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3329,7 +3282,7 @@ sly<span d> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40050">25-Aug-= 09</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3340,11 +3293,11 @@ ling when actual motor axis is lesser than the database axis.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40116">30-Oct-= 09</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> - <tr height=3D102 style=3D'height:76.5pt'> - <td height=3D102 class=3Dxl44 style=3D'height:76.5pt' x:num x:fmla=3D"=3D= -A22+1">19</td> + <tr height=3D119 style=3D'height:89.25pt'> + <td height=3D119 class=3Dxl44 style=3D'height:89.25pt' x:num x:fmla=3D"= +=3DA22+1">19</td> <td class=3Dxl47>1.26.4</td> <td class=3Dxl50 width=3D489 style=3D'width:367pt'>1. Corrected Enable In= terrupt @@ -3357,7 +3310,7 @@ dicate /td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40228">19-Feb-= 10</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3368,7 +3321,7 @@ ak when using SetMultipleTrigger</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40235">26-Feb-= 10</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl44 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3379,7 +3332,7 @@ ak when 2. Re-structured the MotionController and Motor classes.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40350">21-Jun-= 10</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3405,7 +3358,7 @@ ized 8164 4. Catered ADLink APS R1.2</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40575">1-Feb-1= 1</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -3421,7 +3374,7 @@ ual direction settings.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40602">28-Feb-= 11</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D102 style=3D'height:76.5pt'> <td height=3D102 class=3Dxl44 style=3D'height:76.5pt' x:num x:fmla=3D"=3D= @@ -3437,7 +3390,7 @@ A28+1">25</td> 6. Off output when closing application.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40640">7-Apr-1= 1</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl51 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -3447,7 +3400,7 @@ A29+1">26</td> support.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40667">4-May-1= 1</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl44 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -3458,7 +3411,7 @@ terrupt Handling.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40676">13-May-= 11</td> - <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl50 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl51 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -3469,7 +3422,7 @@ ositive direction handling for ETEL</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40697">3-Jun-1= 1</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D136 style=3D'height:102.0pt'> <td height=3D136 class=3Dxl44 style=3D'height:102.0pt' x:num x:fmla=3D"= @@ -3486,7 +3439,7 @@ r motor individually when in Gantry Mode. Must set using group.</td> <td class=3Dxl83 width=3D105 style=3D'width:79pt' x:num=3D"40819">3-Oct-1= 1</td> - <td class=3Dxl85 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl85 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D187 style=3D'height:140.25pt'> <td height=3D187 class=3Dxl44 style=3D'height:140.25pt' x:num x:fmla=3D"= @@ -3509,9 +3462,9 @@ MotionNet Type4_Model_1_ID_1_MotionNet_Speed =3D 3<br> // 0=3D2.5M, 1=3D5M, 2=3D10M, 3=3D20M</td> </tr> - <tr height=3D51 style=3D'height:38.25pt'> - <td height=3D51 class=3Dxl44 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= -A34+1">31</td> + <tr height=3D68 style=3D'height:51.0pt'> + <td height=3D68 class=3Dxl44 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= +34+1">31</td> <td class=3Dxl54>1.29.05</td> <td class=3Dxl57 width=3D489 style=3D'width:367pt'>1. Bug fix for Galil H= ome By @@ -3520,7 +3473,7 @@ ome By 3. Bug Fix to turn off all output according to their logic.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"41045">16-May-= 12</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl44 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3532,7 +3485,7 @@ on </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"41106">16-Jul-= 12</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl44 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3545,7 +3498,7 @@ utput </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"41109">19-Jul-= 12</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl44 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3557,7 +3510,7 @@ function </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"41383">19-Apr-= 13</td> - <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&#12288;</td> + <td class=3Dxl57 width=3D272 style=3D'width:204pt'>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -3574,8 +3527,8 @@ function </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet004.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet004.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -3587,13 +3540,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet004.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet004.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -3606,18 +3559,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -3634,7 +3575,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -3690,8 +3631,8 @@ h:80pt'> <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>UTILITY= DLL</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -3713,18 +3654,18 @@ DLL</td> <td class=3Dxl57 width=3D548 style=3D'width:411pt'>Added new function for DebugLogTiming, DebugLog with a new ModuleName Variable.</td> <td class=3Dxl56 x:num=3D"39120">7-Feb-07</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> - <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> - <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= -5+1">2</td> + <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> + <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= +A5+1">2</td> <td class=3Dxl55 width=3D91 style=3D'width:68pt' x:num>1.06</td> <td class=3Dxl57 width=3D548 style=3D'width:411pt'>1. CMessageBox dialog = will not closewhen user press the close button. Dialog will close only <br> if user press OK or CANCEL.</td> <td class=3Dxl56 x:num=3D"39412">26-Nov-07</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3734,7 +3675,7 @@ A6+1">3</td> ility with more features.</td> <td class=3Dxl56 x:num=3D"39426">10-Dec-07</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3745,7 +3686,7 @@ tility class.</td> <td class=3Dxl84 width=3D106 style=3D'width:80pt' x:num=3D"39469">22-Jan-= 08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3756,7 +3697,7 @@ ethod to log most, if not all, GUI Events.<br> 2. Added feature to control the log file size and no of log files.</td> <td class=3Dxl56 x:num=3D"39535">28-Mar-08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -3766,7 +3707,7 @@ A9+1">6</td> CSortClass to sort items in a CListControl.</td> <td class=3Dxl56 x:num=3D"39546">8-Apr-08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3777,7 +3718,7 @@ age Class to support multilanguge GUI.<br> 2. Improved the CMessageBox to support multilanguage.</td> <td class=3Dxl56 x:num=3D"39612">13-Jun-08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3800,7 +3741,7 @@ uage class<br> 2. Solved ASSERTION Error when logging a Message with % char.</td> <td class=3Dxl56 x:num=3D"39643">14-Jul-08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -3813,7 +3754,7 @@ uage 2. Enhanced CDatabaseUtility class<br> </td> <td class=3Dxl56 x:num=3D"39645">16-Jul-08</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3824,7 +3765,7 @@ uage class to support Message Prompts.<br> </td> <td class=3Dxl56 x:num=3D"39937">4-May-09</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D68 style=3D'height:51.0pt'> <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= @@ -3837,18 +3778,18 @@ e) to save string correctly in Access 2000 and above database.<br> </td> <td class=3Dxl56 x:num=3D"39965">1-Jun-09</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> - <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> - <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= -16+1">13</td> + <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> + <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= +A16+1">13</td> <td class=3Dxl55 width=3D91 style=3D'width:68pt'>V1.16</td> <td class=3Dxl57 width=3D548 style=3D'width:411pt'>1. Corrected the Messa= geBox Display when the CString message object goes out of scope.<br> </td> <td class=3Dxl56 x:num=3D"39980">16-Jun-09</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -3862,7 +3803,7 @@ omized <br> </td> <td class=3Dxl56 x:num=3D"39997">3-Jul-09</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3873,7 +3814,7 @@ lity to include methods for deleting record, deleting all records, etc<br> </td> <td class=3Dxl56 x:num=3D"40182">4-Jan-10</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -3884,11 +3825,11 @@ on to allow change text color, change background color.<br> </td> <td class=3Dxl56 x:num=3D"40434">13-Sep-10</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> - <tr height=3D51 style=3D'height:38.25pt'> - <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= -A20+1">17</td> + <tr height=3D68 style=3D'height:51.0pt'> + <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= +20+1">17</td> <td class=3Dxl55 width=3D91 style=3D'width:68pt'>V1.16.04</td> <td class=3Dxl57 width=3D548 style=3D'width:411pt'>1. Enhance the GUIEven= tLogging @@ -3909,7 +3850,7 @@ entLogging option.<br> </td> <td class=3Dxl56 x:num=3D"40732">8-Jul-11</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <tr height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -3924,7 +3865,7 @@ ger than 512 chars! Please trim your TRACE message<br> </td> <td class=3Dxl56 x:num=3D"41106">16-Jul-12</td> - <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&#12288;</td> + <td class=3Dxl57 width=3D95 style=3D'width:71pt'>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -3941,8 +3882,8 @@ ger </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet005.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet005.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -3954,13 +3895,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet005.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet005.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -3973,18 +3914,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -4001,7 +3930,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -4054,8 +3983,8 @@ h:82pt'> <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>MCCTRDL= L</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl79>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl79>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -4079,7 +4008,7 @@ ering to cater for multiple msg per module. Resolve msg not set, not clear properl= y.</td> <td class=3Dxl56 x:num=3D"39471">24-Jan-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4091,7 +4020,7 @@ essages 2. Added GUI Events Logging mainly on machine Operation State such as Start, Stop, Reset, Restart, etc.</td> <td class=3Dxl56 x:num=3D"39533">26-Mar-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4102,7 +4031,7 @@ e Delete Lot features by sql query with datetime format of #%m/%d/%y %H:%M:%s#.</t= d> <td class=3Dxl56 x:num=3D"39566">28-Apr-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4112,7 +4041,7 @@ A7+1">4</td> port TI SecsGem.</td> <td class=3Dxl56 x:num=3D"39694">3-Sep-08</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D153 style=3D'height:114.75pt'> <td height=3D153 class=3Dxl51 style=3D'height:114.75pt' x:num x:fmla=3D"= @@ -4130,7 +4059,7 @@ port TI completed.<br> </td> <td class=3Dxl56 x:num=3D"39945">12-May-09</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4142,7 +4071,7 @@ A9+1">6</td> he mutex before doing long operation. Prevent possible hang in some PC.</td> <td class=3Dxl56 x:num=3D"40001">7-Jul-09</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4151,7 +4080,7 @@ A10+1">7</td> <td class=3Dxl57 width=3D506 style=3D'width:380pt'>CCheckSwitch: Added 10 customized system switches.</td> <td class=3Dxl56 x:num=3D"40018">24-Jul-09</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4161,7 +4090,7 @@ A10+1">7</td> peration methods to keep track of any maintenance operations.</td> <td class=3Dxl56 x:num=3D"40038">13-Aug-09</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4172,7 +4101,7 @@ peration RunCtrl Class so that Application can force control the Csemi::CloseLot to end timer data logging.</td> <td class=3Dxl56 x:num=3D"40261">24-Mar-10</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4183,7 +4112,7 @@ ssage Buzzer Management.<br> 2. Added authorization for jam clearance.</td> <td class=3Dxl56 x:num=3D"40350">21-Jun-10</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4193,7 +4122,7 @@ A14+1">11</td> ort MSA OPE requirements.</td> <td class=3Dxl56 x:num=3D"40434">13-Sep-10</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl71 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4203,7 +4132,7 @@ A15+1">12</td> major IODLL update.</td> <td class=3Dxl76 x:num=3D"40575">1-Feb-11</td> - <td class=3Dxl88>&#12288;</td> + <td class=3Dxl88>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl71 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -4213,7 +4142,7 @@ A16+1">13</td> major IODLL V1.28.01 update.</td> <td class=3Dxl76 x:num=3D"40602">28-Feb-11</td> - <td class=3Dxl88>&#12288;</td> + <td class=3Dxl88>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4223,7 +4152,7 @@ major tracking to prevent switching to Start/Run state during EndLot operation.</td> <td class=3Dxl56 x:num=3D"40746">22-Jul-11</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D68 style=3D'height:51.0pt'> <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= @@ -4238,7 +4167,7 @@ en vious timer time to 1 msec earlier.</td> <td class=3Dxl56 x:num=3D"41044">15-May-12</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4250,7 +4179,7 @@ ion 2. Add in Critical Section to prevent crash when wafer array is being delete while other thread access the wafer array</td> <td class=3Dxl56 x:num=3D"41106">16-Jul-12</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4261,7 +4190,7 @@ ion ata base.</td> <td class=3Dxl56 x:num=3D"41192">10-Oct-12</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl51 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -4271,7 +4200,7 @@ A21+1">18</td> um input as reversed logic.</td> <td class=3Dxl56 x:num=3D"41369">5-Apr-13</td> - <td class=3Dxl82>&#12288;</td> + <td class=3Dxl82>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -4288,8 +4217,8 @@ um input </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet006.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet006.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -4301,13 +4230,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet006.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet006.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -4320,18 +4249,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -4348,7 +4265,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -4365,7 +4282,7 @@ else <x:FreezePanes/> <x:FrozenNoSplit/> <x:SplitHorizontal>4</x:SplitHorizontal> - <x:TopRowBottomPane>59</x:TopRowBottomPane> + <x:TopRowBottomPane>56</x:TopRowBottomPane> <x:ActivePane>2</x:ActivePane> <x:Panes> <x:Pane> @@ -4373,8 +4290,8 @@ else </x:Pane> <x:Pane> <x:Number>2</x:Number> - <x:ActiveRow>64</x:ActiveRow> - <x:ActiveCol>3</x:ActiveCol> + <x:ActiveRow>61</x:ActiveRow> + <x:ActiveCol>6</x:ActiveCol> </x:Pane> </x:Panes> <x:ProtectContents>False</x:ProtectContents> @@ -4410,8 +4327,8 @@ h:130pt'> <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>GUIDLL<= /td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -4427,8 +4344,8 @@ h:130pt'> <td class=3Dxl42>Release Date</td> <td class=3Dxl40 width=3D173 style=3D'width:130pt'>Remarks</td> </tr> - <tr class=3Dxl43 height=3D153 style=3D'height:114.75pt'> - <td height=3D153 class=3Dxl51 style=3D'height:114.75pt' x:num>1</td> + <tr class=3Dxl43 height=3D170 style=3D'height:127.5pt'> + <td height=3D170 class=3Dxl51 style=3D'height:127.5pt' x:num>1</td> <td class=3Dxl89 width=3D92 style=3D'width:69pt'><a name=3DGuiDllVersion>= 1.17.00</a></td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Added Autologout @@ -4445,18 +4362,18 @@ he Windows theme display correctly.<br> Can be disable through GUIDLL.ini</td> <td class=3Dxl56 x:num=3D"39401">15-Nov-07</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> - <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> - <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= -5+1">2</td> + <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> + <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= +A5+1">2</td> <td class=3Dxl89 width=3D92 style=3D'width:69pt'>1.18.00</td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Login dialog not al= low to close when user press the close button. Dialog will close only <br> if user press OK or CANCEL.</td> <td class=3Dxl56 x:num=3D"39412">26-Nov-07</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4469,7 +4386,7 @@ ent recipe feature via GUIDLL.ini</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39455">8-Jan-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4482,7 +4399,7 @@ d> 3. Solve Vertical Scroll Bar Disappear Issue in Recipe Management Displ= ay.</td> <td class=3Dxl56 x:num=3D"39469">22-Jan-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4492,7 +4409,7 @@ A8+1">5</td> with IODLL V1.14 and later</td> <td class=3Dxl56 x:num=3D"39491">13-Feb-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4503,7 +4420,7 @@ nd output tables entry method. Module's IOs don't have to be group together in the entries.</td> <td class=3Dxl56 x:num=3D"39493">15-Feb-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4514,7 +4431,7 @@ nd output Warning messages support for Alarm Page.<br> 2. Added Display of Machine ID field in Lot Messages Page.</td> <td class=3Dxl56 x:num=3D"39505">27-Feb-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4524,7 +4441,7 @@ A11+1">8</td> gging for most generic GUI Pages.</td> <td class=3Dxl56 x:num=3D"39533">26-Mar-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D68 style=3D'height:51.0pt'> <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= @@ -4539,7 +4456,7 @@ age r> </td> <td class=3Dxl56 x:num=3D"39547">9-Apr-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4550,7 +4467,7 @@ er and related Secs Gem Classes from this lib.<br> 2. Must use with SGManagerDll V1.0 and above.</td> <td class=3Dxl56 x:num=3D"39553">15-Apr-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4561,7 +4478,7 @@ with date time format of #%m/%d/%y %H:%M:%s# instead of double date time variable.<= /td> <td class=3Dxl56 x:num=3D"39566">28-Apr-08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4573,7 +4490,7 @@ t of 2. Able to display Multi-Language Messages in datalog.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39573">5-May-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4588,11 +4505,11 @@ A16+1">13</td> colors.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39582">14-May-= 08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> - <tr class=3Dxl43 height=3D68 style=3D'height:51.0pt'> - <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= -17+1">14</td> + <tr class=3Dxl43 height=3D85 style=3D'height:63.75pt'> + <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= +A17+1">14</td> <td class=3Dxl89 width=3D92 style=3D'width:69pt'>V1.21.81 (Intermediate v= ersion)</td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Improved Alarm Page= @@ -4603,7 +4520,7 @@ ersion)</td> 4. Improved CMainFrame to support multilanguage GUI display.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39612">13-Jun-= 08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4619,7 +4536,7 @@ har. field index.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39619">20-Jun-= 08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -4635,7 +4552,7 @@ pport 5. Added new fns in CMyPropertyPage to disable wizard mode buttons.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39643">14-Jul-= 08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4649,7 +4566,7 @@ rsion)</td> </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39645">16-Jul-= 08</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -4664,7 +4581,7 @@ Password, jpg, etc. Use in Alarm, Run View, Help Page.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39665">5-Aug-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4677,7 +4594,7 @@ rt </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39694">3-Sep-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4690,7 +4607,7 @@ pport TI </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39694">3-Sep-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4703,7 +4620,7 @@ capability </td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39694">3-Sep-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -4720,7 +4637,7 @@ on 4. Update machine state only when there's change.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39727">6-Oct-0= 8</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4748,8 +4665,8 @@ able Main <td class=3Dxl57 width=3D173 style=3D'width:130pt'>Setting is in GUIDLL.i= ni</td> </tr> - <tr class=3Dxl43 height=3D187 style=3D'height:140.25pt'> - <td height=3D187 class=3Dxl51 style=3D'height:140.25pt' x:num x:fmla=3D"= + <tr class=3Dxl43 height=3D204 style=3D'height:153.0pt'> + <td height=3D204 class=3Dxl51 style=3D'height:153.0pt' x:num x:fmla=3D"= =3DA28+1">25</td> <td class=3Dxl89 width=3D92 style=3D'width:69pt'>1.22.2</td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Bug Resolved: When = @@ -4772,7 +4689,7 @@ ion send customized messages to all children (property pages).</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39966">2-Jun-0= 9</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4810,7 +4727,7 @@ ows unnecessary.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"39997">3-Jul-0= 9</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D289 style=3D'height:216.75pt'> <td height=3D289 class=3Dxl51 style=3D'height:216.75pt' x:num x:fmla=3D"= @@ -4864,8 +4781,8 @@ te [Export Import]<br> Import Recipe =3D TRUE</td> </tr> - <tr class=3Dxl43 height=3D221 style=3D'height:165.75pt'> - <td height=3D221 class=3Dxl51 style=3D'height:165.75pt' x:num x:fmla=3D"= + <tr class=3Dxl43 height=3D238 style=3D'height:178.5pt'> + <td height=3D238 class=3Dxl51 style=3D'height:178.5pt' x:num x:fmla=3D"= =3DA32+1">29</td> <td class=3Dxl89 width=3D92 style=3D'width:69pt'>1.22.5</td> <td class=3Dxl90 width=3D525 style=3D'width:394pt'>1. CMainFrame: remove = @@ -4903,7 +4820,7 @@ A33+1">30</td> shrink in size issue.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40038">13-Aug-= 09</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -4920,7 +4837,7 @@ r> 4. Added option to hide motor position.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40063">7-Sep-0= 9</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -4933,7 +4850,7 @@ essage for instead of Yes/No.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40099">13-Oct-= 09</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D85 style=3D'height:63.75pt'> <td height=3D85 class=3Dxl51 style=3D'height:63.75pt' x:num x:fmla=3D"=3D= @@ -4971,7 +4888,7 @@ de module buttons.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40218">9-Feb-1= 0</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -4982,7 +4899,7 @@ ase feature during exporting .</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40235">26-Feb-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -4995,7 +4912,7 @@ ut feature /td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40239">2-Mar-1= 0</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -5008,7 +4925,7 @@ assword 3. Enhance Import/Export speed.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40289">21-Apr-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -5019,7 +4936,7 @@ ollapse Motor Tree in Maintenance Page</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40310">12-May-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -5030,7 +4947,7 @@ ogin class to check for minimum login user level</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40319">21-May-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D68 style=3D'height:51.0pt'> <td height=3D68 class=3Dxl51 style=3D'height:51.0pt' x:num x:fmla=3D"=3DA= @@ -5050,7 +4967,7 @@ ting style=3D'mso-spacerun:yes'>&nbsp;</span></td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40330">1-Jun-1= 0</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl51 style=3D'height:13.15pt' x:num x:fmla=3D"=3D= @@ -5061,7 +4978,7 @@ tion cannot enter postion in Maintenance Page.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40337">8-Jun-1= 0</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl51 style=3D'height:25.5pt' x:num x:fmla=3D"=3DA= @@ -5073,7 +4990,7 @@ ssage 2. Added authorization for jam clearance.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40350">21-Jun-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D136 style=3D'height:102.0pt'> <td height=3D136 class=3Dxl51 style=3D'height:102.0pt' x:num x:fmla=3D"= @@ -5092,7 +5009,7 @@ rnal 6. Stop machine request with Auto or Manual Stop parameters.</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40434">13-Sep-= 10</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D136 style=3D'height:102.0pt'> <td height=3D136 class=3Dxl51 style=3D'height:102.0pt' x:num x:fmla=3D"= @@ -5114,7 +5031,7 @@ ve .</td> <td class=3Dxl84 width=3D105 style=3D'width:79pt' x:num=3D"40549">6-Jan-1= 1</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:12.75pt'> <td height=3D17 class=3Dxl71 style=3D'height:12.75pt' x:num x:fmla=3D"=3D= @@ -5125,7 +5042,7 @@ major IODLL update.</td> <td class=3Dxl94 width=3D105 style=3D'width:79pt' x:num=3D"40575">1-Feb-1= 1</td> - <td class=3Dxl77 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl77 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D170 style=3D'height:127.5pt'> <td height=3D170 class=3Dxl51 style=3D'height:127.5pt' x:num x:fmla=3D"= @@ -5193,7 +5110,7 @@ main <td class=3Dxl94 width=3D105 style=3D'width:79pt'>13/04/2011<br> 26/04/2011<br> 10/05/2011</td> - <td class=3Dxl77 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl77 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -5205,8 +5122,8 @@ Login 2. Corrected possible data corruption in system clock display.<br> 3. Corrected a bug when Copying Modules without any motor will cause exceptions.</td> - <td class=3Dxl96 align=3Dright x:num=3D"40725">1-Jul-11</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl96 align=3Dright x:num=3D"40725">01-Jul-11</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl51 style=3D'height:38.25pt' x:num x:fmla=3D"=3D= @@ -5218,11 +5135,11 @@ l is ready 2. Added virtual functions OnStartButtonPressed, OnStopButtonPressed, OnResetButtonPressed for application layer to do processing.</td> <td class=3Dxl96 align=3Dright x:num=3D"40752">28-Jul-11</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl87>&nbsp;</td> </tr> - <tr height=3D170 style=3D'height:127.5pt'> - <td height=3D170 class=3Dxl97 align=3Dright style=3D'height:127.5pt' x:nu= -m>50</td> + <tr height=3D187 style=3D'height:140.25pt'> + <td height=3D187 class=3Dxl97 align=3Dright style=3D'height:140.25pt' x:n= +um>50</td> <td class=3Dxl57 width=3D92 style=3D'width:69pt'>1.24.05</td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Change AutoLogout F= eatures @@ -5242,7 +5159,7 @@ r to have more flexibility.<br> 5. Resolve bug in export/import when previous temp file is not removed.= </td> - <td class=3Dxl98 align=3Dright x:num=3D"40759">4-Aug-11</td> + <td class=3Dxl98 align=3Dright x:num=3D"40759">04-Aug-11</td> <td class=3Dxl57 width=3D173 style=3D'width:130pt'>Total RunViewTimer:<br> 1. System: 500ms<br> 2. RefreshStatusMessages: Programmable<br> @@ -5250,8 +5167,8 @@ r to 4. General Timer 2: Programmable<br> 5. General Timer 3: Programmable</td> </tr> - <tr height=3D136 style=3D'height:102.0pt'> - <td height=3D136 class=3Dxl97 align=3Dright style=3D'height:102.0pt' x:num + <tr height=3D170 style=3D'height:127.5pt'> + <td height=3D170 class=3Dxl97 align=3Dright style=3D'height:127.5pt' x:num x:fmla=3D"=3DA54+1">51</td> <td class=3Dxl57 width=3D92 style=3D'width:69pt'>1.24.06</td> <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Resolve bug on rece= @@ -5275,7 +5192,7 @@ ool <span style=3D'mso-spacerun:yes'>&nbsp;</span>virtual void OnEStopActivated(bool bEStopActivated){};</td> <td class=3Dxl98 align=3Dright x:num=3D"40771">16-Aug-11</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl97 align=3Dright style=3D'height:38.25pt' x:num @@ -5289,8 +5206,8 @@ o check if machine is in ESTOP.&#10;3. Enhanced Auto Logout feature to take= 2. Added IsEStopState method to check if machine is in ESTOP.<br> 3. Enhanced Auto Logout feature to take place in SubSheet.<span style=3D'mso-spacerun:yes'>&nbsp;&nbsp;</span></td> - <td class=3Dxl98 align=3Dright x:num=3D"40819">3-Oct-11</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl98 align=3Dright x:num=3D"40819">03-Oct-11</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D136 style=3D'height:102.0pt'> <td height=3D136 class=3Dxl97 align=3Dright style=3D'height:102.0pt' x:num @@ -5300,7 +5217,7 @@ o check if machine is in ESTOP.&#10;3. Enhanced Auto Logout feature to take= o let allow user to define the login level to be able to change speed percentag= e.</td> - <td class=3Dxl98 align=3Dright x:num=3D"40823">7-Oct-11</td> + <td class=3Dxl98 align=3Dright x:num=3D"40823">07-Oct-11</td> <td class=3Dxl57 width=3D173 style=3D'width:130pt'>GUIDll.ini<br> [Maintenance]<br> User Level To Change Speed Percent =3D 0-3<br> @@ -5320,7 +5237,7 @@ or sh to other languages</td> <td class=3Dxl98 align=3Dright x:num=3D"41045">16-May-12</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl97 align=3Dright style=3D'height:38.25pt' x:num @@ -5332,7 +5249,7 @@ sh 2. Operator not allowed to delete lot report.<br> 3. Able to Export package or motor positions or motor speeds</td> <td class=3Dxl98 align=3Dright x:num=3D"41106">16-Jul-12</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D34 style=3D'height:25.5pt'> <td height=3D34 class=3Dxl97 align=3Dright style=3D'height:25.5pt' x:num @@ -5343,7 +5260,7 @@ neable module button layout in maintenance page.<br> 2. Implement user defineable custom buttons(1-7) in Run View.</td> <td class=3Dxl98 align=3Dright x:num=3D"41115">25-Jul-12</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <tr height=3D136 style=3D'height:102.0pt'> <td height=3D136 class=3Dxl97 align=3Dright style=3D'height:102.0pt' x:nu= @@ -5376,27 +5293,7 @@ ntance index is not instantiated when no of motor is 0.<br> </td> <td class=3Dxl98 align=3Dright x:num=3D"41347">14-Mar-13</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> - </tr> - <tr height=3D102 style=3D'height:76.5pt'> - <td height=3D102 class=3Dxl97 align=3Dright style=3D'height:76.5pt' x:num= ->58</td> - <td class=3Dxl57 width=3D92 style=3D'width:69pt'>1.24.14</td> - <td class=3Dxl57 width=3D525 style=3D'width:394pt'>1. Solve motor positio= -n + index - cannot have more than 50.<br> - 2. Increase Maintanence page message box so that it can display 2 lines= - of - message<br> - 3. Solve Auto logout did not inform application level that user login h= -as - changed<br> - 4. Select Secondary langauage will Prompt Error when using New Hardward - Entry Method<br> - 5. Configurable color for E10 and Mode display in Handler GUI<br> - </td> - <td class=3Dxl98 align=3Dright x:num=3D"41450">25-Jun-13</td> - <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&#12288;</td> + <td class=3Dxl57 width=3D173 style=3D'width:130pt'>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -5413,8 +5310,8 @@ as </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet007.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet007.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -5426,13 +5323,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet007.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet007.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -5445,18 +5342,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -5473,7 +5358,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -5534,8 +5419,8 @@ alt:4059; <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>SGMANAG= ERDLL</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -5582,11 +5467,11 @@ or in tDll V1.7</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> - <td height=3D17 class=3Dxl51 style=3D'height:13.15pt'>&#12288;</td> + <td height=3D17 class=3Dxl51 style=3D'height:13.15pt'>&nbsp;</td> <td class=3Dxl54>N.A.</td> - <td class=3Dxl57 width=3D509 style=3D'width:382pt'>&#12288;</td> - <td class=3Dxl56>&#12288;</td> - <td class=3Dxl57 width=3D111 style=3D'width:83pt'>&#12288;</td> + <td class=3Dxl57 width=3D509 style=3D'width:382pt'>&nbsp;</td> + <td class=3Dxl56>&nbsp;</td> + <td class=3Dxl57 width=3D111 style=3D'width:83pt'>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -5603,8 +5488,8 @@ tDll V1.7</td> </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet008.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet008.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -5616,13 +5501,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet008.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet008.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -5635,18 +5520,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -5663,7 +5536,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -5717,8 +5590,8 @@ alt:4022; <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>SGCLIEN= TDLL</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -5751,14 +5624,14 @@ A5+1">2</td> dent SecsGem V4.7 and above</td> <td class=3Dxl56 x:num=3D"39527">20-Mar-08</td> - <td class=3Dxl57 width=3D110 style=3D'width:83pt'>&#12288;</td> + <td class=3Dxl57 width=3D110 style=3D'width:83pt'>&nbsp;</td> </tr> <tr class=3Dxl43 height=3D17 style=3D'height:13.15pt'> - <td height=3D17 class=3Dxl51 style=3D'height:13.15pt'>&#12288;</td> + <td height=3D17 class=3Dxl51 style=3D'height:13.15pt'>&nbsp;</td> <td class=3Dxl54>N.A.</td> - <td class=3Dxl57 width=3D503 style=3D'width:377pt'>&#12288;</td> - <td class=3Dxl56>&#12288;</td> - <td class=3Dxl57 width=3D110 style=3D'width:83pt'>&#12288;</td> + <td class=3Dxl57 width=3D503 style=3D'width:377pt'>&nbsp;</td> + <td class=3Dxl56>&nbsp;</td> + <td class=3Dxl57 width=3D110 style=3D'width:83pt'>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -5775,8 +5648,8 @@ dent </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/sheet009.htm +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/sheet009.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" @@ -5788,13 +5661,13 @@ xmlns=3D"http://www.w3.org/TR/REC-html40"> <meta http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii"> <meta name=3DProgId content=3DExcel.Sheet> <meta name=3DGenerator content=3D"Microsoft Excel 11"> -<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2).htm= -"> +<link id=3DMain-File rel=3DMain-File href=3D"../MITLibSummary(version2)1.ht= +m"> <link rel=3DFile-List href=3Dfilelist.xml> <link rel=3DEdit-Time-Data href=3Deditdata.mso> <![if IE]> -<base href=3D"file:///C:\99279A69\MITLibSummary(version2)_files\sheet009.ht= -m" +<base href=3D"file:///C:\9E69A8D1\MITLibSummary(version2)1_files\sheet009.h= +tm" id=3D"webarch_temp_base_tag"> <![endif]> <link rel=3DStylesheet href=3Dstylesheet.css> @@ -5807,18 +5680,6 @@ id=3D"webarch_temp_base_tag"> mso-header-margin:.5in; mso-footer-margin:.5in; mso-page-orientation:landscape;} -ruby - {ruby-align:left;} -rt - {color:windowtext; - font-size:9.0pt; - font-weight:400; - font-style:normal; - text-decoration:none; - font-family:NSimSun, monospace; - mso-font-charset:134; - mso-char-type:none; - display:none;} --> </style> <![if !supportTabStrip]><script language=3D"JavaScript"> @@ -5835,7 +5696,7 @@ function fnUpdateTabs() } if (window.name!=3D"frSheet") - window.location.replace("../MITLibSummary(version2).htm"); + window.location.replace("../MITLibSummary(version2)1.htm"); else fnUpdateTabs(); //--> @@ -5849,7 +5710,6 @@ else <x:VerticalResolution>600</x:VerticalResolution> </x:Print> <x:Zoom>125</x:Zoom> - <x:Selected/> <x:Panes> <x:Pane> <x:Number>3</x:Number> @@ -5888,8 +5748,8 @@ h:90pt'> <tr height=3D25 style=3D'height:18.75pt'> <td colspan=3D3 height=3D25 class=3Dxl31 style=3D'height:18.75pt'>SECSGEM= DLL</td> - <td class=3Dxl34>&#12288;</td> - <td class=3Dxl35>&#12288;</td> + <td class=3Dxl34>&nbsp;</td> + <td class=3Dxl35>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl24 style=3D'height:13.15pt'></td> @@ -5919,7 +5779,7 @@ tDll V1.7</td> <td class=3Dxl57 width=3D500 style=3D'width:375pt'>1. Enhanced the Recipe Management E30 features</td> <td class=3Dxl56 x:num=3D"40119">2-Nov-09</td> - <td class=3Dxl57 width=3D120 style=3D'width:90pt'>&#12288;</td> + <td class=3Dxl57 width=3D120 style=3D'width:90pt'>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl99 style=3D'height:38.25pt' x:num>3</td> @@ -5930,15 +5790,15 @@ reply 2. Add in EPT Data and Function.<br> 3. Add in ECID changed.</td> <td class=3Dxl96 align=3Dright x:num=3D"40308">10-May-10</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D17 style=3D'height:13.15pt'> <td height=3D17 class=3Dxl99 style=3D'height:13.15pt' x:num>4</td> <td class=3Dxl100>1.2.01</td> <td class=3Dxl87>1. Add in Remote Command reply time out inform to handle= r.</td> - <td class=3Dxl96 align=3Dright x:num=3D"40429">8-Sep-10</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl96 align=3Dright x:num=3D"40429">08-Sep-10</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl99 style=3D'height:38.25pt' x:num>5</td> @@ -5948,8 +5808,8 @@ File() and SetNumberOfDaysKeepInMemoryForLogFile() to set log file feature from handler.<br> (Note:Log File Inprovement)</td> - <td class=3Dxl96 align=3Dright x:num=3D"40547">4-Jan-11</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl96 align=3Dright x:num=3D"40547">04-Jan-11</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl99 style=3D'height:38.25pt' x:num>6</td> @@ -5960,7 +5820,7 @@ g for all 2. Add in function for Control state link state and spool state checkin= g.</td> <td class=3Dxl96 align=3Dright x:num=3D"40771">16-Aug-11</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl87>&nbsp;</td> </tr> <tr height=3D51 style=3D'height:38.25pt'> <td height=3D51 class=3Dxl99 style=3D'height:38.25pt' x:num>7</td> @@ -5971,7 +5831,7 @@ e command 2. Add in data structure for remote command sending in OnRemoteCommandReceived() function.</td> <td class=3Dxl96 align=3Dright x:num=3D"41192">10-Oct-12</td> - <td class=3Dxl87>&#12288;</td> + <td class=3Dxl87>&nbsp;</td> </tr> <![if supportMisalignedColumns]> <tr height=3D0 style=3D'display:none'> @@ -5988,13 +5848,13 @@ e command </html> -------=_NextPart_01CE71DF.54148640 -Content-Location: file:///C:/99279A69/MITLibSummary(version2)_files/filelist.xml +------=_NextPart_01CE3D08.AB4372C0 +Content-Location: file:///C:/9E69A8D1/MITLibSummary(version2)1_files/filelist.xml Content-Transfer-Encoding: quoted-printable Content-Type: text/xml; charset="utf-8" <xml xmlns:o=3D"urn:schemas-microsoft-com:office:office"> - <o:MainFile HRef=3D"../MITLibSummary(version2).htm"/> + <o:MainFile HRef=3D"../MITLibSummary(version2)1.htm"/> <o:File HRef=3D"stylesheet.css"/> <o:File HRef=3D"tabstrip.htm"/> <o:File HRef=3D"sheet001.htm"/> @@ -6008,4 +5868,4 @@ Content-Type: text/xml; charset="utf-8" <o:File HRef=3D"sheet009.htm"/> <o:File HRef=3D"filelist.xml"/> </xml> -------=_NextPart_01CE71DF.54148640-- +------=_NextPart_01CE3D08.AB4372C0--