wincupl, g16v8, RS flip flop

OP (Company: privat) #1304312
Rate this post
useful
not useful
Device      g16v8;

/* Inputs */

PIN 16 = S;   /* Set. Yes, I need to use an IO */
PIN 15 = R;   /* Reset */

/* Output */

PIN 18 = Q;


Q = !( S & !( !Q & !R));

--------
Mr. Bool says it works. ABEL 1.4 agre.

Howto tell WINCUPL to do so?

My documentation are stored in a disk crash back in the days if WIN 
3.11.

HM

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now