When running a nuclear reactor it is important to not waste fuel. Therefore you should use tanks to store steam and don't insert uranium fuel cells once the tanks are full.
This circuit logic controls the inserters of a reactor by monitoring the steam level in your tanks. It will start inserting fuel once steam is below a threshold (A in circuit) and stop once steam is above a threshold (B in circuit).
The circuit uses an RS latch to store the state, whether it's currently waiting for steam levels to rise or to drop, i.e. whether the reactor is being fueled or not. This is combined with a timer to only insert one fuel cell every 200 seconds (that's how long a fuel cell lasts).
The constant combinator with signals A and B is used to configure lower and upper steam limit. The constant combinator with D can be used to turn the reactor on and off. These inputs can also be attached to the green wire on the power pole.
The circuit pulses a F signal on the red wire to activate the inserters. Set your inserters to stack size 1! The L signal on the red wire can be used to control lights that indicate that the reactor was turned on (by the D switch). The M signal can be used to control lights that indicated that the reactor is currently actually running (i.e. fuel is being inserted).
