MitLib v4.0.0.4 (VS10)

REL_4 v4.0.0.4
Jenkins 10 years ago
parent a9253b5d3d
commit 5e58c3311c

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -995,8 +995,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 4,0,0,3
PRODUCTVERSION 4,0,0,3
FILEVERSION 4,0,0,4
PRODUCTVERSION 4,0,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -1014,12 +1014,12 @@ BEGIN
VALUE "Comments", "1. Decouple GUI\r\n"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "GuiDLL"
VALUE "FileVersion", "4.0.0.3\0"
VALUE "FileVersion", "4.0.0.4\0"
VALUE "InternalName", "GuiDLL"
VALUE "LegalCopyright", "Copyright ? 2016"
VALUE "OriginalFilename", "GuiDLL.dll"
VALUE "ProductName", "MIT GuiDLL"
VALUE "ProductVersion", "4.0.0.3\0"
VALUE "ProductVersion", "4.0.0.4\0"
END
END
BLOCK "VarFileInfo"

@ -26,6 +26,6 @@ private:
CIpStatus *m_pIpStatus;
int m_iNumIp;
int m_iNumPt;
};

@ -234,6 +234,7 @@ public:
// virtual method to get motor axis current position error
double GetPosErr();
virtual bool GetMotorPositionError(double *pRawPositionError) = 0;
virtual bool ResetMotorPositionError();
// virtual method to get the current motor position
double GetPosition();

@ -116,6 +116,8 @@ public:
bool SetFixSpdRange(double dMaxVel);
bool UnFixSpdRange();
bool ResetMotorPositionError();
// **************************************************************
// Methods declaration applicable to
// ADLINK 8134, 8164 ONLY - ends

@ -125,6 +125,8 @@ public:
bool SetFixSpdRange(double dMaxVel);
bool UnFixSpdRange();
bool ResetMotorPositionError();
private:
short m_sMtrNo;
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -107,8 +107,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 4,0,0,3
PRODUCTVERSION 4,0,0,3
FILEVERSION 4,0,0,4
PRODUCTVERSION 4,0,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -126,15 +126,15 @@ BEGIN
VALUE "Comments", "1. Reduce opening and closing of MitLanguage.mdb"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "Utility"
VALUE "FileVersion", "4.0.0.3\0"
VALUE "FileVersion", "4.0.0.4\0"
VALUE "InternalName", "Utility"
VALUE "LegalCopyright", "Copyright © 2016"
VALUE "LegalTrademarks", " "
VALUE "OriginalFilename", "Utility.dll"
VALUE "PrivateBuild", " "
VALUE "ProductName", "MIT Utility"
VALUE "ProductVersion", "4.0.0.3\0"
VALUE "SpecialBuild", "mitlib-release-4-3\0"
VALUE "ProductVersion", "4.0.0.4\0"
VALUE "SpecialBuild", "mitlib-release-4-4\0"
END
END
BLOCK "VarFileInfo"

@ -71,8 +71,8 @@ VS_VERSION_INFO$(VERSION_CONTROL) VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 4,0,0,3
PRODUCTVERSION 4,0,0,3
FILEVERSION 4,0,0,4
PRODUCTVERSION 4,0,0,4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -90,15 +90,15 @@ BEGIN
VALUE "Comments", "1. Decouple GUI"
VALUE "CompanyName", "MIT "
VALUE "FileDescription", "mcctrdll"
VALUE "FileVersion", "4.0.0.3\0"
VALUE "FileVersion", "4.0.0.4\0"
VALUE "InternalName", "mcctrdll"
VALUE "LegalCopyright", "Copyright © 2016"
VALUE "LegalTrademarks", " "
VALUE "OriginalFilename", "mcctrdll.dll"
VALUE "PrivateBuild", " "
VALUE "ProductName", "MIT mcctrdll"
VALUE "ProductVersion", "4.0.0.3\0"
VALUE "SpecialBuild", "mitlib-release-4-3\0"
VALUE "ProductVersion", "4.0.0.4\0"
VALUE "SpecialBuild", "mitlib-release-4-4\0"
END
END
BLOCK "VarFileInfo"

@ -476,6 +476,10 @@ private:
void CheckOpenLot();
void SetOpenLot();
bool IsMaintCmdInProgress();
void WaitMaintCmdDone();
// Attributes
int m_machineStateCheckCount;

Loading…
Cancel
Save