Archive for the ‘Tips & Tricks’ Category
Sunday, June 22nd, 2014 Posted in Easier Programming, LabVIEW, Tips & Tricks, User Interface
51 wires? No – use a cable. In Part III, we talked about how to take 3672 copies of a 300-channel list and cut the memory requirements down to size. The price we pay for that savings is a bit more work on our part. But it’s a
Thursday, June 19th, 2014 Posted in LabVIEW, Tips & Tricks, User Interface
Re-think the easy ways you have used forever. In Part I, I gave the rough outline of the task: how to manage over 12000 controls/indicators on one panel. In Part II, we started whittling the task down to size, using sub panels and reentrancy.
Saturday, May 17th, 2014 Posted in LabVIEW, Tips & Tricks, User Interface
Figuring out what you do NOT have to do. In Part I, I gave the rough outline of the task: How to manage over 12000 controls/indicators on one panel. The first thing to realize is that the beginner’s reaction (“holy crowdation Batman, that’s impossible”) is
Friday, March 12th, 2010 Posted in Easier Programming, LabVIEW, Tips & Tricks
When you don’t have the DAQ hardware you need… Any version of NI-DAQ and the Measurement and Automation Explorer (MAX) released recently has provisions for “simulated” devices. You choose which devices you want, and then NI-DAQ will pretend those devices are actually installed on your
Monday, November 2nd, 2009 Posted in Tips & Tricks
The TIMESTAMP indicator is smart enough to get you into trouble. Just ran into what at first appeared to be a bug, but turned out to be proper, if misunderstood, behavior. I have a project which records data files. When the actual recording starts, and
Sunday, October 25th, 2009 Posted in Tips & Tricks
A shortcut to determinism in real-time applications Determinism in software is the ability to ensure that any and all paths taken through the code take a consistent amount of time to execute. Most desktop applications have no interest in this consistency because A) it doesn’t
Friday, September 25th, 2009 Posted in Tips & Tricks
A picture is worth 1024 words I discussed the idea of a time-alignment scheme in the article Delays, Delays, Delays. The idea is that signals which have a mechanical delay of some kind (gas transport time, for example) can be time-aligned with signals that have