- Use MATLAB's 'Import Data' feature to bring the data from your .csv file into MATLAB.
- Convert the imported data into a .mat file using the save command:
Import Modbus table in Modbus Explorer
조회 수: 17 (최근 30일)
이전 댓글 표시
Hi,
I would like to import a complete modbus table in Modbus Explorer, like a .csv, but we can only import .mat document.
Is there a way to do this or must I do this manually ? Maybe there is antoher app for modbus ?
Thank you.
댓글 수: 0
답변 (1개)
aditi bagora
2024년 11월 20일
Hi Benjamin,
It seems that you are trying to load data from a .csv file into Modbus Explorer, which requires a .mat file format. Here's a streamlined approach:
save('filename.mat','variable_name');
Once converted, you can easily import the .mat file into Modbus Explorer.
Hope this helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Modbus Communication에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!