Kevin Peterson
Kevin Peterson
I'm testing this pull request with using the following databases in the motorMotorSim example IOC, which implements the soft motor example from the motor documentation and links an mbboDirect record...
> About the STOP: I need to check, if we want to have this functionality ? I don't understand the use-case for the MINP field, if we don't want the...
I'll do some testing with an external stop calcout record.
> I'll do some testing with an external stop calcout record. This updated `SoftMSTA.db` works reasonably well with simulated motors: ``` record(motor, "$(P)$(SM)") { field(MINP, "$(P)$(SM):msta NPP NMS") } record(mbboDirect,...
> @kmpeters > Do I understand that right: > The motorRecord.cc allows to move forward, when the HLS is active ? > That feels like a bug to me. @tboegi,...
Implementing hardware-limit enforcement in the soft-channel device support will likely require the direction bit to be set properly, which is also not implemented.
I think that it makes sense to take into account the New Target Monitor field (``NTM``) of the motor record: https://epics.anl.gov/bcda/synApps/motor/motorRecord.html#Fields_misc If ``NTM`` is ``YES``, the ``JOGF=1`` overrides the previous...
I can see why applying ``NTM`` to jogs could be surprising to a user. If I was the user and I issued a ``JOGF=1`` while the ``JOGR=1`` is in progress,...
> @anjohnson, @kmpeters: > Something in that style ? > [EuropeanSpallationSource@731571e](https://github.com/EuropeanSpallationSource/motor/commit/731571ec6a81296fcf30f27a4874b32fa638d117) > > I can rebase it onto the master branch and make a proper PR This looks good to...
> I stumbled accross the same problem while working with a piezo stage. My feeling is that we could add additionally fields in double. This is what the existing model...