gman19
New member
Suppose one has the statement:
RND 5/15 ON/OFF THEN WM1% ON
This should generate a random pattern for WM1%...correct?
But if the following statements are placed within the program...
IF TIME > 20:00 THEN WM1% OFF
IF TIME > 08:00 THEN WM1% ON
Would the pump WM1% simply run from 8am to 8pm, or would the program still generate a random pattern between 8am and 8pm??
RND 5/15 ON/OFF THEN WM1% ON
This should generate a random pattern for WM1%...correct?
But if the following statements are placed within the program...
IF TIME > 20:00 THEN WM1% OFF
IF TIME > 08:00 THEN WM1% ON
Would the pump WM1% simply run from 8am to 8pm, or would the program still generate a random pattern between 8am and 8pm??