LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting NI Daq to Daq MX

I need help converting NI Daq VIs to equivalent Daq Mx VIs.

 

0 Kudos
Message 1 of 7
(3,484 Views)
You should be able to right lick on T-DAQ VIs > Replace with their DAQmx counter part
Andy Chang
National Instruments
0 Kudos
Message 2 of 7
(3,482 Views)

Let me google that for you...

 

Aha!: 

 

http://zone.ni.com/devzone/cda/tut/p/id/4342

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 4 of 7
(3,474 Views)

I am using Version 8.6

There is no option to right click on TNI VIs and select Daq Mx counter part

0 Kudos
Message 5 of 7
(3,462 Views)
I don't think he meant that there is an actual right-click function to convert your VIs.  Perhaps he meant for you to use the 'replace' command.  If there is actually an automatic method I will be VERY surprised.  Traditional DAQ and DAQmx are very different animals.  It is highly recommended that you re-write the code to take advantage of DAQmx's enhanced abilities.  Once you get past a short learning curve you will see how much better the DAQmx system is.
LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 6 of 7
(3,448 Views)
The option to replace one VI with another has always been in LabVIEW. It will not automatically provide you with a list of equivalent functions. You have to manually select the appropriate one. The difficulty is that there are few one to one replacements. You have to understand what the old functions did and determine what DAQmx function(s) you would use instead.
Message 7 of 7
(3,447 Views)