Search found 412 matches

by admin
Wed Jun 01, 2011 12:16 am
Forum: Discuss LogicCircuit program
Topic: Concurrency
Replies: 5
Views: 10906

Re: Concurrency

Hi KLM, Can you please be more specific on what you’ve found difficult or not properly working? All the flip-flops in the real hardware are built from just the same logical elements, so in the program you should be able build them too. You can build different flip-flops that are synchronizing by fro...
by admin
Sat May 21, 2011 6:15 pm
Forum: Discuss LogicCircuit program
Topic: What about Counters?
Replies: 1
Views: 6725

Re: What about Counters?

Hi,
I guess you need to build edge flip-flop first and then your counter should work just fine.
You can share your circuit here on the forum so we can try to identify the problem together or you can just grab some working one from the forum or sample circuit.
Thanks,
Eugene
by admin
Fri May 13, 2011 10:17 am
Forum: Discuss LogicCircuit program
Topic: Plans?
Replies: 3
Views: 8413

Re: Plans?

The main problem with the web version is you will need to have some server side storage as web client restricted from using hard drive, and so you’ll need not only the client code but also some server part with all the hassle of managing users and their passwords.
by admin
Thu May 12, 2011 11:44 pm
Forum: Discuss LogicCircuit program
Topic: Plans?
Replies: 3
Views: 8413

Re: Plans?

Hi David, Thank you for using it. Yes the new version is coming. It was already done some improvements on internals of the program and added few features that people was asking – like notation text on pins, import circuits from other project files, and some other. A few other new features are coming...
by admin
Sat May 07, 2011 1:25 pm
Forum: Discuss LogicCircuit program
Topic: Buttons and switches
Replies: 2
Views: 7425

Re: Buttons and switches

You have a few options here. First you can use a T flip-flop connected to button and use it output. Another option is use one bit constant instead of button. Constant in the runtime will be switched with mouse double-click.
by admin
Mon Apr 18, 2011 8:30 pm
Forum: Discuss LogicCircuit program
Topic: Binary to BCD Converter
Replies: 3
Views: 11901

Re: Binary to BCD Converter

Wow, huge circuit, great job!
by admin
Sat Apr 16, 2011 12:41 pm
Forum: Circuit Talk
Topic: Active Files
Replies: 1
Views: 10238

Re: Active Files

When you posting a message there Upload attachemt tab downbelow
by admin
Mon Mar 21, 2011 10:09 pm
Forum: Circuit Talk
Topic: 4x4 LED array
Replies: 1
Views: 9935

Re: 4x4 LED array

Pretty cool, I like to watch the trajectory of the light. :D
by admin
Sun Feb 27, 2011 11:48 pm
Forum: Circuit Talk
Topic: Byte Adder
Replies: 6
Views: 17738

Re: Byte Adder

Welcome back.
You’ve done a very good job. But I’ve found it gives incorrect result when numbers sum up to more than 10. Are you designed it this way or this is an error?
Eugene
by admin
Mon Feb 07, 2011 11:23 am
Forum: Discuss LogicCircuit program
Topic: Oscilloscope is disable?
Replies: 1
Views: 6274

Re: Oscilloscope is disable?

Hi,
This menu item will be enabled when you power up your circuit and there are some probes connected to it. The oscillogram gets it information from probes, that why you need them on the circuit.
Hope this helps,
Eugene