Main INDEX
Monthly INDEX
PREV
NEXT
Make New Entry,
Make Followup Entry
User name R. Michaels
Log entry time 16:45:51 on October 5,2010
Entry number 333743
This entry is a followup to: 333650
keyword=epicsLogger script split in two
I split the script epicsLogger into epicsLogger1 and epicsLogger2.
Actually they are identical at the moment, except for different
"turnon" flags and they write to different temporary files
halla1.epics and halla2.epics.
At present, epicsLogger1 produces 3750 bytes and epicsLogger2
produces 14650 bytes. I verified by using grep on the raw datafile
that the last part of each of the temporary files are appearing
in the data, so this solves the truncation problem.
If you want to add new variables, edit epicsLogger1. Try to
avoid editing epicsLogger2, or at least you should understand
the issue (limit at 17500 bytes, etc).
There was a backup made first, in ./save_4oct10