-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when force enqueuing a measurement #153
Comments
This may be moved to hqc_legacy if it affects only SaveTask. At one point, the checks method was promised to be called before perform but actually this is not true. Any initialization that MUST be run before perform should be run in prepare. |
I cannot reproduce using a simple example (see below). Could you send me a config file ?
|
I got this error when enqueuing multiple times measurement with an acquisition card (and stupid checks in the acquisition card driver): |
What am I supposed to see in this file, it looks like a regular datafile to me ? Could I get the .ini and the corrupted datafile (I would like to know what part of it was missing: the whole file, the header, data, just some raws ....) |
Zut. Here is the ini file The whole datafile is missing. However the log file is generated: |
Could you also send to me the application of this particular run (it may help me understand the issue with the card) ? |
What do you mean by application? Exopy version? The use I have for this measurement? I enqueued a first measure and started it with no issue. However when enquiring a second one while the card was being used, the checks failed (as reported in another issue) and I force enqueued. |
Sorry I meant the application log of this particular run. |
When force enqueuing, even if everything runs smoothly afterwards the Save task doesn't save data.
(this can be tested by, for example, raising an error in the checks of an instrument that doesn't affect the measurement run)
The text was updated successfully, but these errors were encountered: