forked from epics_driver_modules/motorBase
Added to ACR notes
This commit is contained in:
@@ -58,13 +58,13 @@
|
|||||||
<p>
|
<p>
|
||||||
<b>asynMotorDriver</b> </p>
|
<b>asynMotorDriver</b> </p>
|
||||||
<p>
|
<p>
|
||||||
Changed the function callParamCallbacks(addr, addr) to callParamCallbacks(addr). This
|
Changed the function callParamCallbacks(addr, addr) to callParamCallbacks(addr).
|
||||||
will require changes to any existing drivers that derive from asynMotorDriver.
|
This will require changes to any existing drivers that derive from asynMotorDriver.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>motorSimDriver</b> </p>
|
<b>motorSimDriver</b> </p>
|
||||||
<p>
|
<p>
|
||||||
Fix bug with items not initialized in constructor. Made changes to work with fixes
|
Fix bug with items not initialized in constructor. Made changes to work with fixes
|
||||||
to asynMotorDriver described above.
|
to asynMotorDriver described above.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -81,11 +81,14 @@
|
|||||||
Mark Rivers added a new driver for the Parker ACR (including Aries) series of controllers.
|
Mark Rivers added a new driver for the Parker ACR (including Aries) series of controllers.
|
||||||
This driver uses the new asyn C++ model, i.e. it derives from asynMotorDriver.cpp.
|
This driver uses the new asyn C++ model, i.e. it derives from asynMotorDriver.cpp.
|
||||||
It has currently only been tested on the single-axis Aries controller, but it should
|
It has currently only been tested on the single-axis Aries controller, but it should
|
||||||
work on the multi-axis ACR controllers as well.
|
work on the multi-axis ACR controllers as well. The driver supports parameters beyond
|
||||||
|
the standard motor record parameters, including the jerk parameter (derivative of
|
||||||
|
acceleration with respect to time) and 32 opto-isolated inputs and 32 opto-isolated
|
||||||
|
outputs.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<h1>
|
<h1>
|
||||||
<b>Motor Record Version 6-5 Release Notice</b></h1>
|
<b>Motor Record Version 6-5 Release Notice</b></h1>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
|
|||||||
Reference in New Issue
Block a user