Commit Graph

2043 Commits

Author SHA1 Message Date
MarkRivers 04c79bf98a Added writeAgilis methods which add delay on Linux; add velocityToSpeedCode 2013-04-15 20:47:53 +00:00
MarkRivers 34d05d5671 Added writeAgilis methods which add delay on Linux 2013-04-15 20:46:51 +00:00
MarkRivers e1036639b4 Changed stepSize_ which was unused to forwardAmplitude_ and reverseAmplitude_ 2013-04-15 17:31:15 +00:00
MarkRivers 05399e3822 Changed stepSize_ which was unused to forwardAmplitude_ and reverseAmplitude_ 2013-04-15 17:24:13 +00:00
MarkRivers fd8eb2d1f6 Improved comments, changed stepSize to forwardAmplitude and reverseAmplitude 2013-04-15 17:23:17 +00:00
MarkRivers 38c6ab39bf Added Agilis driver 2013-04-15 16:38:06 +00:00
MarkRivers 58fc25215a Added Agilis driver 2013-04-15 16:37:53 +00:00
MarkRivers fe78be904f New driver for Newport Agilis piezo controllers 2013-04-15 16:37:05 +00:00
MarkRivers e06ac84670 Added dllPath.bat to svn:ignore 2013-04-15 16:34:09 +00:00
MarkRivers c1e1f29fa4 Added commented out Windows arches 2013-04-15 16:33:38 +00:00
MarkRivers 35c8fb22f2 New file 2013-04-15 16:30:04 +00:00
timmmooney 792ab62f9f mind motor speed, accel limits, only one task sends output pulses, honor user-specified range within which pulses are sent 2013-04-08 20:20:18 +00:00
timmmooney ebc08a53d0 define MSGSIZE, epicsMotorVELO, epicsMotorVMAX, epicsMotorVMIN, epicsMotorACCL 2013-04-08 20:16:06 +00:00
kmpeters b1411823a2 Forgot to include HXP_extra.db in the last commit of changes to HXPDriver.cpp 2013-03-22 18:04:23 +00:00
kmpeters a37a48a308 Created HXPMoveCoordSys_ param to allow Newport hexapod to move in both the Tool and the Work coordinate systems. 2013-03-22 17:58:20 +00:00
kmpeters 55268e7dd7 Added simple, asyn (phase-3) driver for Newport Hexapod. Needed to prefix the calls in hxp_drivers.cpp with HXP to avoid conflicts with XPS_C8_drivers.cpp. 2013-03-20 20:06:21 +00:00
MarkRivers 911e7a0015 Changed logic for determining move complete so it works with multi-axis groups. Previously it used GroupStatusGet, which only says the group is moving. Now it looks for the response on the moveSocket_, which will happen when the axis gets done 2013-03-13 19:51:45 +00:00
MarkRivers 9a7bd8bf33 Changed deferred flags from int to bool 2013-03-13 19:49:35 +00:00
MarkRivers 88f814d5eb Changed deferred flags from int to bool 2013-03-13 19:49:01 +00:00
kmpeters 414d9b4a41 Fixed bug when setting position in SMChydraDriver.cpp 2013-02-21 22:10:06 +00:00
MarkRivers 1aa6fb9dd0 Change to allow building dynamically on WIN32 2013-02-18 21:27:48 +00:00
MarkRivers f784e8d0a3 Change to allow building dynamically on WIN32 2013-02-18 21:20:53 +00:00
MarkRivers 5e4a247a97 Comment out compiler flags that are not portable to non-GCC compilers 2013-02-18 21:18:31 +00:00
MarkRivers f3b6b7ae18 Change to allow building dynamically on WIN32 2013-02-18 21:13:16 +00:00
MarkRivers 111b3320ec Change to allow building dynamically on WIN32; fixed buffer overflow error 2013-02-18 21:04:12 +00:00
MarkRivers c0ae51db05 Change to allow building dynamically on WIN32 2013-02-18 21:03:48 +00:00
MarkRivers 5c7ceaa980 Fix asynPrint format error 2013-02-18 20:53:20 +00:00
MarkRivers ba6180de38 Changes to allow dynamic building on WIN32 2013-02-18 20:52:46 +00:00
MarkRivers 0269d5e5f6 Changes to allow dynamic building on WIN32; fix missing arguments in asynPrint 2013-02-18 20:52:09 +00:00
MarkRivers d39e479146 Changes to allow dynamic building on WIN32; fix missing arguments in asynPrint 2013-02-18 20:51:42 +00:00
MarkRivers 1d15bf8c4c Changes to allow dynamic building on WIN32 2013-02-18 20:51:04 +00:00
MarkRivers 6a093ed8aa Changes to allow dynamic building on WIN32 2013-02-18 20:50:49 +00:00
MarkRivers b7386e6ecf Fixed data type error 2013-02-18 20:50:16 +00:00
MarkRivers b02b1cf8ba Changed order of including files so that epicsExport.h is effectively last; needed for dynamic builds on WIN32; change some debugging code so all variables are defined in Debug statements, needed on WIN32 2013-02-18 20:19:20 +00:00
MarkRivers a5c1b78b5b Changed order of including files so that epicsExport.h is effectively last; needed for dynamic builds on WIN32 2013-02-18 20:18:20 +00:00
MarkRivers 9794e08403 Changed order of including files so that epicsExport.h is effectively last; needed for dynamic builds on WIN32 2013-02-18 20:17:57 +00:00
MarkRivers 2acc3915c1 Changed order of including files so that epicsExport.h is effectively last; needed for dynamic builds on WIN32 2013-02-18 20:17:27 +00:00
MarkRivers 39e9007f65 Fixed location of #include <epicsExport.h> to allow building on WIN32 dynamically 2013-02-18 19:31:17 +00:00
kmpeters 8c87ec9b9a Changed stepsPerUnit from an int to a string in drvXPSAsyn.{c,h} 2013-02-11 21:35:35 +00:00
timmmooney 70badee125 oms_LIBS -> omsAsyn_LIBS 2013-01-29 19:09:56 +00:00
Ron Sluiter 807d8c1d98 Support for motor record raw actual velocity (RVEL). 2013-01-02 22:51:49 +00:00
kmpeters 964b585840 Modified devMotorAsyn.c so that moveRequestPending is incremented when jogging. 2012-12-21 19:30:11 +00:00
kmpeters 9df1baeb5c Reverted some of the changes to SMChydraDriver.cpp from r15724 (simulating direction bit and setting motorStatusCommsError). 2012-12-21 19:25:56 +00:00
kmpeters 3b4a24ea82 Set more status bits in the SMChydra poller. 2012-12-17 23:18:58 +00:00
MarkRivers 846e1247ed Changed commands to turn off echoing to ECHO 4, which works on all controllers; minor changed to avoid compiler warnings 2012-12-14 17:58:48 +00:00
kmpeters 4fbdba5abf Added registrar statment for SMC hydra to devMicos.dbd 2012-12-13 16:36:18 +00:00
kmpeters 231ff538bc Improved SMC hydra example configuration. 2012-12-12 22:53:27 +00:00
kmpeters fedf94a377 Modifed SMC hydra support to set deceleration before aborting a move. Also added EOS config to SMC example. 2012-12-12 21:50:20 +00:00
kmpeters 38c61e12cd Added support for Micos SMC hydra. 2012-12-12 20:26:52 +00:00
MarkRivers 3e1e15a0f7 Turn off some warnings on Linux 2012-12-06 22:24:05 +00:00