Skip to main content

Simplifying Field Service with Kickdrive's UI Panel

Using the UI Panel, you can design dynamic user interfaces with Qt Quick/QML technology. This enables you to build personalized interfaces that are intuitive and easy to use, even for those with minimal technical expertise. By representing data objects with graphic controls like dials and sliders, you can streamline the configuration process, making it accessible and efficient.
A configuration app for a standalone foil-winder unit using MovingCap

For those looking to automate tasks further, the Kickdrive Automation module supports Python scripting, allowing you to script complex sequences and integrate them into your UI Panel. This combination of Qt Quick's graphical capabilities and Python's scripting power makes Kickdrive an ideal solution for creating robust field service tools.
To get started, check out our collection of application examples, and related Kickdrive project files or ready-to-run executables available for download
One-click update tool for field-service of servo drive nodes within a finished machine.
For creating own UI interfaces like in our examples, the related Kickdrive Qt Quick developers documentation offers detailed guidance on using Qt Creator and QML code. For practical examples, explore our fullmo MovingCap drive products to see how these tools can be applied in real-world scenarios.
If you have a specific application in mind - let us know and we'll be happy to help you build it.

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