My vi has a stop button on the front panel but only the "abort
execution"button
stops the vi completely.This vi writes/reads through the parallel port to a
LTC1298 A/D chip.I use Labview 6i on Windows 98se.
The vi diagram consists of a 2 frame sequence structure inside of a While
loop.Inside frame 0 there is a For loop which contains an Outport sub vi.
the For loop iterates 12 times to initialize the chip.
In frame 1 there is another For loop which has an Outport and an Inport
sub vi.This For loop iterates 24 times to read 12 bits from the A/D
chip.Also
inside frame 1 and beside the For loop are various functions for displaying
the
12 bits,their numerical value,high/low limit alarm,and a Wait timer.A wire
from
this area connects to a Waveform Chart
terminal located just outside the
While loop.Hitting the Stop button on the front panel stops the Waveform
Chart but
the reading and the writing continues.
I've tried different mechanical settings for the Stop button,default T/F,
and T/F for the Conditional terminal in the While loop. The Stop terminal is
currently
inside Frame 1,but has been almost everywhere else.How to stop?