Emerson 848L Satellite Radio User Manual


 
Reference Manual
00809-0100-4696, Rev AA
September 2004
D-5
Rosemount 848L
EXAMPLES Take value of input 1 and put it on output 3.... Set OUT3_EQ to:
IN(1);
For every transition (in both directions) on input 5, send a 200 msec pulse out
on output 2, but only if input 2 is low.... Set OUT2_EQ to:
AND(OR(TP(IN(5),2),TP(NOT(IN(5)),2)),NOT(IN(2)));
Turn on output 1 only after input 8 has gone high 10 times, start over counting
when input 6 is set high.... Set OUT1_EQ to:
CTU(IN(8),IN(6),10);