Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Custom Scales within same DAQ

Format into string.

 

 


"Should be" isn't "Is" -Jay
Message 11 of 25
(1,769 Views)

Thanks!

0 Kudos
Message 12 of 25
(1,756 Views)

Having trouble making the VI, it keeps throwing me an error of 

 

Error -200088 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Sample Clock).vi:1-

>DoubleScales.vi

 

Possible reason(s):
Task specified is invalid or does not exist.

 

I am using two simdaq channels. Any help would be greatly appreciated. The actual .vi was Number to Decimal String.

0 Kudos
Message 13 of 25
(1,752 Views)

It appears that you haven't selected a task to create, so when the property node tries to access this task, there is no task to access.

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 14 of 25
(1,741 Views)

How do I create a "task" in previous .vi s for data acquisition I always just start with the Create Virtual Channel Vi. 

 

 

0 Kudos
Message 15 of 25
(1,731 Views)

What is the purpose of your 'For Loop'? Just to create an array of channels?

 

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 16 of 25
(1,725 Views)

The first for loop is to apply limits to each channel and the second to apply scales to each channel. The for loops are so that you can apply different limits and scales to each channel.

0 Kudos
Message 17 of 25
(1,721 Views)

How are you trying to use the property node?

 

Thanks,

 

Sean

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 18 of 25
(1,695 Views)

Which one?

0 Kudos
Message 19 of 25
(1,691 Views)

The DAQmx Task property node.

Applications Engineering Specialist - Semiconductor Test
National Instruments
0 Kudos
Message 20 of 25
(1,683 Views)