|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
29 Apr 2024, Musaab Al-Bakry, Forum, Midas Sequencer with less than 1 second wait
|
29 Apr 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
30 Apr 2024, Scott Oser, Forum, Midas Sequencer with less than 1 second wait
|
30 Apr 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
30 Apr 2024, Scott Oser, Forum, Midas Sequencer with less than 1 second wait
|
30 Apr 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
30 Apr 2024, Scott Oser, Forum, Midas Sequencer with less than 1 second wait
|
02 May 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
02 May 2024, Scott Oser, Forum, Midas Sequencer with less than 1 second wait
|
05 May 2024, Musaab Al-Bakry, Forum, Midas Sequencer with less than 1 second wait
|
06 May 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
06 May 2024, Stefan Ritt, Forum, Midas Sequencer with less than 1 second wait
|
07 May 2024, Musaab Al-Bakry, Forum, Midas Sequencer with less than 1 second wait
|
|
Message ID: 2743
Entry time: 30 Apr 2024
In reply to: 2741
Reply to this: 2744
|
Author: |
Scott Oser |
Topic: |
Forum |
Subject: |
Midas Sequencer with less than 1 second wait |
|
|
> I guess the simplest way to do that without breaking with existing code is to change the
> second number to a float. So a
>
> WAIT SECONDS, 1
>
> will still work, and you can then write
>
> WAIT SECONDS, 0.01
>
> to get a 10 ms wait. Would that work for you?
This would work fine in principle, but isn't implemented in the current MIDAS sequencer as we understand it. (We tried!) Is your proposal to rewrite the sequencer
to allow fractional waits? Right now the code seems to store the start_time as a DWORD and uses atoi to parse the wait time, and uses ss_time (which seems only get
the time to the nearest second) to fetch the time. |