Data Acquisition of VFD from cDAQ in MATLAB
3 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Walter Roberson
2023-4-20
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 个评论
Walter Roberson
2023-4-21
See modbus from the Industrial Communication Toolbox (previously known as the Instrument Test Toolbox)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!