Import of MitLib v1.39.07

Change-Id: I90557fc78daa9f6f93d17bd526229932f16685db
v1.39.07
Peter Bruin 12 years ago
parent 3591f0f8a8
commit cefafa36a8

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1182,8 +1182,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 1,0,24,8
PRODUCTVERSION 1,0,24,8
FILEVERSION 1,0,24,7
PRODUCTVERSION 1,0,24,7
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -1198,17 +1198,17 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "1. Added new method for application layer to define the user level that can change the speed percent in maintenance page.\0"
VALUE "Comments", "1. Added ESTOP SecsGem state.\r\n2. Added IsEStopState method to check if machine is in ESTOP.\r\n3. Enhanced Auto Logout feature to take place in SubSheet. \0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "GuiDLL\0"
VALUE "FileVersion", "1, 0, 24, 8\0"
VALUE "FileVersion", "1, 0, 24, 7\0"
VALUE "InternalName", "GuiDLL\0"
VALUE "LegalCopyright", "Copyright © 2011\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "GuiDLL.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MIT GuiDLL\0"
VALUE "ProductVersion", "1, 0, 24, 8\0"
VALUE "ProductVersion", "1, 0, 24, 7\0"
VALUE "SpecialBuild", "\0"
END
END

@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,29,4
PRODUCTVERSION 1,0,29,4
FILEVERSION 1,0,29,3
PRODUCTVERSION 1,0,29,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -44,17 +44,17 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "1. Configurable HSL and MotionNet bus speed.\0"
VALUE "Comments", "1. Enhanced all stepper motor types to use command counter instead of encoder counter.\r\n2. Corrected MotionNet HomeByIndex mode from 32 to 30.\r\n3. Added more logging to traced MotionNet command issue error codes.\r\n4. Gailil configurable trigger width\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "IODll\0"
VALUE "FileVersion", "1, 0, 29, 4\0"
VALUE "FileVersion", "1, 0, 29, 3\0"
VALUE "InternalName", "IODll\0"
VALUE "LegalCopyright", "Copyright © 2011\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "IODll.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MIT IODll\0"
VALUE "ProductVersion", "1, 0, 29, 4\0"
VALUE "ProductVersion", "1, 0, 29, 3\0"
VALUE "SpecialBuild", "\0"
END
END

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -54,8 +54,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,12,1
PRODUCTVERSION 1,0,12,1
FILEVERSION 1,0,12,0
PRODUCTVERSION 1,0,12,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -73,14 +73,14 @@ BEGIN
VALUE "Comments", "1. Enhance Genmark Robot class with more features.\0"
VALUE "CompanyName", "MIT \0"
VALUE "FileDescription", "CommDll\0"
VALUE "FileVersion", "1, 0, 12, 1\0"
VALUE "FileVersion", "1, 0, 12, 0\0"
VALUE "InternalName", "CommDll\0"
VALUE "LegalCopyright", "Copyright 2004-2011\0"
VALUE "LegalCopyright", "Copyright © 2004\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "CommDll.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MIT CommDll\0"
VALUE "ProductVersion", "1, 0, 12, 1\0"
VALUE "ProductVersion", "1, 0, 12, 0\0"
VALUE "SpecialBuild", "\0"
END
END

@ -54,10 +54,6 @@ class CScanner;
class COMMDLL_DLLCLASS CGPVision : public CVisionNW, public CMyWait
{
public:
// Gary 15N0v11, V1.12.01
// feature to enable/disable multiple app display. Used along with SwitchAppWindow
bool MultipleAppWindow(bool bEnable, DWORD dwTimeout=5000);
bool SwitchAppWindow(int nStationNo, DWORD dwTimeout=5000);
bool IsLotOpen();
bool WaitInTeach(int nStationNo, DWORD dwTimeout);

Loading…
Cancel
Save