Skip to main content

New releases in 2015 / SPC IPC Drives 2014

We are currently working on updates and improvements for the Kickdrive software tools. The past months have been very busy already, but more focused on custom applications and building drive applications with fullmo MovingCap components and Kickdrive UI Panel applications.

New fullmo Kickdrive and Kickdrive Zero releases are planned for March. In the meanwhile, here are some pictures about the MovingCap/ Kickdrive hardware and software kit set shown at the SPS IPC Drives fair in November.

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

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