LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

channel parameter

How do you find out what parameter has been selected in DAQ. Suppose input current, temperature, output voltage are selected as the 3 parameters in the 3 channels, how do you find out which channel is which parameter in the program?

0 Kudos
Message 1 of 7
(2,267 Views)

Hi kdm,

 

when you wrote that VI you should know all those parameters…

 

Could you provide more details to your question?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(2,266 Views)

Hi Gerd,

 

I am actually documenting a program and I cant find out how a particular channel contains the particular parameter. Is there a way where I can find out what parameters the programmer chose? 

0 Kudos
Message 3 of 7
(2,260 Views)

Hi kdm7,

 

you need to look for the initialization of those channels!

 

Are they initialized in the VI or is the VI relying on some channels/tasks defined in MAX?

You may find information also in the project for that program. (Suppose the programmer did use LV projects…)

 

Anyway: Hit the programmer with a big club to get more/better documentation! 😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 7
(2,255 Views)

Hi GerdW,

 

Channels are defined using daqmx and there is no device connected for me to check.

0 Kudos
Message 5 of 7
(2,248 Views)

Hi kdm,

 

when you see all the init functions in your VI what other information do you need then?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(2,242 Views)

Hi GerdW,

 

 

Okay Thanks.

I got to know.

 

.. and yes! I will surely hit the programmer with a club to get better documentation! Smiley Very Happy

0 Kudos
Message 7 of 7
(2,226 Views)