I apologize, but I did not realize what hardware you were using previously. The 6024E card does not have analog triggers. It only supports digital triggering. Therefore, you will be unable to configure an analog start and stop trigger.
In order to configure a digital start and stop trigger, you may want to look at the following example program.
Continuously Acquiring Analog Signals Using a Digital Start and Stop Trigger in LabVIEW
http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3ED3556A4E034080020E74861&p_node=DZ52308&p_submitted=N&p_rank=&p_answer=&p_source=Internal
The work-around since your board does not support analog triggering is to use conditional retrieval, which implements a circular buffer in c
omputer memory and checks each point as it is acquired to see if it matches the trigger conditions. When the trigger conditions are met LabVIEW reads the desired data from the buffer. Since the program you are pointing me to uses conditional retrieval, I will assume you already knew of this work-around. Basically you will no longer be performing a hardware trigger. Instead you will just be checking each input value to see if it falls in an acceptable range. Unfortunately, the VI you attached to your post is missing subVIs. I cannot open your attachment and run it with the broken subVIs. You will need to save your application as a library (llb) in order for me to view it.
Regards,
Justin