Import Modbus table in Modbus Explorer

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.

답변 (1개)

aditi bagora
aditi bagora 2024년 11월 20일

0 개 추천

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:
  1. Use MATLAB's 'Import Data' feature to bring the data from your .csv file into MATLAB.
  2. Convert the imported data into a .mat file using the save command:
save('filename.mat','variable_name');
Once converted, you can easily import the .mat file into Modbus Explorer.
Hope this helps!

댓글 수: 1

Benjamin
Benjamin 2025년 1월 31일
Thank you for your answer, and I'm sorry for taking so long time to read it.
It seems that i can also open a modbusregister.mat un matlab and juste copy/past in it.
I keep the 'import Data' in minde !

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Modbus Communication에 대해 자세히 알아보기

제품

릴리스

R2024b

질문:

2024년 11월 18일

댓글:

2025년 1월 31일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by