Yes I have the wxm module. Its pretty neat. certainly worth the money.

Basically, this is what i need to do with sample times inserted.

Pump 1: SWRet-AWC (5_2) needs to be on for 1 minutes. Then
Code:
Current program:
Fallback OFF 
Set OFF 
If Outlet 30G-WC = ON Then ON 
Min Time 003:00 Then OFF
Pump 2: SWSend-AWC3 (3_3) needs to be on for 1 minute. Then
Code:
Fallback OFF 
Set OFF 
If Outlet 30G-WC = ON Then ON 
Defer 001:00 Then ON 
Min Time 002:00 Then OFF
Pump 3: SWFill-AWC2 (3_2) needs to be on for 1 minute.
Code:
Fallback OFF 
Set OFF 
If Outlet 30G-WC = ON Then ON 
Defer 002:00 Then ON 
Min Time 003:00 Then OFF
30G-WC program (havent put in the timer yet, just using feed sch d for testing)
Code:
Fallback OFF 
Set OFF 
If FeedD 000 Then ON
Basically, i need a max run time command.

Not quite sure how to program that. I got it in the apex now where it does this. I did it using the defer command.