GabrieleManduchi

Results 59 comments of GabrieleManduchi

Hi,   setTimeContext() works only for segmented signals. The other signals (i.e. those saved with putData() operation) are unaffected by the definition of the time context. How are your signals stored?...

You may use TDI fun resample RESAMPLE(IN _s, OPTIONAL _start, OPTIONAL _end, IN _inc) be aware, however, that in this way the whole signal is retrieved in any case. If...

Hi Timo,    even if I agree with you on moving device development stuff outside main MDSplus branch (we should agree however on how doing it, in order to avoid using...

I would use Node.js https://grafana.com/tutorials/build-a-data-source-plugin/#1 Node.js thin client interface is already available in MDSplus distribution

Timo is right, it seems related to recursion that is too long. It may be caused by some loop in the node reference in the expression tree. recIsSegmented() recursively traverses...

Ok, I think we have understood. Indeed this is a circular dependency for recIsSegmented(), based on the algorithm used. I will put a fix in that routine avoiding re-visiting already...

What do you need to do exactly? MDSplus Records are almost never used if the purpose is to read PVs and store the values in MDSplus trees, use the MDSplus...

Not sure I understand what you mean. Basically the purpose of MDSplus records in EPICS IOC was a way to trigger MDSplus operation, such as performing a MDSplus action or...

We use the MDSplus EPICS interface for the current EPICS supported by ITER CODAC core system. There are some directions for building the interface in the documentation (https://imsva91-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fwww.mdsplus.org%2findex.php%3ftitle%3dDocumentation%3aUsers%3aEPICS%26open%3d1625331125204362002495%26page%3dDocumentation%252FUsers%2bGuide%252FEPICS&umid=9D8FAF5E-C6AB-7C05-86F3-AB12A4860437&auth=bd96fefaa6fd290f4fa376a16803b93f75516c9c-a55c85943151e45af2d37310a95c7e12df8ef855), but they...

Hi > > I would dearly appreciate some assistance. I'm not very familiar with > Maven, and the docs suggest that |mvn| is part of EPICS but it's an >...