Mark Rivers

Results 84 comments of Mark Rivers

> Maybe the API for the functions the plugin uses has not changed between 6.2 and 9? 6.2 and 9 are maintained by different organizations. 9 is maintained by the...

The Ophyd code is not really a bug, since it is in a function that is explicitly called to set a plugin to block. That could be desired under some...

The documentation here ([area-detector.rst](https://github.com/bluesky/ophyd/blob/0895f9f00bdf7454712aa954ea7c7f3f1776fcb9/docs/source/explanations/area-detector.rst)) explains that the new scheme using WaitForPlugins is supported by doing the following: ***************************** To convert an existing area detector sub-class to support the new scheme...

The builds were failing because "false" was not defined. It built OK on my local system, but not on travis. I changed "false" to 0, and then the first 2...

Please don't merge this yet. The HDF5 Group developers are in internal discussions about how filter plugins should be doing memory allocation. I was told that using H5allocate_memory() and H5free_memory()...

> @kmpeters: Can the update rate of motor .RBV field be changed by a CA user? How is this controlled? I think it is controlled by a value you give...

Is there a reason you are using binary output mode when the value you are sending appears to be an ASCII string? The error could be because you are using...

It also matters what input format and output format the asyn record is using. These are the IFMT and OFMT fields documented here: https://epics-modules.github.io/asyn/asynRecord.html#input-output-control-fields

I would be interested to know what would break if RRBV, etc. were changed to double and the motor record modified accordingly. It could still treat them as integers, but...

That document needs to be completed. This is that last commit message: Author: MarkRivers Date: Mon May 25 19:45:52 2015 +0000 Removed old stuff about mar345 left over from document...