Click here to Skip to main content
15,888,351 members

Comments by BaselAla (Top 21 by date)

BaselAla 19-Jul-18 9:05am View    
here it works :
TON_1(TRUE, t#5s);
COMPRESSOR_OUT := TON_1.Q;
TON_2(FALSE, t#5s);
ELSE
TON_2(TRUE, t#5s);
COMPRESSOR_OUT := NOT(TON_2.Q);
TON_1(FALSE, t#5s);
END_IF;
BaselAla 19-Jul-18 8:54am View    
yes , COMPRESSOR_IN is a bool .
BaselAla 17-Jul-18 2:05am View    
they are a ready block for making delay . thier inputs : bool and time . their outputs are bool and time too .
BaselAla 2-Jul-18 8:26am View    
thank you !
BaselAla 2-Jul-18 8:26am View    
thank you !