LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

assistance converting this to DAQmx

Hello there. It is my understanding that I will need to convert the following VI to be done with DAQmx instead of DAQ assistant. I'm working on this myself, but I thought I would send the request out to the NI world in case anyone might be able to help. 

 

What I have works great, but I need to basically copy this code so I have 1 input sensor (NI 9205 input module) reading which will control 3 outputs (NI 9263 output module).

 

Thanks in advance, 

Gabe Doherty

Bozeman, MT

 

 

Download All
0 Kudos
Message 1 of 2
(1,735 Views)

Hi gdoherty,

 

right-click each ExpressVI and choose "open frontpanel" to convert it to a "regular" VI.

Now the DAQAssistent is converted to a subVI containing DAQmx functions…

 

but I need to basically copy this code

Don't just "copy code"!

Create a DAQmx task containing your 3 AO channels instead!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(1,734 Views)