News & Updates

Version 2.24.02.27 released.

29 February 2024

Download new release with more speed, new Python and better look.

Version 2.23.04.28 released.

28 April 2023

Download new release with more speed.

Version 2.23.02.02 released.

3 February 2023

Download new release with more speed and less bugs.

Version 2.22.07.22 released.

23 July 2022

Download new release with new features and Croatian language support.

Version 2.22.03.30 released.

30 March 2022

Download new release.

Version 2.22.01.03 released.

5 January 2022

Download new release with button keyboard shortcuts.

Version 2.21.01.10 released.

14 January 2021

Download new release with fixes in Swedish translation and new Python.

Version 2.20.06.25 released.

25 June 2020

Download new release with new features, bug fixes and Swedish translation.

Version 2.20.01.15 released.

15 January 2020

Download new release with bug fixes.

Displays

Sometimes you want to combine visualization logic with display element itself. For example you want to have a hexadecimal display which has 4 bit input and showing hexadecimal digit on 7 segment display.

Starting from version 2.13.07.22 you can do this. Just put display element on the circuit, add required logic with appropriate inputs. Open Logical Circuit dialog (you can do it via menu Circuit/Logical Circuit or just double click on an empty area of the circuit diagram). In the dialog check "Display visual elements on symbol" and click OK.

Creating display

Observe on the left panel of the program window that symbol of the circuit has changed and now it is showing 7 segment display itself.

New symbol of the display

Now when you use newly built display on other circuits it will display the value of its input.

You can nest displays one in another. For example you can use HEX display to build one byte hexadecimal display. Of course you’ll need to mark byte display to show it visual element on it symbol as well.

Nesting one display into another

You can use LEDs, LED matrixes, 7 segment displays, buttons, Graphics Arrays, and other logical circuit displays to build your display.

Here is an example of numeric keypad you can build.

Numeric keypad

Please download sample digital clock circuit project to see how it works.