Clock - Resistor Color Coded Display

by Tekky in Craft > Digital Graphics

215 Views, 0 Favorites, 0 Comments

Clock - Resistor Color Coded Display

DSC_0684[1].JPG

A Clock that displays time encoded using the Resistor Color Code. Feature include Military time conversion and Resistor Color Code view to aid in the learning of the Resistor Color Code.

Supplies

National Instruments - LabVIEW development software.

Microsoft - Paint

Sketch Resistor Color Code Tutorial

DSC_0683[1].JPG

Create a Resistor Color Code instruction image using MS -Paint

Create Code

DSC_0677[1].JPG

Write/draw code that breaks time .into 6 numbers. If the hour is less than 10 add a leading "0" to the time. Convert numbers to resistor color codes using a color table. Paste MS - Paint drawing into program window and write some code to show/hide that part of the window.

Test Code

DSC_0681[1].JPG

In learning mode the time is revealed to confirm color code conversion is working. Check to see that code works as it should. Adjust the size of the show/hide window...

Compile Code

LabVIEW allows developers to build an executable. This executable can be run on any PC with Win 10 after installing LV 2018 Runtime engine.