Re: TWO ENUM ONE LV
- From: GerdW <x@xxxxxxxx>
- Date: Thu, 28 Jul 2005 03:10:44 -0500 (CDT)
Hello labview1958,
LabView is dataflow based:
So it will run your vi from the outer case to the inner. This way first
the enum "Readings" will be checked (outer case structure), then enum
"Motor direction" (inner case structure). But you cannot change "Motor
dir" after "Readings" has been read as you both wired them from outside
the outer case (dataflow!). And "Motor dir"/inner case structure will
only be processed if "Readings" is set to "Motor".
So maybe you have to changed your vi to:
1) move the communication part into subvi's (moving motor, reading data)
3) do motor moving and reading in parallel loops
2) check "Readings": if set to "Reading" then stop motor moving (in parallel loop), do reading, start motor moving again
Hope this helps.
.
- References:
- Re: TWO ENUM ONE LV
- From: mikeporter
- Re: TWO ENUM ONE LV
- Prev by Date: Re: Get your questions answered by LabVIEW developers.
- Next by Date: Re: TWO ENUM ONE LV
- Previous by thread: Re: TWO ENUM ONE LV
- Next by thread: Re: TWO ENUM ONE LV
- Index(es):
Relevant Pages
|