- Switched to NAPI-3.0 with XML support

- Fixed exeman to write files by default into the first directory in batchpath
- Fixed a bug in nxdict which prevented it from handling attributes
  containing :/ properly
- Removed junk files
- Fixed a bug in hklscan.c which made it dump core
- Added XML support to nxscript.c
- Added support for writing NeXus-XML data files to tasub
- Fixed a bug with initializing the motor controller after manula mode
- Added support to drive the first choppers phase
This commit is contained in:
koennecke
2005-05-27 11:58:59 +00:00
parent 27a6ad9e1d
commit 3398caa6b7
2 changed files with 21 additions and 0 deletions

View File

@ -420,6 +420,8 @@ static int EL734Fix(void *pData, int iCode, float fValue){
case BADLOC:
snprintf(pCommand,49,"RMT 1\r");
transactEL734(self->controller,pCommand,strlen(pCommand),pReply,79);
snprintf(pCommand,49,"ECHO 0\r");
transactEL734(self->controller,pCommand,strlen(pCommand),pReply,79);
return MOTREDO;
case NOTCONNECTED:
initRS232(self->controller);