- Improved centering in DIFRAC
- Fixed a bug in UserWait - Improved scan message in scancom - Added zero point correction in lin2ang - fixed an issue with uuencoded messages
This commit is contained in:
@ -185,6 +185,9 @@
|
||||
/* get the current position */
|
||||
|
||||
iRet = self->pDriv->GetValue(self->pDriv,&fPos);
|
||||
|
||||
printf("Return: %d Value: %f\n",iRet,fPos);
|
||||
|
||||
if(iRet == 0)
|
||||
{
|
||||
self->pDriv->GetError(self->pDriv,&iCode, pError,131);
|
||||
|
Reference in New Issue
Block a user