Help with running CSV data into Speedometer
I'm back. I have more problems I can't solve yet.
I have a speedometer gauge slaved to a slider controller effect. I recieved help for getting the gauge and slider synced up properly and that's working wonderfully.
My next step was to see if I could also add an expression to the slider that could allow me to animate it with speed data from a csv.
I generally have found some expressions to work csv data through the gauge rotation or the digital dial's number, but I was really hoping to keep all controll and stuff in one layer; in this case the controller layer with the slider.
I entered in the following expression to try and run the data on the slider:
Slider=effect("Slider Control")("Slider")
a=Math.round(time*30)
valueOf(Slider)=footage("Speed_Data.csv").dataValue([0,a])
But I get a syntax error. No doubt relating to the left hand valueOf(Slider). I would like it so that the csv data overrides the slider with its values when the expression is active. I added a picture of the csv file as well just in case I'm formatting everything wrong.


Here is my thought process. I am making a template that later myself or my coworkers can use to either animate the gauge via slider keyframes, or plug in csv speed data to make the gauge move. It would be easier to use if everything is controlled through the slider more or less.
Thanks in advanced for any help.
