Skip to main content

A free CANopen tool for Windows - Kickdrive Zero

Flachmann & Heggelbacher, an industrial software engineering company based in Germany, have released a new Windows software tool, Kickdrive Zero, for configuration and testing of CANopen networks and devices.

Kickdrive Zero offers multiple features for CANopen networks, position drives and other motion-oriented applications in the automation industry. With a clean and easy to use interface, Kickdrive Zero provides an essential set of tools for basic configuration, setup and testing of CAN/CANopen networks and devices. A powerful CAN bus monitor is included, with advanced search and filter functionality, as well as a trace file recorder, for later review of monitored data.  Kickdrive Zero also offers a robust SDO Object Editor and a DS402 servo drive configuration tool.

The Object Editor allows importing XDD and XDC files, the standard file formats for CANopen device description and configuration. The most relevant configuration objects, which are typically only a small fraction of the whole object dictionary, can be grouped together in a separate Node Configuration panel. Configuration presets are created and stored as Kickdrive project files, which can be freely distributed along with Kickdrive Zero.

A wide range of CAN hardware interfaces is supported, including fullmo USB2drive, IXXAT USB-to-CAN and VSCOM USB-CAN, as well as CAN/USB products by Lawicel, Peak, Kvaser, Movimento, MHS and Zanthic.

Kickdrive Zero is licensed as Freeware, allowing free of charge use for both commercial and non-commercial applications.

For more complex applications, an advanced software edition is available: fullmo Kickdrive. It offers a greater set of features and much increased flexibility, while remaining accessible and simple to work with. fullmo Kickdrive is a dedicated rapid prototyping tool that allows combining smartphone-like user interfaces with servo drive configuration and control tasks. Applications include automated testing systems, one-click service tools for field service, and standalone multi-axis servo drive control. 
For more information about the Kickdrive family of products, along with software downloads and documentation, visit http://www.kickdrive.de.

About Flachmann & Heggelbacher:
Flachmann & Heggelbacher is a software engineering company established in 1998, based in Neuried, Germany. Specializing in industrial projects and system integration, the firm has earned much acclaim for its Docklight software tool for testing, analysis and simulation of serial communication protocols. The new Kickdrive software family is developed in partnership with fullmo GmbH, Markdorf, Germany, and complements fullmo’s range of highly innovative linear and rotary servo drive products.
Flachmann und Heggelbacher GbR
Waldkirchbogen 27
D-82061 Neuried, Germany
Phone +49 89-38169745-2
Fax +49 89-38169745-9
http://www.kickdrive.de

Comments

Popular posts from this blog

Free CANopen windows tool updated (and fullmo Kickdrive, too)

During the winter break we freshened up our Kickdrive software releases. So new versions v2.0 are available for  Kickdrive Zero, our freeware CANopen windows tool. fullmo Kickdrive, which allows you to do so much more .  You can grab a copy of the updated software from here: http://kickdrive.de/en/index.html?download.htm Changes include: Added support for CANopen data types REAL32 and  OCTET_STRING  Windows 10 compatibility adjustments(especially for fullmo USB2Drive hardware) Baud/Node scan uses now "Reset Nodes" instead of "Start Nodes" Object Editor: Export actual values to .xdc and additional formats (.csv, .cdcf, .txt) The UI Panel now uses the updated QML2 language Other minor corrections and fixes. For a complete overview see the Kickdrive Release Notes .  We'd like to thank the Kickdrive users for their encouraging and helpful feedback. We do realize that Kickdrive releases come a bit slowly. This is because we are v...

Decoding CAN/CANopen logs using your favorite AI prompt

One of the most useful things about text-based AIs like GPT is that you can hand them a piece of data and ask them what they see.  Kickdrive's own support bot can provide great answers, at least for a limited portion of a CAN Monitor log, since the maximum input length for our support bot is limited. For the little test below, I relied on a regular ChatGPT prompt, and the result was almost spot on. In short... TL;DR GPT or any other (coding) AI is an extremely efficient way to look at CAN bus frame data. It will give you all the high-level information, and more.  BUT - you as the developer should still verify what you are doing and know the specifics. Because if the log contains unexpected / unusual data - in our case a vendor specific object number in the 0x3500 range - GPT will present an incorrect answer with the same confidence as a real answer. The ChatGPT prompt Here is the prompt I used after a  Kickdrive  customer asked about how the  Scan  functio...