Hello Geophysicist,
There are various ways to add a start or a stop button in a LabVIEW program. Here are some of the options:
1) If your program is running continuously, then you probably are using some loop. To terminate a loop, the best and easiest way is to add a "Stop" button found in "buttons & switches" function palette of the front panel.
2) To start a program after pressing a key, among various options you can either use sequence structure, or one button dialog, or event structure. To use these options you can either use LabVIEW help or LabVIEW Example Finder also found in help or search on http://www.ni.com/support
I am attaching a snapshot of the two basic solutions that you can use to add a start and a stop option in your program.
I hope it helps,
Rajiv