How to Automatically Upload AEwin .DTA Files to a Web Server Using MATLAB or Python?
显示 更早的评论
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 个评论
Christopher Stapels
2024-10-1
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
2024-10-2
Vinod
2024-10-2
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
2024-10-4
Huzaifa
2024-10-4
采纳的回答
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 Write Data to Channel 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!