Factorio

Factorio

Ver estadísticas:
36564176 21 AGO 2017 a las 19:40
storage for computer?
i think im gonna try and make a computer in factorio, and i stumbled across this issue. how do i make some kind of storage that works like a hard drive (doesnt lose data when its off)?
< >
Mostrando 1-7 de 7 comentarios
Ataleon 21 AGO 2017 a las 19:58 
Some Flip-flops?
impetus_maximus 21 AGO 2017 a las 21:17 
you can wire a arithmetic combinator to itself with 'each + 0' output 'each' and it becomes a memory cell for any signals you put into it.

[edit for 'each' correction]
Última edición por impetus_maximus; 21 AGO 2017 a las 21:34
36564176 21 AGO 2017 a las 22:01 
Publicado originalmente por impetus maximus:
you can wire a arithmetic combinator to itself with 'each + 0' output 'each' and it becomes a memory cell for any signals you put into it.

[edit for 'each' correction]
will it keep its data if it didnt get power though? i just need to know a method for non volatile storage
Overeagerdragon 21 AGO 2017 a las 23:04 
Just a thought....considdering you want it to store info whilst having no power; ever thought about using something mundane like Coal to serve as "bytes"?

Hook up a chest to Nixie tubes (mod) and let it read the content to display it as a number on the tubes. Then all you have to do is hook up a storage and maybe 2 or more inserters to peddle coal/copper between the storage and your "harddrive" chest.

Just my quick thought on the matter
impetus_maximus 22 AGO 2017 a las 0:04 
Publicado originalmente por RADicalSievert:
will it keep its data if it didnt get power though? i just need to know a method for non volatile storage
yes it seems to save it.
Killcreek2 22 AGO 2017 a las 1:33 
You can alternatively use a decider combi pair to make an addressable memory cell that can be set / cleared by a single control signal as needed.

The arithmetic version stores data fine, but needs the inverse of each signal to be pushed in to clear each one out. 'Tis a bugger to wipe easily & cleanly.

Combinators remember their last state when becoming unpowered, which is a huge advantage with memory cells.
However: low-power can often break tick-based circuitry as parts can go out of sync, even with a clock signal, so make sure to include a manual reset switch somewhere.
< >
Mostrando 1-7 de 7 comentarios
Por página: 1530 50

Publicado el: 21 AGO 2017 a las 19:40
Mensajes: 7