10-13-2009 08:24 AM
Here ya go Raj, 8.5.
10-13-2009 08:35 AM
PaulG. wrote:Can we give negative Kudos?
10-14-2009 04:55 AM
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
10-14-2009 05:00 AM
10-14-2009 06:21 AM - edited 10-14-2009 06:24 AM
10-14-2009 07:32 AM
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?
10-14-2009 07:45 AM
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
10-14-2009 08:00 AM
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.