Search found 412 matches

by admin
Sat Dec 07, 2013 10:37 pm
Forum: Circuit Talk
Topic: 8-bit binary to 7-digit displays
Replies: 1
Views: 5688

Re: 8-bit binary to 7-digit displays

What you need is Binary to BCD converter. Here is a first link I’ve found:
http://ece.wpi.edu/~xhuang/index_files/ ... in2bcd.pdf
by admin
Mon Dec 02, 2013 10:05 am
Forum: Circuit Talk
Topic: using binary coded decimal {help please}
Replies: 1
Views: 7722

Re: using binary coded decimal {help please}

I guess you are missing some diagrams here.
by admin
Wed Nov 20, 2013 9:22 am
Forum: Discuss LogicCircuit program
Topic: Bidirectional pins
Replies: 5
Views: 12094

Re: Bidirectional pins

Ok, I’ll see how I can toggle the side of control pin.
The first circuit I’ve found:
http://www.maximintegrated.com/app-note ... vp/id/4243
The second one I don’t know. But the 74HC76 is just two JK flip-flops with preset and clear so it is easy to implement them yourself.
Thanks,
Eugene
by admin
Tue Nov 19, 2013 11:34 am
Forum: Discuss LogicCircuit program
Topic: Bidirectional pins
Replies: 5
Views: 12094

Re: Bidirectional pins

Thanks for your suggestions. I’ll think about spacing of pins. As for their relative positions you can control it now by placing pins on the circuit itself. Please see this help page for more details: http://logiccircuit.org/advanced.html For drawing of wires there are some tips you can get from: ht...
by admin
Tue Nov 19, 2013 11:02 am
Forum: Discuss LogicCircuit program
Topic: Bidirectional pins
Replies: 5
Views: 12094

Re: Bidirectional pins

Hi Jokse,
The pins are actually bidirectional. The distinction between input and output pins is their default position on symbols and use in building of truth table. In all other cases they are treated as just copper connecting internals of the circuits with its external connections.
Eugene
by admin
Sat Nov 16, 2013 5:05 pm
Forum: Discuss LogicCircuit program
Topic: LogicCircuit for Android?
Replies: 3
Views: 9797

Re: LogicCircuit for Android?

Hi,
There is no version of LogicCircuit for Android. So far I am just investigating different approaches on how to port it to Mac and Linux.
by admin
Mon Nov 04, 2013 10:01 pm
Forum: Discuss LogicCircuit program
Topic: Logic symbols - upgrade to IEEE standard
Replies: 1
Views: 5211

Re: Logic symbols - upgrade to IEEE standard

Sure, will do it in the next release.
by admin
Wed Oct 30, 2013 2:57 pm
Forum: Discuss LogicCircuit program
Topic: oscillation error
Replies: 1
Views: 5538

Re: oscillation error

This error means that you have a circuit that can’t stop switching from one state to another.
Please read this small help topic: http://logiccircuit.org/oscillation.html
If you are still confused you can upload your circuit project here and I’ll try to have a look.
by admin
Wed Oct 30, 2013 7:57 am
Forum: Discuss LogicCircuit program
Topic: possible bug in probe listing?
Replies: 3
Views: 7679

Re: possible bug in probe listing?

I tried your suggestion of replacing the clock with a toggle button and it still register extra number between correct count value in the probe listing. Yes, that is what expected. With the toggle button you just can see the value in the listing at the end of the transition in the cycle. What you a...
by admin
Tue Oct 29, 2013 6:05 pm
Forum: Discuss LogicCircuit program
Topic: possible bug in probe listing?
Replies: 3
Views: 7679

Re: possible bug in probe listing?

Thank you for bringing this up. There is no bug in here as far as I can see. The value in the probe itself is displaying the most stable value i.e. value that the counter has between clock cycles. In the probe dialog you see all the changes that happened while your circuit was switching from one sta...