This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mining_Pickaxe's profile picture

Steve's Factory Manager support in CC

Started by Mining_Pickaxe, 25 April 2015 - 04:02 PM
Mining_Pickaxe #1
Posted 25 April 2015 - 06:02 PM
I think it would be nice to communicate with SFM. So that you can have something like Rednet to send Strings, Numbers and Boolean to SFM. That would also require a Addon for SFM or a new version of SFM where you can create a "recive" or "send". In that you can probably choose if you want to set a Condition to true, pull a specific amount of Items or activate a trigger. Just a example:

sfm.send(<number of SFM>, <number of condition>, <boolean>)
to set a condition in SFM to true. Or

sfm.send(<number of SFM>, <number of the Command in SFM>, <amount of items>)

And for reciving maybe

sfm.recive(<number of SFM>, <String, Number or Boolean>, <time for timeout>)


Of course both Modcreators have to work together.
ItsRodrick #2
Posted 25 April 2015 - 06:42 PM
I think it's a thing more to OpenPeripherals than CC… I think CC only communicates with Bundled Cables :P/>
KingofGamesYami #3
Posted 25 April 2015 - 07:51 PM
CC doesn't actually support any mods, aside from allowing them to implement the bundled cable API. Therefor, you should request CC support as a feature of SFM or OpenPeripherals.
Engineer #4
Posted 26 April 2015 - 12:03 PM
CC doesn't actually support any mods, aside from allowing them to implement the bundled cable API. Therefor, you should request CC support as a feature of SFM or OpenPeripherals.
Or any other peripheral mod which you'd like to see it in.