Josh Stillerman

Results 71 comments of Josh Stillerman

Question for MDSplus development team: Do we want to remove all c++ style comments from MDSplus source code.  There are 55 of them.  Found by: > grep -R \/\/ ....

lMdsMath should be created when you make the source directory : mdsplus/math The easiest way to build is to use docker.  On an X86 based computer. For RPi the commands...

We have not generalized this facility so that the list of message sources is extensible. However, I created ~/mdsplus/tmp/custom_messages.xml: ``` ~/mdsplus$ cat tmp/custom_messages.xml ``` and then ran: ``` jas@mfews09:~/mdsplus$ python...

I am surprised that it used to return 1. Can you point at where it says it should? It originally was defined as $ROPRAND op anything == $ROPRAND > On...

Timo, We are very interested in this at MIT. About to implement a new state machine with plc and computer participants.

can somone explain to Ralph about connection objects and tree and node objects. There is the MdsConnector remote python objects API -Josh > On Oct 13, 2022, at 1:31 PM,...

The reported bug is probably related to the broken (especially python) thread safety (especially mdsip) Regardless: Off the top of my head, it should not return zero. The bits are...

It may or may not do what you need but I think that: [ProcessPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor) will be more likely to succeed.

Turns out it does not like records which are Python Lists. Given a tree t and a numeric node NUM the following happens: ``` >>> t.NUM.record = 1 >>> t.NUM.record...

Take the python one from sparc-daq3 and add it to the mdsplus repo (or make it one the the MDSplus companion repos)