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

When using a GetMany instance to pull data from a remote database, the first call to the database passes and I get a 'value' key but for the remaining calls...

I tried to build MDSplus using configure and make on raspberry pi which runs ubuntu20 64bit server. It aborts because lMdsMath cannot be found. I tried both the MDSplus git...

I installed MDSplus on a RHEL7.8 server using yum, so I got the latest 7.131-6.el7 version. Then I found that I can not connect to MDS server with C++ APIs....

bug
branch/stable
tool/mdsip
core

I installed the latest stable MDSplus package for OSX from https://www.mdsplus.org/index.php/Latest_Macintosh_Distributions. I need to make a connection over SSH (instructions for my particular application: https://docs.psnc.pl/pages/viewpage.action?pageId=70879117) Running the example python script,...

bug
os/mac

I am facing a new problem wit the latest alpha in distributed client configuration. The problem is easily reproducible using jTraverser by defining the tree name in the command line,...

bug

As mentioned in #2408, running the test suite on my Linux PC for the alpha branch, I always get failing tests where the TDI function a12__part_name.fun seems to be missing,...

In LabVIEW 2021 after connecting successfully to the MDS Server, I have an error message when trying to retrieve data : **Error 42 occurred at mdsplus_connection_getData. Possible reason(s): .%MDSPLUS-E-ERROR, Error.**...

Hi, I am trying to convert a simple HDF5 file to MDSPlus following the instructions from the documentation (https://www.mdsplus.org/index.php/Projects:hdf5) but I am getting the following error: ``` $ hdf5ToMds ./dset.h5...

When default_tree_path specifies a thick client, and that client also uses default_tree_path, you can not from the remote machine either get or set the current shot of the tree: on...

Hello, I wonder if it is possible to throw custom errors in TDI? For example on TCV some nodes rely on the execution of a custom TDI function and in...