09-08-2014 04:12 PM
Hi, im newbie on LabVIEW; ei have a school project with the ICP M-7055 module ( http://www.icpdas-usa.com/m_7055.html ); i wanna know how to communicate with this module... I found this: http://ftp.icpdas.com/pub/cd/8000cd/napdos/driver/
Someone have experience with this module?
THANKS!
09-09-2014
12:51 PM
- last edited on
10-16-2024
08:33 AM
by
Content Cleaner
Hello aacosta,
That module in particular seems that it doesn’t have any official drivers for LabVIEW but it’s built in Modbus RTU and RS-485 which both are supported in LabVIEW meaning that you need to build your own drivers for this module.
I leave you some links that will help you with this task:
Serial Communication Starting Point
You can also check the Find Examples… section in LabVIEW for some .Vis that perform Serial communication.
Hope this information works for you.