Example Code

LabVIEW LED Scrolling Reader Board in LabVIEW

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

1. Overview:

This VI simulates a Led reader board

 

2. Description: 

This VI will take any text (or the current time) and convert it to a binary array to display on the front panel as if it were an electronic LED reader board that you see on signs. 

 

3. Requirements

  • LabVIEW 2012 (or compatible)

4. Steps to Implement or Execute Code

  1. Unzip "LED Scrolling Clock LabVIEW 2012 NI Verified.zip"
  2. Run "LED Scrolling Clock LabVIEW 2012 NI Verified.vi"
  3. Display Time button enabled will display time and when in disabled state it will display the text introduced

5. Additional Information or References 

VI Block Diagram

 

Front panel.png

 

 **This document has been updated to meet the current required format for the NI Code Exchange.** 

 

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
Doug_S
Member
Member
on

Please include GetTextBitmap.vi and any other subVIs.

Thanks!

StevieZ
NI Employee (retired)
on

It should be there under "Downloads". Let me know if you are still having trouble getting it.

origin
Member
Member
on

If possible, can you save it to LV 8.5 version and post it

StevieZ
NI Employee (retired)
on

Posted versions for LabVIEW 8.2. These should load in any version of LabVIEW after 8.2 just fine (including 8.5). Let me know if you are having any problems opening them.

origin
Member
Member
on

It's a cool stuff..  Thanks Steven..

Athin
Member
Member
on

Hello!

Can you please tell me how to make scrolling from bottom to top?

Thank you!!!

StevieZ
NI Employee (retired)
on

A simple transpose of the array should do the trick. Place a Transpose 2-d array inside the while loop and before the for loop. Then place another one just after the for loop.

Athin
Member
Member
on

Thank you!!!

It works,

Is there an solution for adding a zero line array between each array?

arifi
Member
Member
on

could you inform me how to make such scrolling but with series of images in a folder of image?

josufire
Member
Member
on
How to change the meaning of the text, that is, to go from left to right?