Skip to main content

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:



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 very busy with building actual client applications on top of the Kickdrive software base. But the improvements from there will gradually find their way into the standard Kickdrive product. As with Docklight, we are the slow-and-steady type and intend to keep it that way.

Comments

Popular posts from this blog

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...

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...