Commit Graph

28 Commits

Author SHA1 Message Date
kpetersn 5189abaf68 Updated documentation for R7-1 2019-08-13 16:05:10 -05:00
kpetersn 8bf48f992e Added note about EPICS base versions. 2019-04-19 10:16:32 -05:00
kpetersn 32dd84f4f2 Updated R7-0 release date. 2019-04-19 10:04:00 -05:00
kpetersn fe070f67b6 Changed the date format to YYYY-MM-DD 2019-04-19 10:02:52 -05:00
Kevin Peterson 1b381267c3 Updated RELEASE.md
Changed phrasing and added emphasis.
2019-04-18 16:50:05 -05:00
Kevin Peterson d06e182411 Update RELEASE.md
Fixed the table
2019-04-18 16:42:11 -05:00
kpetersn effbd1af18 Added R7-0 to RELEASE.md 2019-04-18 16:38:53 -05:00
kpetersn dda978d6aa Updated index.html 2019-04-18 15:39:15 -05:00
kpetersn 91c0b96a72 Updated index.html 2019-04-17 15:50:42 -05:00
kpetersn 78883155b5 Updated modification date on motorRecord.html 2019-04-17 14:58:09 -05:00
kpetersn a26623048f Updated notice in RELEASE.txt 2019-04-17 14:57:07 -05:00
kpetersn 4c401140d8 Simplified the Files section 2019-04-17 14:55:38 -05:00
kpetersn b97dc3edff Order the controller manufacturers alphabetically 2019-04-17 12:10:50 -05:00
kpetersn b62ab38f02 Updated motorRecord.html to contain links to driver repos, which will be the definitive location for the list of supported controllers. 2019-04-17 12:01:54 -05:00
kpetersn 8825ef22a2 Use bullets instead of roman numerals. 2019-04-16 12:13:21 -05:00
kpetersn 8b031327f7 Added links to RELEASE.md 2019-04-16 12:06:13 -05:00
kpetersn 27c6a6a2c1 Added docs/RELEASE.md; Moved README to docs/RELEASE.txt 2019-04-16 11:43:36 -05:00
kpetersn 8f9d18e008 Removed AerotechSrc; Added motorAerotech submodule 2019-04-11 12:59:05 -05:00
kpetersn 88079ac80c Corrected R6-11's release date. 2018-12-12 10:54:19 -06:00
kpetersn e704f89f23 Added R6-11 documentation 2018-12-12 10:52:25 -06:00
kpetersn 2a7544a7a0 Corrected SPDB documentation in motorRecord.html. Added SPDB to basic_motor_settings.req 2018-12-12 10:40:44 -06:00
Torsten Bögershausen 0ea2d9ec87 Add field SPDB, "Set Point Dead Band"
This is from Matthew Pearson, pearsonmr@ornl.gov

A number of users and staff have requested that the motor record have a
setpoint deadband field (eg. SPDB), which prevents any motion from
happening if the readback position is within SPDB.
Without a SPDB we have issues with motors moving unnecessarily.

For example, if the RBV is 0.001 and we set VAL to 0.0, if we have a
non-zero backlash correction then the motor will move unnecessarily
to take out backlash.
Even without backlash correction we often enable and disable the
drive amplifier for no good reason.

Currently the effective setpoint deadband is equal to MRES,
but this is often too small to be an effective setpoint deadband.

The new SPDB field would default to 0.0

The new code hooks into do_work():
When the new setpoint is within DPDB, set too_small and don't move.

The new code does not use snipptes like "abs(npos - rpos)", these
already produce warnings on 64 bit sytems.
abs() is declared to work on int, but we feed long values.
Simply compare the coordinates in engineering units.
2018-11-20 08:51:49 +01:00
Mark Rivers 8b5d5f92bd Added note at the end that the file is incomplete 2018-08-25 17:14:47 -05:00
kpetersn 4fb9e1c934 Changes to motor_notes.txt from Ron Sluiter on 2018-01-10 2018-08-08 16:18:48 -05:00
kpetersn 70b489f2de Corrected my email address. 2018-08-03 09:51:53 -05:00
kpetersn d739f5c1dd Use github pages links instead of htmlpreview links 2018-08-01 13:37:13 -05:00
kpetersn 3b75e3096f Renamed motor.html to index.html so that it can be used with github pages. 2018-08-01 13:26:17 -05:00
kpetersn fd4641f267 Renamed documentation directory so that it can be used with github pages. 2018-08-01 13:23:40 -05:00