mwinkel-dev

Results 317 comments of mwinkel-dev

Hi @Merlencer -- The "segmented signals" code is complicated, so we are still investigating and discussing this issue. In the meantime, we are curious if the suggested workarounds listed above...

After discussion, this is being converted to a feature request.

A fix has been developed that works OK with MATLAB R2025a, OpenJDK21, and Ubuntu24. However, this fix must also be tested on Windows and macOS. Here are the details ....

Hi @dgarnier -- Thanks for the PR. The changes look good to me. Stephen has a bunch of post-CMake PRs, so I defer to him regarding approval of the PR...

The Python "thin client" also has connection IDs that always increment (I.e., never reuse a disconnected ID). So, additional investigation must be done to determine why this is so. (The...

Experiments prove that when a new connection is established, it is never assigned the "connection ID" of a previously disconnected connection. This applies to all APIs provided by MDSplus. The...

**IMPORTANT:** There are two system variables (i.e., globals), `!MDS_SOCKET` and `!MDSDB_SOCKET`, and they are not independent. The `set_database.pro` file has a `MDSDbConnect` function that also calls `mdsconnect`. Thus, the intent...

To have `!MDS_SOCKET` track connections just to MDSplus archive servers and `!MDSDB_SOCKET` track connections just to database servers, it is necessary to add an optional `database` keyword to the `MdsConnect`...

Hi @walkerml, Thanks for the note and suggested fix. Note that the alpha-7-139-59 is almost two years old (6-Nov-2023). Several issues with the MDSplus API for MATLAB have been fixed...

Hi @walkerml, This issue has just been reproduced with the `alpha-7-153-6` release (22-Jul-2025) running on GA's Omega cluster. We will now work on a fix for this issue.