mwinkel-dev

Results 180 comments of mwinkel-dev

Hi @alkhwarizmi, My newest conjecture is that this issue might be associated with running both 32-bit and 64-bit MDSplus on the same Windows 10 computer. I will do some experiments...

Hi @zack-vii, Regarding the C code, it does indeed still have `return 0` statements. A few days ago, I was looking at the source code for the read operations (as...

Hi @alkhwarizmi, I was wrong. Turns out that when doing an install of MDSplus on 64-bit Windows computers, both the 32-bit and 64-bit MDSplus *.dll files are installed. (I was...

Hi @alkhwarizmi, Three topics: your old trees, your recent posts, and my continuing experiments. **Old Trees** Have you been able to confirm that your old trees are not damaged? That...

Hi @alkhwarizmi -- Thank you for the additional information! You have found an important clue. I will install the Spyder IDE and see if I can reproduce the problem. Now...

Hi @alkhwarizmi, You are correct that `mdsip` should be upgraded to be thread safe (regarding operating system threads and CPython threads). The lack of thread safety has caused us some...

Hi @zack-vii -- Thanks for the additional details. I will follow up with Josh.

Here is the example Python program that works (but gets the time base wrong). ``` # # Example Python program that creates a static snapshot of a signal. # #...

C-Mod's `\IP` signal looks like this (as displayed by jTraverser2). ![image](https://github.com/MDSplus/mdsplus/assets/122583770/25a08b82-8a9b-4fcf-95c0-d8fad6433c08) The above program generates this snapshot signal. ![image](https://github.com/MDSplus/mdsplus/assets/122583770/3013fac9-9a95-4718-9e76-c33b7598e528) It appears that the `\IP` signal has a variable time base...

Hi @joshStillerman -- Nice! I will give that a try.