05-05-2011 03:43 PM
05-05-2011 04:17 PM
Nice! That'll keep the queue a 1 element. (after enough events the original may have had a queue of (acquire, analize, ..., ...., Initiallize) so the re-config would have been greatly delayed and the user would beat his mouse over and over click the params again and made it even worse (shudder)
Two oversights-
use a Local (or a property node) in the event and read the terminal on the consumer self enqueue.
the data in Initiallize from Initialize00 would be bad and the data in Bias and Analize would never be right
Nice work
05-05-2011 07:29 PM
Hi Jeff,
Thank you for your reply.
According to your instruction, I have made some modification.
I am not sure I have followed your instructions. Please review them.
Thank you very much!
Guoguang
05-05-2011 07:31 PM
Hi Jeff,
Thank you for your reply.
According to your instruction, I have made some modification.
I am not sure I have followed your instructions. Please review them.
Thank you very much!
Guoguang
05-05-2011 07:43 PM
Replace the property noe (on a tunnel so it NEVER gets updated) with a read local and you're golden!
PS: Forum ettiquette would have a lot of KUDOs for all the posters that took the time to review your code. This code was pleasant compared to the norm we see! click some of those + stars under the names of the posters who helped- it is all we get out of volunteering our efforts and expertise.
![]()
Keep up the good work!
05-05-2011 08:16 PM
Hi Jeff,
Thank you for your reminding.
I have done as you mentioned.
Pls take a look. Any comments
are appreciated.
Thank you very much!!!
Guoguang
05-05-2011 08:24 PM
nothing to say!
how does it work?
05-05-2011 08:49 PM
Hi Jeff,
I am a little bit confused.
Could you give me some clues?
Thank you!
Guoguang
05-06-2011 06:31 AM
Sorry for being unclear. I meant it looks fine! I suspect it will run great. (but you never know till you hit the "run" arrow
)
05-06-2011 09:56 AM
Hi Jeff,
Thank you for your reply.
I will test it later.
Guoguang