|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
30 Apr 2024, Luigi Vigani, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Stefan Ritt, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Luigi Vigani, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Stefan Ritt, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
03 May 2024, Stefan Ritt, Bug Report, Params not initialized when starting sequencer
|
10 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
13 May 2024, Luigi Vigani, Bug Report, Params not initialized when starting sequencer
|
21 May 2024, Thomas Senger, Bug Report, Params not initialized when starting sequencer
|
21 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
21 May 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
22 May 2024, Thomas Senger, Bug Report, Params not initialized when starting sequencer
|
30 Aug 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
04 Sep 2024, Lukas Gerritzen, Bug Report, Params not initialized when starting sequencer
|
04 Sep 2024, Zaher Salman, Bug Report, Params not initialized when starting sequencer
|
|
Message ID: 2756
Entry time: 03 May 2024
In reply to: 2755
Reply to this: 2757
|
Author: |
Stefan Ritt |
Topic: |
Bug Report |
Subject: |
Params not initialized when starting sequencer |
|
|
Ahh, that rings a bell:
1) JS opens start dialog box
2) User enters parameters and presses start
3) JS writes parameters
4) JS starts sequencer
5) Sequencer copies parameters to variables
Now how do you handle 3) and 4). Just issue two mjsonrpc commands together? What then could happen is that 4) is executed before 3) and we get the garbage.
You have to do 3) and WAIT for the return ("then" in the JS promise), and only then issue 4) from there.
Stefan |