06-01-2011 11:50 AM
Format into string.
06-02-2011 03:12 AM
Thanks!
06-02-2011 04:00 AM
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.
06-02-2011 12:12 PM
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.
06-03-2011 05:35 AM
How do I create a "task" in previous .vi s for data acquisition I always just start with the Create Virtual Channel Vi.
06-03-2011 10:37 AM
What is the purpose of your 'For Loop'? Just to create an array of channels?
06-03-2011 10:54 AM
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.
06-06-2011 05:27 PM
How are you trying to use the property node?
Thanks,
Sean
06-07-2011 03:34 AM
Which one?
06-07-2011 05:30 PM
The DAQmx Task property node.