mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
修改moving backzero moveto
This commit is contained in:
@ -326,7 +326,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return IsMotionFinished();
|
||||||
bool bFlagIsStopped = false;
|
bool bFlagIsStopped = false;
|
||||||
while (!bFlagIsStopped)
|
while (!bFlagIsStopped)
|
||||||
{
|
{
|
||||||
|
@ -325,7 +325,7 @@ bool CVSMD12XControl::MoveTo(int iAbsPulse)
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return IsMotionFinished();
|
||||||
bool bFlagIsStopped = false;
|
bool bFlagIsStopped = false;
|
||||||
while (!bFlagIsStopped)
|
while (!bFlagIsStopped)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user