| ID |
Date |
Author |
Topic |
Subject |
Text |
 |
|
1419
|
26 Dec 2018 |
Konstantin Olchanski | Info | Partial refactoring of ODB code | > One additional comment: In the 90's when
I developed this code, locking was expensive.
> Now the world has changed, we can do almost |
|
|
1423
|
27 Dec 2018 |
Stefan Ritt | Info | Partial refactoring of ODB code | > I am not sure this is quite true. The CPU
can execute 3000 million operations per second
(3GHz CPU, assuming 1 op/Hz),
|
|
|
2742
|
30 Apr 2024 |
Luigi Vigani | Bug Report | Params not initialized when starting sequencer | Good afternoon,
After updating Midas to the latest develop |
 |
|
2750
|
03 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | Could you please export and send me the /Sequencer
ODB tree (or just /Sequencer/Param and /Sequencer/Variables)
in both cases while the sequence is running. |
|
|
2751
|
03 May 2024 |
Stefan Ritt | Bug Report | Params not initialized when starting sequencer | Ok, here is the complete code to reproduce
the problem. Load parameter_test.msl which
includes functions.msl. From the screenshot |
    |
|
2752
|
03 May 2024 |
Luigi Vigani | Bug Report | Params not initialized when starting sequencer | It is pretty much the same as Stefan, I attach
here the screenshots. Also in my case it
works sometimes, and sometimes partially |
  |
|
2755
|
03 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | I have been able to reproduce the problem
only once. From what I see, it seems that
the Variables ODB tree is not initialized |
|
|
2756
|
03 May 2024 |
Stefan Ritt | Bug Report | Params not initialized when starting sequencer | Ahh, that rings a bell:
1) JS opens start dialog box
|
|
|
2757
|
03 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | Thanks for the hint Stefan. I pushed a possible
fix but I cannot test it since I cannot reproduce
the issue.
|
|
|
2758
|
03 May 2024 |
Stefan Ritt | Bug Report | Params not initialized when starting sequencer | Seems to me like the problem happens less
frequently, but I still see it (1 out of
5 or so). The fact that /Sequencer/Params/Value |
|
|
2763
|
10 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | I think that I finally managed to fix the
problem. The default values of the parameters
are now written first in one go, then the |
|
|
Draft
|
13 May 2024 |
Luigi Vigani | Bug Report | Params not initialized when starting sequencer | [quote="Zaher Salman"]I think
that I finally managed to fix the problem.
The default values of the parameters are |
|
|
2765
|
13 May 2024 |
Luigi Vigani | Bug Report | Params not initialized when starting sequencer | [quote="Zaher Salman"]I think that I finally
managed to fix the problem. The default values
of the parameters are now written first in |
|
|
2776
|
21 May 2024 |
Thomas Senger | Bug Report | Params not initialized when starting sequencer | Hi all,
On develop, the issue seems to be still there
and is not fixed.
|
|
|
2777
|
21 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | I traced the problem to a mjsonrpc_db_ls call
where I read /Sequencer/Param... . It seems
that this sometimes returns a status 312 |
|
|
2778
|
21 May 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | Hi Thomas,
I have a fix for the issue and I would be
happy with testers if you are willing. Simply |
|
|
2779
|
22 May 2024 |
Thomas Senger | Bug Report | Params not initialized when starting sequencer | Hi Zaher,
thanks for your help.
I just tried the bug fix, but it still seems |
|
|
2815
|
30 Aug 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | The issue with the parameters should be fixed
now. Please test and let me know if it still
happens.
|
|
|
2822
|
04 Sep 2024 |
Lukas Gerritzen | Bug Report | Params not initialized when starting sequencer | I think I have had similar issues in a custom
page, where I wrote values to the ODB and
they were not ready when I needed them. If |
|
|
2823
|
04 Sep 2024 |
Zaher Salman | Bug Report | Params not initialized when starting sequencer | The problem here was that the JS code did
not wait to msequencer to finish preparing
the "/Sequencer/Param" in the ODB, so I had |
|