0 set calibration

I would like to implement 0-point calibration with a button.

I have loaded the suspension strokes into App.
I want the stop to calibrate the stroke value (ex 20mm) as 0mm and return a negative value if the suspension extends.
I thought I could use the button function set value or set value(fomla), but is there any other better way?

For this you need to set a Dash Data X value to your current stroke value and then have gauges that show stroke - Dash Data X. Recommend using Dash Data values instead of Dummy values as Dash Data values are saved between instances.

Thanks for the advice
works well

I want to reset all 4 values at the same time, is there a good way to do this?
My solution is to create 4 buttons.

1 Like

I solved it using the trigger function
Thanks

1 Like