I am using Canoe version 10.0 and I wanted to ask if there is a smart way to generate the optional signal's value from the database to other value.
Right now I am doing it hard coded but it's getting annoying doing so for each signal. Especially when I know the database holding information such as signal length,start bit,and min&max possible value.
I saw that there are options such as getSignal,setSignal, etc.. but I didn't manage to understand how to use them properly in order to achieve my goal.
Thanks for the help.