11-08-2005 11:18 AM
Ryan, I think you have nailed it 😃
Check out the attached; I have modified it a bit (lower code) to represent what I am doing.
Let me explain what I see this code doing - please inform me if I am wrong.
Simultaneously sampling Torque and Spark (and angle right?) @1,000,000 Hz for 1.2 seconds and
outputing a 1,200,000 element 1-D array of Angles
outputing a 1,200,000 element 2-D array of Torque & Spark which I split into 2 1,200,000 element 1-D arrays of Torque and Spark
Now if I examine index #279,000 of Torque, then element #279,000 of Spark and Angle ALL correspond to the exact same place in time???
Let me know how far off I am this time hehe, LabVIEW sure is fun stuff.
Thanks for all of your help!
Ryan
11-08-2005 11:59 AM
11-08-2005 12:40 PM
11-09-2005 03:48 PM
11-10-2005 08:12 AM
11-10-2005 09:46 AM
11-10-2005 09:57 AM
Ryan, prior to getting your last response I tried a few things. I pecked around the develpment zone and found out the issue with counter 0 - so I switched to counter 1. That helped. Then I read about the timeout, I switched that to -1.
Now I am getting a new error (the analog tasks are not erroring anymore). I get error 200141 which from what I can gather seems to be a buffer size problem; any ideas how we can get around this?
Thanks for the help
11-10-2005 07:00 PM
11-18-2005 10:08 AM
11-18-2005 02:08 PM