Troubleshooting & FAQs

⌘K
  1. Home
  2. Docs
  3. Private: Troubleshooting ...
  4. Array Exploration & ...
  5. How do I make my modules talk to each other?

How do I make my modules talk to each other?

Via broadcasting messages, Messages can be broadcasted to the entire array by using 0xFF = 255 as destination ID in the SendMessageToModule() API. Messages are not simply transmitted through all ports, but specific ports called “broadcast routes”. This ensures messages are not transmitted through empty ports, and they are broadcasted throughout the array in the most efficient manner.

Refer to this article for more details.

How can we help?