09-17-2008 02:59 PM
09-17-2008 03:52 PM
Patrick,
I decided to take a stab at this, but from your description and the example code, I can't figure out what you're trying to do. Could you clarify a bit? Are you trying to get Load vs. Position from 'Load vs. Time' and 'Position vs. Time' data? Was that a typo in your description?
Also, I don't know why you have the Rotate 1D Array vi's in your example with n=0. This leaves the array unchanged.
Regards,
Tom
09-17-2008 04:06 PM
Basically I'm collecting data from 39 Strain Channels at the same time I'm collecting data from one Rotary Encoder. At the end of the capture, I have a 2D array of Strain Data and a 1D array of Position Data. I would like to be able to graph Strain(X Axis) vs. Position(Y Axis).
The rotate array function was a leftover from an "example" I found internally. I didn't realize that n=0 meant no change.
09-18-2008 08:17 AM