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?