Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Number en Binaire - Test
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
120.494 KB
23 Mar, 2019 @ 4:10pm
23 Mar, 2019 @ 9:37pm
2 Change Notes ( view )

Subscribe to download
Number en Binaire - Test

Description
Different Tests with Radial and Bar Display with microcontroller for each of them.

To show the Number value on each display, I used a function gate with a simple equation :

floor(2^x)-1

With this function, when you have a value of 6, this will translate this value to 111111 (6 x 1) in binary. This will show 6 segments on displays.


On the right side, there is an 8 bits Numerical to Binary converter with 8 7-Digits to show the value in Binary.


Take a look to my Microcontroller to convert any Number signal to Gauge using the Radial or Bar Display :
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1692248464

I put a lot of explanations on how it works if you need !
1 Comments
Mat 24 Mar, 2019 @ 10:37am 
Perfect !