LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event-Loop and parallel while-loop or better two event-loops?

Oh where is that "trip to Grandmas' post of mine?

 

Edit Here it is


"Should be" isn't "Is" -Jay
0 Kudos
Message 21 of 26
(562 Views)

@JÞB wrote:

Oh where is that "trip to Grandmas' post of mine?


I think it starts here:http://forums.ni.com/t5/LabVIEW/Interrupt-a-an-unfinished-state-in-a-QSM/m-p/2820274#M825410

 

FYI, it is tagged with "Grandma" so you can find it quickly next time.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 22 of 26
(557 Views)

@crossrulz wrote:

@JÞB wrote:

Oh where is that "trip to Grandmas' post of mine?


I think it starts here:http://forums.ni.com/t5/LabVIEW/Interrupt-a-an-unfinished-state-in-a-QSM/m-p/2820274#M825410

 

FYI, it is tagged with "Grandma" so you can find it quickly next time.


That was tagged with Grandma about a minute ago while editing my last post hereSmiley LOL


"Should be" isn't "Is" -Jay
0 Kudos
Message 23 of 26
(553 Views)

@JÞB wrote:

@crossrulz wrote:

@JÞB wrote:

Oh where is that "trip to Grandmas' post of mine?


I think it starts here:http://forums.ni.com/t5/LabVIEW/Interrupt-a-an-unfinished-state-in-a-QSM/m-p/2820274#M825410

 

FYI, it is tagged with "Grandma" so you can find it quickly next time.


That was tagged with Grandma about a minute ago while editing my last post hereSmiley LOL


Regardless, it is one of the best analogies I have ever seen for a state machine gone mad.  I'll definately be using it whenever I get my user group going.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 24 of 26
(548 Views)

Does error handling trap the error that occurs if grandma gets run over by a reindeer?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 25 of 26
(534 Views)

@OnlyOne wrote:

I really would use a queue but the problem is that i then cannot stop the running vi.

1. I press "Start" in the event -> queue is starting my Measurement-vi which is running for some minutes

2. I press "Stop" in the event -> queue is queuing this command and waiting for start is finished before processing stop.

 

So with queue i cannot stop the vi, thats why i use globals.


1. Press Start will queue start which will setup measurement and queue Measure.

2. Measure measures (e.g. 0.1s worth of data) and queues measure until done.

3. Press stop will queue stop which'll stop the program after the next measure

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 26 of 26
(515 Views)