Commit Graph

18 Commits

Author SHA1 Message Date
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
MarkRivers 1fa7d143f5 Removed functions for talking to controller, these are now in asynMotorController base class 2012-03-02 18:55:09 +00:00
MarkRivers 9809a4be5b New ACRAxis::setClosedLoop and ACRAxis::report methods; moved per-axis reporting out of ACRController::report into ACRAxis::report 2012-03-01 20:07:15 +00:00
MarkRivers ff4b0a7bec Fixed binary input and binary output for asyn R4-18 2011-10-31 20:43:39 +00:00
MarkRivers 083919e984 Fixed problem with dividing poll rates by 1000 twice; removed copy of poll periods to object, that is already done in startPoller 2011-07-13 21:49:28 +00:00
MarkRivers 0f014436ca Changed poll to have bool arg 2011-04-07 03:36:20 +00:00
MarkRivers 5e08ad36c2 Changes because asynMotorDriver was broken into asynMotorController and asynMotorAxis 2011-04-02 15:09:59 +00:00
MarkRivers bf8e72ad1b Fixed logic problem with pollPeriods being divided by 1000 twice; moved initial query of pulsesPerUnit from controller constructor to axis constructor 2011-03-31 23:01:36 +00:00
MarkRivers f3e8b3ef90 Minor documentation fix 2011-03-31 19:46:00 +00:00
MarkRivers 1a1e5caa16 Remove profile methods; add forcedFastPolls to startPoller call; add doxygen-style documentation 2011-03-31 18:23:08 +00:00
MarkRivers 0c634377a1 Add private pC_ variable; eliminate getController() method, just use pC_ 2011-03-30 15:33:28 +00:00
MarkRivers 2d46405cea Change poll times to doubles in constructor, but still int in C linkage for vxWorks 2011-03-29 22:58:32 +00:00
MarkRivers 4c3e959420 Implement ACRAxis::setPosition; fix bug in ACRAxis::stop 2011-03-29 21:27:10 +00:00
MarkRivers 9b8e53e753 Major rewrite using asynMotorAxis and asynMotorController classes 2011-03-29 17:52:57 +00:00
MarkRivers 90e665cf5a Added support for binary I/O 2011-03-23 19:25:29 +00:00
MarkRivers 567c6445d9 Many changes to get it working 2011-03-22 22:08:11 +00:00
MarkRivers b5679ec189 Many changes getting it working 2011-03-09 03:16:04 +00:00
MarkRivers bfcc04a979 New file for Parker ACR/Aries motor controllers 2011-03-08 14:00:45 +00:00