Commit Graph

2482 Commits

Author SHA1 Message Date
jemian 31d71d097a switch to absolute URLs for now 2015-11-25 10:55:18 -06:00
jemian a7a433d63e main module documentation, as referenced from http://www.aps.anl.gov/bcda/synApps 2015-11-25 09:53:57 -06:00
Pete R Jemian d7a1258477 Merge pull request #7 from EuropeanSpallationSource/epics-modules-master-remove-svn-keywords
Remove all lines with svn keywords, fixes #6
2015-11-24 18:10:19 -05:00
Torsten Bögershausen 532afdc5a0 Remove all lines with svn keywords
They have no meaning in Git, are not updated and may cause unwanted diffs when
otherwise nothing is changed in a file
2015-11-23 08:23:12 +01:00
Pete R Jemian 73b5529fcb typo 2015-11-20 18:23:52 -06:00
prjemian 204515c143 Introduce end-of-line normalization 2015-10-16 12:31:42 -05:00
prjemian 04055819c1 initial commit after move from APS SVN 2015-10-16 12:31:42 -05:00
Ron Sluiter 7fce903a82 Added the "ReverseDirec" parameter to the logic for setting of "HomeSetup" parameter. 2015-10-14 16:18:58 +00:00
Ron Sluiter 8c13d7bfe8 Added the "ReverseDirec" parameter to the logic for setting of "HomeSetup" parameter. 2015-10-14 16:15:01 +00:00
Ron Sluiter 82eb77fa19 Bug introduced with -r 19129; change made to eliminate call to maybeRetry() removed DMOV check. Restored DMOV check. 2015-07-30 16:56:08 +00:00
Ron Sluiter 3090983c31 Bug fix for target position (VAL/DVAL/RVAL) initialization error when the motor record is configured to do retries. 2015-07-29 15:50:23 +00:00
timmmooney ac900b9061 Make syncTargetPosition() correctly handle URIP=True 2015-07-28 17:15:06 +00:00
jkirchman 5bc4fe5175 Change direction field to UP since it requires this, as well as the startBit=0 and endBit=15 which was already changed. 2015-07-13 21:19:55 +00:00
timmmooney 52e9024695 2015-07-10 16:46:16 +00:00
timmmooney fa546f5528 changed so that CaQtDM translation works without modification. (MEDM's default, sbit=15,ebit=0, isn't permitted by CaQtDM.) 2015-07-10 16:38:30 +00:00
timmmooney e41173473e Made startPosDial and endPosDial react automatically (CP link) to changes in motor.OFF and motor.DIR
Parameterized the axis foe PSO commands with $(AXIS=X)
2015-06-29 20:49:00 +00:00
Ron Sluiter 1053af6b60 Valid addresses start at zero for the A24 and A32 VME address spaces. 2015-06-26 20:21:26 +00:00
MarkRivers 9e55d9cc0f Fix location of include file 2015-05-28 19:34:25 +00:00
MarkRivers 8dff95075e Fixes to be like XPS_C8_drivers, build on windows dynamic debug 2015-05-28 19:33:30 +00:00
MarkRivers d0b32fa951 Fixed problem with include files, did not work on win32-x86-debug 2015-05-28 18:35:43 +00:00
MarkRivers d01040c7c3 Removed old stuff about mar345 left over from document creation; document is still very incomplete 2015-05-25 19:45:52 +00:00
Ron Sluiter 311b6f6ad9 Replaced misleading omsSetup() argument comment. 2015-05-07 13:34:18 +00:00
MarkRivers 921e70fd1a Replace strtok_r, removed in error 2015-05-06 17:34:19 +00:00
MarkRivers 327b3ee9d5 Fixed location of epicsExport to build on Cygwin 2015-05-06 17:21:25 +00:00
MarkRivers 368eca3925 Fixed location of epicsExport to build on Cygwin 2015-05-06 16:47:20 +00:00
Ron Sluiter 0038888a6c Same as previous modification ("distinguish between seq-2-1 and seq-2-2") for WithAsynVx_LIBS 2015-05-04 18:58:35 +00:00
Kurt Goetze 847402d758 status display for 120 motors 2015-04-30 21:51:17 +00:00
Ron Sluiter a52ec2f62f - Removed "Task number" argument from A3200AsynConfig and switched to using Task #2 for the ASCII Interface. Task #3 is used to clear Task #2 errors and ABORT axis moves issued by Task #2.
- Deleted duplicate A3200 Setup and Config arguments from AerotechRegister.cc.
- Switched from "LINEAR" TO "MOVE[ABS/INC]" commands.
- Added delays to motorAxisMove() and motorAxisVelocityMove() so controller has time to set MoveDone false before the 1st status update.
- Added axis name to "RAMP RATE" command.
2015-04-30 14:31:32 +00:00
timmmooney 73eea6e747 distinguish between seq-2-1 and seq-2-2 2015-04-29 14:59:39 +00:00
jsullivan-anl 702bdcc6ad create 96 channel motorStatus screen 2015-04-28 17:06:13 +00:00
Ron Sluiter dadd065bdc Update MAXv limit true state command 2015-04-21 21:25:28 +00:00
Ron Sluiter 6fa4ac9c95 Re-format only; tabs to spaces. No code changes. 2015-04-03 15:14:33 +00:00
kmpeters 47ceb0166b Updated README to include changes to the location of Aerotech
and Newport sequence-program registrar statements.
2015-03-26 14:49:21 +00:00
kmpeters ff82293e58 Moved the Newport and Aerotech sequence-program registrars
to a dedicated dbd file so can be properly omitted from the
build when SNCSEQ isn't defined.
2015-03-26 14:18:53 +00:00
kmpeters e31dde4ce5 Only build HytecSrc if IPAC is defined 2015-03-25 19:52:38 +00:00
kmpeters 88ccc442c3 Only build EnsembleTrajectoryScan.st if SNCSEQ is defined 2015-03-25 19:47:47 +00:00
MarkRivers a271ecd7db Change to allow building on Windows 2015-03-25 18:45:11 +00:00
MarkRivers 026c7603de Removed positon offset, it was causing too many problems; now the dial coordinate is what the CONEX reports 2015-03-25 18:16:54 +00:00
MarkRivers 85013c6fa0 Fixed error 2015-03-21 22:18:54 +00:00
MarkRivers 627b5c1191 Fixed error 2015-03-21 22:11:41 +00:00
MarkRivers 01da70ef67 Swap min and max in both set and get for position compare 2015-03-21 22:05:02 +00:00
MarkRivers 3199fa8467 Fixed drvInfo 2015-03-21 21:56:50 +00:00
MarkRivers 41e83857b9 Removed TIMEOUT 2015-03-21 21:53:39 +00:00
MarkRivers 53f1be5de9 Fixed error 2015-03-21 21:50:44 +00:00
MarkRivers 780d12329d Added resolution, direction and offset records 2015-03-21 21:50:25 +00:00
MarkRivers 8049aeffd2 Improve error messages 2015-03-21 21:43:05 +00:00
MarkRivers 3b49d165fd Fix bug with min and max positions 2015-03-21 21:38:56 +00:00
MarkRivers d091a09175 Moved resolution, direction, and offset records from profileMoveAxis.template to asyn_motor.db 2015-03-21 21:28:51 +00:00
MarkRivers 102f74b584 Changed resolution, offset and direction parameters from being profile move parameters to being general parameters that any driver can have access to 2015-03-21 21:22:24 +00:00
MarkRivers a73b3807fa Changed position compare functions to work in motor record units 2015-03-21 21:19:19 +00:00