I am not sure I understand the part "ATO pump outlet to the Outlet SWX* you are using for the optical water level sensor..."
I was thinking of replacing the float switches connecting to the breakout box with the optical sensor since it has no moving parts and less likely to fail but I am not 100% sure how yet...
Connecting an optical sensor will activate the DDR functions on Apex Fusion. This enables the 2 Level monitor graph and 2 optical sensor switches (or inputs status outlets)
referring to CuseReefer's image on reply #16 the address for these outlets are SWX7_1 and SW7_2
These outlets indicate the state of the optical sensors, either open or closed. No different to an outlet you would use for a float switch via the break out box.
You can rename them if you wish, via browser interface.... Configuration > Probe/Input Setup > probe name
To use as an ATO
Lets assume the optical switch is SWX7_1
Program the outlet (Energy Bar socket) that your using to control your ATO pump, or solenoid with something like this
Fallback OFF
Set OFF
If SWX7_1 OPEN Then ON
Defer 000:05 Then ON
Min Time 000:12 Then ON
Min Time 001:00 Then OFF
We could even use both optical switches
Lets assume the optical switch is SWX7_1 for lower and SWX7_2 for upper position
Program the EB*_* Outlet for the ATO like this
Fallback OFF
Set OFF
If SWX7_1 OPEN Then ON
If SWX7_2 CLOSED Then OFF
Defer 000:05 Then ON
Min Time 000:12 Then ON
Min Time 001:00 Then OFF
The defer and min times can vary depending on your system, they are not required, they just help prevent excess on/off, the fill volume etc...