MyTooliT / ICOc

ICOc is a tool to control the ICOtronic system, acquire data, and test stationary transceiver units and sensory tool holders.
https://mytoolit.github.io/ICOc/
2 stars 0 forks source link

User Interface: Setting Interval Time Does not Work #20

Closed sanssecours closed 3 years ago

sanssecours commented 3 years ago

Description

Setting the interval time to split (acceleration) log files does not seem to work.

Steps to Reproduce

  1. Start ICOc

    icoc
  2. Connect to the first STH using the keys 1 and

  3. Change the interval time: r

    • Set the runtime to 10 seconds
    • Set the interval time to 5 seconds
  4. Start the data acquisition: s

  5. Wait until the data acquisition is finished

Expected Result

The root dictionary of the repository contains two new text files that contain the measured acceleration data.

Actual Result

The root dictionary of the repository contains one text files that contains the measured acceleration data.

Additional Information

The problem here seems to be the minimum required time. The minimum interval time seems to be 11 seconds. This is also reflected in the user interface shown after step 2 and step 3. The interval time stays at 0s (i.e. no segmentation), if you specify an interval time of 10 seconds or lower.