archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
40 stars 39 forks source link

Retrieval requests for PVName.VAL do not work if we use a post processing operator. #87

Closed slacmshankar closed 5 years ago

slacmshankar commented 5 years ago

The archiver does treat PVName and PVName.VAL as the same PVTypeInfo if the request for data is not enclosed in a post processing operator. However, if a postprocessing operator is used, then, requests for PVName.VAL fail with no data.

slacmshankar commented 5 years ago

Fixed in the code base; will be fixed in the next build.

Thanks to Gaudenz for helping isolate this issue.