ID |
Date |
Author |
Topic |
Subject |
Text |
 |
2760
|
06 May 2024 |
Stefan Ritt | Forum | Midas Sequencer with less than 1 second wait | Indeed there was a sleep(100ms) in the sequencer
in each loop. I reduced it now to 10ms. I
need at least 10ms since otherwise
|
|
2761
|
06 May 2024 |
Stefan Ritt | Forum | Midas Sequencer with less than 1 second wait | Actually I realized that a 1ms wait still
works, so I reduced it to that.
|
|
2762
|
07 May 2024 |
Musaab Al-Bakry | Forum | Midas Sequencer with less than 1 second wait | > Actually I realized that a 1ms wait still
works, so I reduced it to that.
>
|
|
2785
|
04 Jul 2024 |
Nick Hastings | Forum | mfe.cxx with RO_STOPPED and EQ_POLLED | Dear Midas experts,
I noticed that a check was added to mfe.cxx |
|
Draft
|
04 Jul 2024 |
Nick Hastings | Forum | mfe.cxx with RO_STOPPED and EQ_POLLED | I just discovered https://bitbucket.org/tmidas/midas/issues/338/mfec-ro_stopped-is-now-forbidden
> Dear Midas experts,
|
|
2796
|
06 Aug 2024 |
Stefan Ritt | Forum | mfe.cxx with RO_STOPPED and EQ_POLLED | > I noticed that a check was added to mfe.cxx
in 1961af0d6:
>
|
|
2804
|
15 Aug 2024 |
Scott Oser | Forum | "Safe" abort of sequencer scripts | We often use the MIDAS sequencer to temporarily
control detector settings, such as:
|
|
2805
|
19 Aug 2024 |
Stefan Ritt | Forum | "Safe" abort of sequencer scripts | This request came more than once in the past.
One thing I could implement is a "atexit"
function similarly to the C funciton atexit().
|
|
2809
|
22 Aug 2024 |
Scott Oser | Forum | "Safe" abort of sequencer scripts | > This request came more than once in the
past. One thing I could implement is a "atexit"
function similarly to the C funciton atexit().
|
|
2825
|
05 Sep 2024 |
Jack Carlton | Forum | Python frontend rate limitations? | I'm trying to get a sense of the rate limitations
of a python frontend. I
understand this will vary from system to |
 |
2826
|
05 Sep 2024 |
Ben Smith | Forum | Python frontend rate limitations? | > What limits the rate that poll_func is called
in a python frontend?
|
|
Draft
|
05 Sep 2024 |
Jack Carlton | Forum | Python frontend rate limitations? |
Thank you, this was very helpful.
|
|
2828
|
05 Sep 2024 |
Stefan Ritt | Forum | Python frontend rate limitations? | > First the general advice: if you reduce
the "period" of your equipment, then your
function will get called more frequently. |
|
2829
|
06 Sep 2024 |
Jack Carlton | Forum | Python frontend rate limitations? | Thanks for the responses, they were very helpful.
>First the general advice: if you reduce |
|
2831
|
11 Sep 2024 |
Konstantin Olchanski | Forum | Python frontend rate limitations? | > I'm trying to get a sense of the rate limitations
of a python frontend.
|
|
2832
|
11 Sep 2024 |
Konstantin Olchanski | Forum | Python frontend rate limitations? | >
> poll(INT count) {
> for (i=0 ; i<count ; i++)
|
|
2833
|
11 Sep 2024 |
Konstantin Olchanski | Forum | Python frontend rate limitations? | > > I'm trying to get a sense of the rate
limitations of a python frontend.
|
|
2838
|
11 Sep 2024 |
Konstantin Olchanski | Forum | "Safe" abort of sequencer scripts | > We often use the MIDAS sequencer to temporarily
control detector settings, such as:
>
|
|
2860
|
27 Sep 2024 |
Ben Smith | Forum | Python frontend rate limitations? | > in your case the limitation is likely that
you're sending 1.25MB per event and we have
a lot of data marshalling to do between the |
|
2885
|
05 Nov 2024 |
Jack Carlton | Forum | How to properly write a client listens for events on a given buffer? | If there's some template for writing a client
to access event data, that would be
very useful (and you can probably just ignore |
  |