|
Re: Data from Dashboard to Driver's Station?
I'm not a shared variable expert, but here is my understanding.
Shared variables should not change value unless some code sets them. If they are set to 5.1, they will stay at that value if no code reads them and after code reads them. There may be exceptions to this such as when the server goes away.
Greg McKaskle
|