Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Feb 11, 2020
1 parent bcda8f7 commit d368dc2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
===

# ECMC master

* Add custom motor record driver (asynMotor) implementation in order to improve realtime performance
* added iocsh commands (same syntax as EthercatMC):
1. ecmcMotorRecordCreateController(portName, // Asyn port name for asyn com with ecmcMotorRecord
MotorPortName, // Not used. Kept to keep syntax same as EthercatMC
numAxes, // Not used. Kept to keep syntax same as EthercatMC
movingPollPeriod, // Poll period when moving [ms]
idlePollPeriod, // Poll period when idle [ms]
optionStr) // Options (execute "ecmcMotorRecordCreateController" in iocsh to see available options)
2. ecmcMotorRecordCreateAxis(controllerPortName, // Same as portName for controller
axisNo, // Axis index
axisFlags, // Options mainly for powering axis.
axisOptionsStr) // Options (execute "ecmcMotorRecordCreateAxis" in iocsh to see available options)
* Note: EthercatMC is still supported and can be used like before

# ECMC 6.0.2

* Add iocsh commands "ecmcGrepParam()" and "ecmcGrepRecord()"
Expand Down

0 comments on commit d368dc2

Please sign in to comment.