Skip to content

Releases: Teknic-Inc/ClearCore-library

1.7.0

15 Aug 15:22
Compare
Choose a tag to compare

Documentation (Doxygen) Updates

Library Updates

  • Improved brake control logic to prevent unintended movement on motor power-up

Code Example Updates

  • Change Third-party SD examples to use CLOCK_RATE_LOW instead of CLOCK_RATE_NORMAL for increased compatibility
  • Updated Microchip Studio example projects to compile correctly in Release mode
  • Fix examples that were not properly waiting for Move Done

1.1.104

06 Sep 19:33
Compare
Choose a tag to compare

1.1.103

04 May 18:37
Compare
Choose a tag to compare

Fixed a StepGenerator bug when issuing velocity moves while the current velocity move was changing direction.
Fixed MicroChip example programs to have the proper startup project selected.
Dcoumentation clarifications.

1.1.102

26 Mar 20:38
Compare
Choose a tag to compare

Added installation instructions to the documentation.
Updated documentation for the new MotorDriver features.
Fixed a memory leak when the EthernetTcpClient closes connections.

1.1.100

05 Feb 20:40
Compare
Choose a tag to compare
1.1.100 Pre-release
Pre-release

Notable changes in the 1.1.100 release:

  • EncoderInput class: DigitalIn connectors DI6/DI7/DI8 function as the encoder A/B/I signals.
  • MotorDriver feature: Update Enable/InputA/InputB states based on DigitalIn/CcioPin connector states.
  • MotorDriver feature: Brake output signal asserts a given DigitalInOut/CcioPin when the motor is disabled.
  • MotorDriver feature: E-Stop and limit switches can stop motor motion based on DigitalIn/CcioPin state.
  • NvmManager will now block writing to the NVM if the supply voltage is below 20V.
  • DigitalIn improvement: FilterLength can now be specified in milliseconds or samples.

1.0.101

18 Jun 20:46
Compare
Choose a tag to compare
  • Documentation Cleanup
  • Positional moves now can be issued when there is a move in motion
  • Divided the ClearPathModeExamples by example type

Release 1.0.100

28 May 16:25
Compare
Choose a tag to compare
Initial release