Page 1 of 1

vehicle speed

PostPosted: Wed Sep 05, 2018 6:43 pm
by gtihk
I am trying to receive the channel vehicle.speed via CAN.
After setting up the Scheduled Function, the project returns an error after trying to validate.
It says," The object vehicle.speed.value was assigned to from multiple scheduled functions.
I guess it was referring to the scheduled function vehicle.speed.update.
How can this be corrected please?

Re: vehicle speed

PostPosted: Wed Sep 05, 2018 10:35 pm
by rntechnologies
Hi gtihk,
The reason you are seeing this error message is due to the fact you are trying to write the value of this channel from more than one scheduled function.
If you click on the channel in build, and then click the associations tab on the properties panel, it will tell you what is currently writing to this.
You need to remove one of the functions that are writing to this value, or alternatively, incorporate both functions into a singular function by either modifying the existing functions, or creating a new one.

Re: vehicle speed

PostPosted: Thu Sep 06, 2018 2:27 pm
by gtihk
Thanks, RN!
That should keep me busy for a while!

Re: vehicle speed

PostPosted: Mon Sep 10, 2018 6:36 pm
by gtihk
Now, I have a Project that validates.
A lot of field testing will be required to get things to work properly, I guess.