First of all, I would highly recommend to use the Easysoft to program the Controller, because using the Display is really a pain....But nevertheless, you need first of all to tell which State of the Q Relais is Valve open / close. Normally I'd guess if Q1 is active, the Valve is open. Your Program will look like that:
__
--I1---M1--------SM1 : Set Marker 1. Don't use I1 directly to avoid restart of the Program when pressing it again
--M1--------------SQ1 : Output Q1 set Active
|-----TT1 : Timer 1 Starts, set up to 150ms
--T1---------------SQ2 : Output Q2 set Active
|-----TT2 : Timer 2 starts, set up to 50ms
--T2---------------RQ2 : Output Q2 set Inactive
|-----TT3 : Timer 3 starts, set up to 20ms
and so on, the rest is easy to figure out, since it's always the same. When the Loop has finished, you have to use RM1 to unset the Marker and make it possible to restart the Program using I1
Hope that hels
Spellbreaker