LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read a status message from one vi and display in another vi

Solved!
Go to solution

Here ya go Raj, 8.5.

 

Richard






Download All
0 Kudos
Message 11 of 18
(1,080 Views)

PaulG. wrote:

Can we give negative Kudos? Smiley Wink

 


  • Totally unecessary.
  • Just trying to help.
  • No good deed goes unpunished.
  • etc.
  • etc.
  • WHAT, exactly, is complictaed about THIS?? Especiially compared to setting up/wiring queues or two action engines. I'd say this is less compicated. There may be a performance hit, maybe a mS, but this is the neatest way to update front panel stuff inside a sub-VI, and has been recommended / demoed to me by NI.

 

by_ref.gif

Richard






Message 12 of 18
(1,074 Views)

Hi,

 

Broken arrow it is working fine what ever you suggested. Thank you very much.

 

I have one more doubt, to update latest status message keeping the old one i am using following. Is it OK? will affect my program execution or speed?

 

 

 

 

 

 

Regards,

Rajashekar

0 Kudos
Message 13 of 18
(1,049 Views)
here is the one i am using to update the status
0 Kudos
Message 14 of 18
(1,047 Views)
Message Edited by bla457645 on 10-14-2009 06:24 AM
0 Kudos
Message 15 of 18
(1,036 Views)

The way you have it there Raj, your message will look like this (where "Your_Status" is the Status message)..

 

Your_Status
Operation 1 Your_Status
Operation 1 Your_Status
Operation 1 Your_Status
Operation 1 Your_Status
Operation 1 Your_Status
Operation 1 Your_Status
Operation 1

 

... probably not what you want?

Richard






0 Kudos
Message 16 of 18
(1,024 Views)

Hi,

 

Probably my way is...

 

i will be using sequence structures in a subvi, in which in each sequence i will be performing certain operation which i need to display that operation in the status message without overwriting.

 

Like my status indicator will be

 

Operation 1 performing

Operation 2 peforming

Operation 3 performing

checking for the results

storing the results

 

 

 

The above information i want to display in status indicator, in which each message will be in each sequence.

 

 

 

Regards,

Rajashekar

 

 

0 Kudos
Message 17 of 18
(1,021 Views)

Rajashekar wrote:

Hi,

 

Probably my way is...

 

i will be using sequence structures in a subvi....


Well, one of your problems (a big one) is relying on Sequence Structures in general.

 

I have attached another example, this one uses Queues. You should find what you need in the message sending routine, but according to your response, I think you need to study/read about LabVIEW program flow.

Richard






Download All
0 Kudos
Message 18 of 18
(1,018 Views)