05-24-2005 11:59 AM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
05-24-2005 12:23 PM - edited 05-24-2005 12:23 PM

Message Edited by Ed Dickens on 05-24-2005 12:24 PM

Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.05-24-2005 01:58 PM

05-24-2005 02:01 PM

05-24-2005 02:49 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks
05-24-2005 02:55 PM
I don't like using that global stuff, and neither does my client. The problem is that it's outside the program. My program handles a bunch (200+) of channels, some that LabVIEW knows nothing about (from TCP instruments, and other places). But they're all specified in a (relatively) common format, in a common place. So it doesn't make sense to go outside the program to change parameters for them.
I want to specify everything about the channels from code.
Thanks for your ideas, though.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
05-24-2005 03:06 PM
Blog for (mostly LabVIEW) programmers: Tips And Tricks