ClearCore Library
Loading...
Searching...
No Matches
ClearCore Library

Introduction

ClearCore is an industrial motion and I/O controller featuring flexible, software-configurable I/O with a rich C++ Motion and I/O library. This document serves as a reference guide for the library and the variety of functions used to interface with and control your ClearCore in a motion control application.

For ClearCore hardware documentation, including device specifications and I/O wiring examples, see the ClearCore System Diagram.

To get started, follow Getting Started with ClearCore. SDK example projects and a Project Template can be found in the PC program files after installing for Microchip Studio.
C:\\Program Files (x86)\\Teknic\\ClearCore-Library x.x [where x.x is the version number]

Informational Pages

Connectors

Connector functionality checklist

Status

Behavior on Powerup / Resetting

  • When the ClearCore first powers up, the last-uploaded code will start executing immediately. If no code has been uploaded yet, or if the chip was erased, the ClearCore will start up in bootloader mode. See Program Initialization and Bootloader Mode for more information.
  • Pressing the reset button once will restart execution of user code. Quickly double-pressing the reset button will reset the ClearCore into bootloader mode.

Arduino Reference

Hardware Reference