Program is a simple windowed application written in C++ using the gdiplus.h library for visualizing data from a log file.
Features:
- Data Loading: The program automatically loads data from the "outputRobotForwardA02.log" file, which contains data from three axes of motion.
- Drawing: Users can choose which data to draw (x, y, z axes, vector sum, or all simultaneously) using buttons.
- Parameter Modification: Users can modify drawing parameters such as time axis, amplitude, drawing step, and data offset.
- Average Calculation: The program allows calculation of the average acceleration value g.
- Timer: An option to enable and disable a timer, which automatically shifts the data view, is available.
- Displaying Information: The program displays information about the number of steps, step time, and idle time.
