0

Send array over can bus

Giel Coopman 5 years ago in IQANdesign updated by Thomas Moberg (System support) 5 years ago 1

Hello,

Is it possible to send the values (integers) ​​of an array via the generic can module?

Thanks

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.