Jakeus
2007-05-03 19:40:11 UTC
I'm trying to come up with different approaches to a couple problems I've run into. Any feedback would be great.
1) Say I have a burst "A" of 100 samples. I want to loop samples 30-60. Is there any way I can do this? The only solution I've come up with is separating the burst into "A","B",and "C". Where A is samples 0-29, B is 30-60, and C is 60-99. Then use scripting to generate A, loop B, then generate C.
2) Say I have 5 HS-DIO cards on my PXI chassis. Is there any way to burst an 80 channel HWS file (created using the NI HWS API) across the PXI chassis?
3) In scripting, there are repeat #, repeat until, and repeat forever. Is there anything such as "repeat 100 until scriptTrigger0". I want to loop 100 times, but if I see the scriptTrigger, I want to exit the loop.
4) If a failure occurs, I can see what sample failed. Is there any way to determine exactly what pin failed during that sample?
5) What is the maximum number of triggers I can use during scripted mode? Just the 4 scriptTriggers?
1) Say I have a burst "A" of 100 samples. I want to loop samples 30-60. Is there any way I can do this? The only solution I've come up with is separating the burst into "A","B",and "C". Where A is samples 0-29, B is 30-60, and C is 60-99. Then use scripting to generate A, loop B, then generate C.
2) Say I have 5 HS-DIO cards on my PXI chassis. Is there any way to burst an 80 channel HWS file (created using the NI HWS API) across the PXI chassis?
3) In scripting, there are repeat #, repeat until, and repeat forever. Is there anything such as "repeat 100 until scriptTrigger0". I want to loop 100 times, but if I see the scriptTrigger, I want to exit the loop.
4) If a failure occurs, I can see what sample failed. Is there any way to determine exactly what pin failed during that sample?
5) What is the maximum number of triggers I can use during scripted mode? Just the 4 scriptTriggers?