From which I conclude that pre-mirror lock up allows more rapid frame rate than using MLU with each frame. And the faster frame rate gets into a trouble range with MY camera / card combination (Nikon D850 / XQD) when the frame rate exceeds 0.6s / frame. I still don't know if the crashes are related to exceeding possible rate of image data to memory buffer or related to changing camera parameters. So, I'm inclined to look into a new card with the hope that this solves the problem. (Note, Xavier says that his deluxe.txt script works even with X = 0.4s and without MLU!)
Hi David,
Like you, I also plan to use D850. I just did some stress test on it. I managed to take 120 exposures (1/160 sec) in about 36 sec. SEM did not crash. Below is the test script that I use.
LVPSTART,C2,-,00:00:19.0,D850, , , , , , , ,Start photography in Lv
CHGCSSL,C2,-,00:00:17.0,D850, , ,4, , , , ,Set frame rate to 4 per second
# Max number of exposures allowed by TAKEBST seems to be 20.
TAKEBST,C2,-,00:00:15.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
TAKEBST,C2,-,00:00:09.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
TAKEBST,C2,-,00:00:03.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
TAKEBST,C2,+,00:00:03.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
TAKEBST,C2,+,00:00:09.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
TAKEBST,C2,+,00:00:15.0,D850,1/160,15,200,20,RAW,None,N,Solar corona Rs = 0.1
LVPSTOP,C2,+,00:00:22.0,D850, , , , , , , ,Stop photography in Lv
Basically, I set frame rate to 4 frames per second. I asked TAKEBST to take a burst of 20 exposures each time. So the time span should be 5 second. Then I give each TAKEBST a 1 second "break" before the next one is launched. This got repeated six times and there was no crash.
I found the break between each TAKEBST is extremely important. If SEM is asked to launch a new burst sequence before an old one is complete, it can crash. I kind of worried that 1-second breaks were not enough. But it seems fine. Next I will see if I can push it to 5 frames per second, and if this requires a longer break.
For your reference, I am using a Sony XQD with 400 MB/s of write speed. I shoot in 14 bit mode with lossless compression.
Let's discuss more. I find the whole thing very tricky.
Cheers,
Wei-Hao