A collection of packages with useful functions. I am also using these professinally at work for the Belgian company CIT.

Most of these files have been written in or converted back to LabVIEW 6.1 as this version is still in use at a lot of sites and any new version of LabVIEW can open them anyway.


String package (>=LV6.1)
Array package (>=LV6.1)
File I/O package (>=LV6.1)
Time package (>=LV6.1)
Depends on packages: String

Provides a set of functions to do time value conversion, time string formatting/scanning and timezone handling.


Spring (>=LV7.0)

If you have once programmed filling an NI Tree control, you know how cumbersome that is. This package offers a function to fill the tree with itemstring just like a multicolumn listbox. No more hassle with invoke nodes and property nodes, this is real dataflow, fully in the spirit of LabVIEW. The tree's structure is determined by an array with indentation values. There is an example that shows the use of some available functions, but for normal operation you only need the "set itemstrings" function.

If you find a bug, please let me know. If you like the VI, let me know as well :) When you get error 16, you have run into a bug of the Tree control itself. To get around it, I think you need to fill the tree with something before you run it the first time.

It's called "spring" because it causes leafs to grow on the tree.


CFontzVIEW LCD driver (>=LV7.1)

CrystalFontz is a company that makes LCD devices. For PCs they have USB and serial LCDs. These devices are ideal for situations where there is no space for a PC monitor and keyboard. The CFontzVIEW driver can control the LCD device by writing text to it, setting the general purpose outputs and leds, and reading keypresses.

This driver supports the 631 and 635 USB displays, and the 633 serial display. These devices use the CrystalFontz packet protocol.

The driver is released under the Lesser GPL 2.1. The license is included in the file "README - licence.txt" and you can also read it online here.

Please inform me of any bugs you may find.