Home

Awesome

TLDR 🌊

Provide a swiss knife for Beckhoff | New Automation Technology | Beckhoff Worldwide development, main functionalities are listed below:

About 😸

This software is modified from randolfly/LabDataToolbox (github.com), which is mainly used to handle problems in such cases:

  1. TwinCAT scope sometimes weirdly causes Windows crash...
  2. I want to have a lightweight version of TwinCAT scope
  3. I want to check/modify a symbol value with a nicer UI than default HMI

If you encounter such problems, welcome to try this toolbox!

This toolbox has such characteristics:

  1. developed by native language, have small memory usage(about 200MB) and running stable
  2. supports comprehensive data acquisition features, including
    1. visual data selection
    2. real-time data backup
    3. dynamic display of data during the acquisition process
    4. customizable data storage types(csv and mat)

Functions Overview 🐢

Connection to TwinCAT πŸ”

basic ui

Real-Time Data Log and Plot 🍟

pop up plot data windows

After clicking the "End Data Acquisition" button to complete the data collection, all the data results from the experiment will be displayed. The following is a screenshot of an experimental data set lasting approximately 700 seconds. The interface provides the following functions:

Additionally, the log data will be storage to the specified directory, 2 types of log are supported:

Temporary data recorded during the operation is stored in %AppData\Local\TwincatToolbox\tmp. This data will be automatically deleted after the data recording is completed.

The software configuration file is: %AppData\Local\TwincatToolbox\TwincatToolbox.json.If you need to migrate to a new computer, you can copy this file to transfer the data.