Edit2: solved! we need 2 changes.
- first change is discribed in "initial Post" - increase the number of slots of factory circuit connector output.
- second change: we need to increase a number of updates of circuit connections. How to: go to C:\Users[USERNAME]\AppData\Roaming\Factorio\mods\Factorissimo2_2.1.7.zip\Factorissimo2_2.1.7\connections
File: circuit.lua. Search for "transferred_signals" here you can change the number from 15 to 90. Now it seems work.
How about adjustible or auto adjustible number of slots / number of updates? You can define for it a local variable in output connector. So it will be for every special output connector a different number.
Or an other way is, you read the number of signals of input connector and set this number for "item_slot_count" and "transferred_signals".
Edit: not solved. just found how to increase number of slots, but the forwarding of signals doesnd work.
Initial post:
Solved!
Changed in mods (C:\Users[USERNAME]\AppData\Roaming\Factorio\mods\Factorissimo2_2.1.7.zip\Factorissimo2_2.1.7\prototypes
in File utility.lua search for "item_slot_count". I increased this value from 15 up to 90. Works fine for me.
Maybe is this limit auto-adjustible?