Log in

View Full Version : Dashboard Read Execution Time


GuyM142
14-04-2015, 04:31
Hello,
This year we have made a dynamic auton mode that reads about 10 different parameters which affect the way the auton mode works.
One of them is our can stealing mode and I wonder if the dashboard read VIs dealy the start of the code. (Time is very critical for this)
Does someone know how much time it takes for one dashboard read to execute? I don't have a robot to test it on..

Greg McKaskle
14-04-2015, 06:14
I would expect 10 reads to take about a millisecond or two at most. The last time they were timed was a few years ago.

And of course you can also read them earlier, such as in disable, and store them into a global cluster with all of settings in one place.

Greg McKaskle

GuyM142
14-04-2015, 07:08
I would expect 10 reads to take about a millisecond or two at most. The last time they were timed was a few years ago.

And of course you can also read them earlier, such as in disable, and store them into a global cluster with all of settings in one place.

Greg McKaskle

That's a good idea, Thank you :)