02-18-2013 01:56 PM
I have this problem where my data comes from the cRIO in FPGA mode and sent to a cluster then converted to an array, the array has 4 values and I need to apply a timed counter so I can take wheel speed data instead of raw voltage data.
I have my timed counter set up but I don't how to add the array data to it then send it back to the array after editing the data.
I have been using a data logging example from labview that I tweaked to fit my project, can anyone help fix this problem?
02-19-2013 11:11 PM
Hi game100n,
It was not entirely clear to me what you are trying to do, are you trying to wire the output from the Elapsed timer into the array of data? Are you trying to replace this data instead of the Wheel speed?
Regards,
02-20-2013 01:08 PM - edited 02-20-2013 01:10 PM
From 18 pulses from my sensor I need to calculate the wheel speed. The raw data comming in from the Wheel Speed is in voltages and then begin converted to 1 and 0. I need to take the values from each element in the array and time the 18 pulses then put that new value into the array.
So after the 0/1 conversion I would like to wire that data into the timed counter then wire the output to where it was originally going, the subarray. But the counter only takes boolean values not from an array.