LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to stop working task's in ordinary shutting

I working with LABVIEW 6.1 .I need to stop working task's in ordinary shutting.The task's working indpendently , if someone have any idea i will be greatful.
0 Kudos
Message 1 of 4
(2,723 Views)
Can you elaborate on this question?
What tasks are you running? What do you mean by ordinary shutting? Do you mean just pressing the abort button in the menu bar?
If you have any hardware operations, it is not recommended that you stop the VI by pressing the abort button. It would be better to have a Stop Boolean. Since you have LabVIEW 6.1, you can use the Event Structure. Have a event case for Stop, and end all of the tasks in that case.

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 4
(2,723 Views)
Dear Zvezdana

I am running many task's in the same time such as measuring ,acquire data etc. .
Ordinary shutting means stopping task's step by step ,
each working task will be stoped in the sequence we decide.
Pressing one button will close the task's step by step
until all the task's will be stoped.
I will appreciate your help

Koby Argov
0 Kudos
Message 3 of 4
(2,723 Views)
Dear Zvezdana

I am running many task's in the same time such as measuring ,acquire data etc. .
Ordinary shutting means stopping task's step by step ,
each working task will be stoped in the sequence we decide.
Pressing one button will close the task's step by step
until all the task's will be stoped.
I will appreciate your help

Koby Argov
0 Kudos
Message 4 of 4
(2,723 Views)