- Fixed a couple of small things with the TAS code
- Fixed new AMOR settings module - Initial implementation of the new SICS hierarchical parameter database SKIPPED: psi/amorset.c psi/libpsi.a psi/sps.c
This commit is contained in:
@ -692,6 +692,7 @@ static int TASUBScanDrive(pScanData self, int iPoint)
|
||||
int iTAS = 0;
|
||||
pMotor pMot;
|
||||
|
||||
pTAS->ub->silent = 1;
|
||||
/*
|
||||
loop through all the scan variables
|
||||
*/
|
||||
@ -721,6 +722,7 @@ static int TASUBScanDrive(pScanData self, int iPoint)
|
||||
else
|
||||
{
|
||||
status = Wait4Success(GetExecutor());
|
||||
pTAS->ub->silent = 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
@ -829,6 +831,8 @@ static int TASUBScanCount(pScanData self, int iPoint)
|
||||
|
||||
/* loop over all scan variables */
|
||||
status = 1;
|
||||
|
||||
pTAS->ub->silent = 0;
|
||||
for(i = 0; i < self->iScanVar; i++)
|
||||
{
|
||||
DynarGet(self->pScanVar,i,&pDings);
|
||||
|
Reference in New Issue
Block a user