Data Acquisition of VFD from cDAQ in MATLAB

3 visualizaciones (últimos 30 días)
Yashaswini
Yashaswini el 20 de Abr. de 2023
Comentada: Walter Roberson el 21 de Abr. de 2023
I am have cDAQ of NI, I need to aquire data from VFD (132F 0002 danfos) connected to a three phase induction motor, I am new to use cDaq and VFD , i need idea of configurating daq to vfd and matlab, so as to fetch the data and simulate further

Respuesta aceptada

Walter Roberson
Walter Roberson el 20 de Abr. de 2023
You need an RS485 based MODBUS interface to talk to that device. You might be able to find a cDAQ device that can handle that, but there are alternatives such as discussed at https://www.mathworks.com/help/supportpkg/arduino/ref/arduino-example-modbus-rs485.html?searchHighlight=rs485%20&s_tid=srchtitle_rs485%2520_17
On the MATLAB side you could use the Test and Measurement toolbox, which has modbus functions built in https://www.mathworks.com/help/icomm/ug/create-a-modbus-connection.html
The device you are using appears to be https://store.danfoss.com/ca/en_US/Drives/DrivePro%C2%AE-Services/Exchange-Units/FC-051PK37S2E20H3XXCXXXSXXX/p/132F0002 which has an RS485 interface but does not have an ethernet interface (MODBUS is usually RS485 or else TCP). So the interface between your host and RS485 has to be figured out. I see some sites offering USB to RS485 convertors, and that might be good enough for your purposes when used with Test and Measurement
  4 comentarios
Yashaswini
Yashaswini el 21 de Abr. de 2023
hi , can you please tell me how can i communicate then, do i get continous data from VFD
Walter Roberson
Walter Roberson el 21 de Abr. de 2023
See modbus from the Industrial Communication Toolbox (previously known as the Instrument Test Toolbox)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre C2000 Microcontroller Blockset en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by