Hi, I want to broadcast a large array from a CAN node to several other CAN nodes and need to know if this has been done before and how it was handled? I am not sure how to manage the transfers to ensure that all nodes receive the data, and if for example one node loses a message, how to re-transmit messages without messing the other nodes up. Is it best to use the ID for determining the order or put this information in with the data etc. If anyone has attempted this type of transfer I would greatley appreciate your advice on how you acheived it. Thanks, Mark.