Hi.
I've been lurking here for about year and a half. I was first introduced to LabVIEW at the uni (physics), where I did a small inverter control software for bone screw testing. After that I've done some Matlab, PLC stuff and whatnot. Currently I work as a design engineer, doing various information and measurement systems.
I've been spoiled by various other programming languages including Ada, Common Lisp, Forth, Tcl/Tk, OCaml and Erlang. I know enough to be dangerous, but I'm no guru in any of them.
I have this love/hate relationship with LabVIEW: it's easy to do simple things but nearly impossible to do some stuff. Dynamically adding controls to front panel would be nice sometimes... I did ~200 controls in one project and hid them away because dynamic creation was not an option. The UI had to be customizable during run-time. Luckily VI scripting came out.
Current pet problem: how to make recursive type definitions in LabVIEW? I really could use one (a cluster of string and array, where the array elements are the clusters).
Edit: I first search Lava and if I find no help, then I search the other place. Usually I find everything necessary here, with much more detail too.