05-06-2010 10:29 PM
Hi,
I am using WLS 9163 with 9481 D/O module and developed a simple VI (attached here) to switch circuit breakers. If run this VI in computer it works well but when i run this VI (that contain DAQmx lib) in RT 9074 it gives an error fail to load nilvaiu.dll in RT target as DAQmx drivers are not installed on RT 9074.
I would like to know if it is possible to run this VI in RT, if yes then how to fix it. FYI i m using Labview ver 9.0.1 , DAQmx 9.0.2 and cRIO 3.4 .
Will appreciate your comments.
Regards,
Nutkani
05-07-2010 12:00 AM - last edited on 03-18-2024 04:30 PM by Content Cleaner
05-07-2010 12:19 AM
Thanks for reply but seem you replied without reading what i asked for.
i mentioned Vi works well when i run in computer, this error while running on RT. Btw, i have throughly read the relevant post here on forum
05-08-2010 07:11 PM - last edited on 03-18-2024 04:33 PM by Content Cleaner
CompactRIO doesn't support DAQmx.
If you wish to do remote I/O with CompactRIO, you need to use 9144, https://www.ni.com/en-us/support/model.ni-9144.html, or WSN
Another option is to have one host to communicate with 9481, and communicate with 9074 via shared variable.