Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Array with timed counter

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?

0 Kudos
Message 1 of 3
(5,821 Views)

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,

steve.bm
AE | NI
0 Kudos
Message 2 of 3
(5,788 Views)

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.

0 Kudos
Message 3 of 3
(5,779 Views)