Skip to content

Commit be80060

Browse files
Update DAE-Trouble-Shooting.md
1 parent c7693af commit be80060

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/specific_iocs/dae/DAE-Trouble-Shooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,12 @@ The isis cycle is contained in a local file `setcycle.cmd` on the NDX that is re
419419

420420
to reconnect the o: drive, log onto the NDX and just open it in windows explorer, that should reconnect using cached credentials. Then check that `o:\setcycle.cmd` has the correct cycle number.
421421

422+
### journal has run number in incorrect cycle
423+
424+
as mentioned above, the cycle number is set by running the `setcycle` command but this is run at run end. When the cycle is updated on `o:` it is often copied to instruments, but if a run is already in progress when the cycle is updated, then the journal will use an incorrect cycle number but the raw file will use a correct one. This issue should be fixed in newer ISISICP but this will take a while to roll out.
425+
426+
To fix this you need to edit the two cycle XML `journal_*_*.xml` files in `c:\data` involved and move the XML run number block involved from the incorrect XML file to the correct one. Next time a run ends, these updated xml files will get copied to the correct place.
427+
422428
### run stuck in ending when using period card
423429

424430
Check icp log file. If it says "waiting for period card" and beam is off, then the issue is that a default end waits to complete the current period cycles, which if beam is off is not going to happen (no trigger signal for frames). Solution is to type `g.end(immediate=True)` in a python console.

0 commit comments

Comments
 (0)