12-19-2007 09:04 AM
12-19-2007 10:38 AM
12-19-2007 10:43 AM
Measurement is an array of structures and I want to insert additional elements(through code). How can I do this?
12-19-2007 11:06 AM
I found that
TS_PropertySetDimensions (seqContextCVI, NULL, "RunState.Sequence.Main.[\"Test Summary\"].Result.Measurement", 0, "[0]", "[5]")
lets me specify the number of tests to evaluate, but I still do not know how to set the names of each one.
12-19-2007 01:21 PM
12-19-2007 03:55 PM
Hi,
Try this out
http://forums.ni.com/ni/board/message?board.id=330&message.id=2387&query.id=12265#M2387
Regards
Ray Farmer
12-19-2007 04:35 PM
02-23-2008 11:05 PM
Hi
I have the similar requirement. I need to change the "Result.Masurement"'s dimension at run-time and then change the limits, units and comp type. I wrote a LabVIEW VI to automatically do this at run time. it works. But the numeric results are not pupulated to "Result.Measurement[n].Data" property after the step executes.
TS_PropertySetDimensions (seqContextCVI, NULL, "RunState.Sequence.Main.[\"Test Summary\"].Result.Measurement", 0, "[0]", "[5]") . I used the similar command to set the dimensions in LabVIEW. Do I miss anything?
Thx
Abdulla
02-24-2008 11:27 AM
Hi Abdulla,
In this Thread there is an example
http://forums.ni.com/ni/board/message?board.id=330&thread.id=18374
Hope this helps,
Greetings
juergen