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