0
Send array over can bus
Hello,
Is it possible to send the values (integers) of an array via the generic can module?
Thanks
Customer support service by UserEcho
Hello,
Is it possible to send the values (integers) of an array via the generic can module?
Thanks
Customer support service by UserEcho
You can not just send the the array channel as it does not have any value in it self (value type void).
You would first need to use a math channel to get a specific value from the array and then send that.
So if you wanted to send the values from an array you would need to extract all the values with math channels and then send those.