How to Automatically Upload AEwin .DTA Files to a Web Server Using MATLAB or Python?
Show older comments
Hello everyone,
I am working on automating the upload of Acoustic Emission data collected via AEwin, which stores data in .DTA format. My goal is to:
- Automatically process the .DTA files generated by AEwin.
- Extract key data from these .DTA files.
- Upload this data to a web server (such as ThingSpeak or a custom server) in real-time.
What I Have Tried:
- Python: I’ve tried reading the .DTA file using the MistrasDTA Python library, and encountered the error.
- MATLAB: While I haven’t tried MATLAB yet, I am wondering if it could be a better alternative for extracting data from .DTA files and uploading it to a server.
My Questions:
- Has anyone successfully processed AEwin .DTA files in MATLAB? If so, what functions or toolboxes are recommended for this task?
- Is there a way to automate this process fully (i.e., automatically upload the data to a web server whenever a new .DTA file is created)?
- Any suggestions or examples of how to integrate this workflow between AEwin and a server would be greatly appreciated.
Thank you in advance for any help or suggestions you can offer!
5 Comments
Christopher Stapels
on 1 Oct 2024
Not familiar with the format but does this File Exchange entry help? https://www.mathworks.com/matlabcentral/fileexchange/111795-aewin-acoustic-emission-continuous-waveform
Huzaifa
on 2 Oct 2024
Vinod
on 2 Oct 2024
Can you please provide more details? What generates these files? How is the generation automated? What happens once the files are uploaded online? What is the end goal - just move storage of the file from local machine to the cloud?
Huzaifa
on 4 Oct 2024
Huzaifa
on 4 Oct 2024
Accepted Answer
More Answers (0)
Communities
More Answers in the ThingSpeak Community
Categories
Find more on Write Data to Channel in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!