Auto Miner Logic

    Joined
    Aug 9, 2016
    Messages
    2
    Reaction score
    0
    I am trying to create logic that will move a ship forward only after beams do not pull any materials.

    I found one logic does not seem to work.

    Anyone have any tutorials?
     
    Joined
    Jun 13, 2016
    Messages
    100
    Reaction score
    9
    I assume you have side shooting arrays then.

    It will be tricking but you could do it with a few storage blocks . This is in theory.

    Salvage computer to storage - this storages empty/full flags dont work ATM, so its a prestorage.
    Next the prestorage to a storage block, this will be measured storage.
    Next the measured storage to a storage block, this will be main storage.

    Set up your on empty flags on the measured storage to trigger your pull/push/movement cycle.

    Btw can I get a copy of your movement system?
     
    Joined
    Aug 9, 2016
    Messages
    2
    Reaction score
    0
    My movement system did not work (I think). I was using just Push Pulse blocks/computer.

    I will keep this updated as I have success or failure.
     
    Joined
    Dec 29, 2014
    Messages
    115
    Reaction score
    37
    My movement system did not work (I think). I was using just Push Pulse blocks/computer.

    I will keep this updated as I have success or failure.
    Push pulse does not move your ship, it moves other ships and makes them hard to control. Use push or pull to move your ship, push forward, pull backwards.