BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

I am about to be repurposed

Well, after 30+years of sporadic use (and several successful applications deployed) of LabVIEW for my employers is coming to an end.

 

I am retiring next week, a bit sooner than I expected, and all is well.

Here is my last ‘corporate’ LabVIEW program, please don’t critique it too much.

 

A shout out to all Forum members past, Wireworkers we have lost along the way, present, and future….

And also BlondeGrrrl (at least she was more interactive than New Member replicant posts from Reddit).

https://forums.ni.com/t5/BreakPoint/Hi-Fellow-Programmers/td-p/379333

 

Seriously though- my programming skills, architectures, and capabilities improved just by soaking in the knowledge base of the Community Forums. Thanks to all even if I didn’t kudo every post that contributed to such.

 

I’ll probably install the Community Edition to tinker with at home and also be dropping by the Forums periodically (probably to ask for help with downloading/activating the CE).

 

Respectfully and Thankful:

 

AK2DM

Retirement Coundown Screenshot 2026-03-26 095947.jpg

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 1 of 12
(1,088 Views)
For the elegance of the code, but in this particular case mainly for security reasons, I would have placed the "Retirement Date" control outside the loop.

All the best for your retirement!
Message 2 of 12
(1,046 Views)

Froher Unruhestand!   🙂

(German: Ruhestand -> retirement  , Unruhe -> fidget  or restlessness,   Froh -> happy  😄 )  

            

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 3 of 12
(1,030 Views)

Happy upcoming retirement!

 

I still remember meeting you at one of the NI weeks many years ago!

 


@AnalogKid2DigitalMan wrote:

Here is my last ‘corporate’ LabVIEW program, please don’t critique it too much. 


Well, this is what we do, so here's a list: 😄

 

  • the need for 0.1s updates demonstrates your impatience with all this, so this is OK
  • While I do like the LED font and custom time format, I would have expected an array of picture rings where each number is a picture of a nixie tube. (Use code similar to this, but replace the cluster with a picture ring)
  • The retirement date should be a diagram constant.
  • It should be made into an executable that auto-starts after each reboot.
  • The stop condition should be based on the relative time changing sign and then trigger a firework show, while paying a tune.
  • ...

 

Yes the community edition is a great way to keep participating here. Hopefully it will eventually be 64bit. I've been retired 60% for a few years (soon 80%), but my time spent programming in LabVIEW has not slowed. It is too much fun to teach an old computer new tricks!

 

Enjoy it!

Message 4 of 12
(1,000 Views)

Congrats on retirement! How do I get that sweet LED font in my numeric controls?

Message 5 of 12
(989 Views)

@Darren wrote:

Congrats on retirement! How do I get that sweet LED font in my numeric controls?


I was wondering that too.

 

(Just doing a web search returns plenty of LED/LCD fonts but I have not explored deeper and I am not eager to add fonts to all my windows machines until this 16yo  idea is implemented... 😮 )

Message 6 of 12
(985 Views)

Here is some pre LED inspiration (sorry for the quality of the pic,  source is Wellenkino at Maker Fair )

 display.jpg

 

top is a Panaplex display

middle is nixi

bottom is the most beautifull , sorry can't remember the name ,   each digit is a transparent plate with holes/markings, lighted from seperate bulbs below. (This voltmeter beauty has a build-in Weston-element as refeference)

 

Most famous scene for that type of display is this classical Goldfinger count down ... stopping at ... well you know it 😄

https://www.youtube.com/watch?v=XBIZQcVMaNo

 

Edit: other picture 

https://www.electricstuff.co.uk/auctions.html

https://www.youtube.com/watch?v=J9F8uALgCRk

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 7 of 12
(949 Views)

@Darren wrote:

Congrats on retirement! How do I get that sweet LED font in my numeric controls?


Download a LCD Font, install it in Windows (right click the file), select in LabVIEW.

LCD Fonts

 

 

Message 8 of 12
(870 Views)
Message 9 of 12
(705 Views)

@JB wrote:
For the elegance of the code, but in this particular case mainly for security reasons, I would have placed the "Retirement Date" control outside the loop.

All the best for your retirement!

Well, I had a hunch that date may change and indeed it did (was planning for 2027) hence I wanted the real-time update option.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 10 of 12
(382 Views)