AAI Programmable Structures


Adds scanning and control structures based on other mods installed. Includes a Tile Scanner by default that can the contents of tiles. Can scan and place Zones with AAI Zones mod. Can scan and control vehicles and their data with AAI Programmable Vehicles mod.

Content
1 year, 10 months ago
0.14 - 1.1
114K
Circuit network

g Issue with Controller Structures Within Roboport Networks

7 years ago

The controller structures (all of them) output the contents of the logistics network from the wire connection. Since this is the same connection as the controller's input, the entire content of your logistics network gets fed back into the controller every update. This does two things:

1) It creates a lot of lag since each controller needs to iterate through the entire content of the network each update. As an example, 5 controllers of any type takes me from 60 ups to 30, if they're in my network area.

2) It renders unit data controllers useless as all of the item signals get passed from the controller back to itself.

7 years ago

Thanks for reporting this. The issue should be fixed now.