Import Modbus table in Modbus Explorer

13 visualizaciones (últimos 30 días)
Benjamin
Benjamin el 18 de Nov. de 2024 a las 15:15
Respondida: aditi bagora hace alrededor de 6 horas
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.

Respuestas (1)

aditi bagora
aditi bagora hace alrededor de 6 horas
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!

Categorías

Más información sobre Modbus Communication en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by