mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

The MDSplus data management system

Results 190 mdsplus issues
Sort by recently updated
recently updated
newest added

Two problems here: * setuptools seems to have deprecated `extra_path` (in like 2016), which is what we're using to generate the `mdsplus.pth` file, which is what allows you to `import...

bug
branch/stable
packaging
priority/P2
api/python
os/linux
os/mac
branch/alpha

I cloned the latest MDSplus distribution and installed it on my machine (Ubuntu 22.04) using ``` ./bootstrap mkdir build cd build ../configure --prefix=$HOME/libraries/mdsplus --enable-debug=yes --disable-java CXXFLAGS='-std=c++11' make all make install...

The code was using the known size of the packed NCI structure (42) instead of asking the compiler to fill this in for us. Replace the explicit byte offset memory...

It seems some C++ style comments have made their way into some C headers. This breaks compilation of software depending on MDSplus includes and relying on `-ansi` or `-std=c90` options....

Avoid blocking burst recording in the possible case samples from previous burst are pending in queue without interrupt (no threshold reached)

- Added MARTE2_SUPERVISOR method startMarteStraight that does not breate MARTe2 configuration file - Fixed offsets in MARTE2_NI6368 device setup

This would make `CompileTree` a bit more POSIX compatible and scripting based on exit status would become possible (instead of reading (locale-dependent) error messages, which now also go to standard...

Hello, when I run the provided Put Get over Mdsip Connection.vi it prompts "Error 1556 occurred in MDSplus.lvlib:Connection Close Tree.vi->Put Get over Mdsip Connection.vi in element co-located operation structure'," Error...

bug
need-user-info
api/labview
tool/mdsip

Hello, when I try to access the node containing an array of strings using mdsvalue in Matlab, I get this error: 'Java exception occurred: MDSplus.MdsException: Unexpected returned data type in...

Is there a way to add tags to nodes using LabVIEW? There are the 'tree find tags.vi' and 'tree remove tag.vi' in the LabVIEW library, but I couldn't find a...