MViControl Posted September 28, 2010 Report Posted September 28, 2010 Hello, I am struggling with the multi-loop architectures these days, can anybody share a multi-loop design pattern with the error handling loop included? Thx Quote
ShaunR Posted September 28, 2010 Report Posted September 28, 2010 On 9/28/2010 at 3:58 PM, Techie said: Hello, I am struggling with the multi-loop architectures these days, can anybody share a multi-loop design pattern with the error handling loop included? Thx I think most people use some sort of Queue based error handling where each loop/subvi/process/task places a message on the queue which is handled by a dedicated error task. Quote
MViControl Posted September 29, 2010 Author Report Posted September 29, 2010 On 9/28/2010 at 4:13 PM, ShaunR said: I think most people use some sort of Queue based error handling where each loop/subvi/process/task places a message on the queue which is handled by a dedicated error task. Thx, do you have some examples? Quote
jgcode Posted September 29, 2010 Report Posted September 29, 2010 On 9/29/2010 at 10:52 AM, Techie said: Thx, do you have some examples? Hi Techie Attached is a template example I use for teaching, it is taken from NI course example. It may not be the best, but is an implementation that may get you started? Cheers -JG Error Module Top Level VI Example Code Producer Consumer Events Error Display.zipFetching info... 2 Quote
MViControl Posted September 29, 2010 Author Report Posted September 29, 2010 On 9/29/2010 at 12:59 PM, jgcode said: Hi Techie Attached is a template example I use for teaching, it is taken from NI course example. It may not be the best, but is an implementation that may get you started? Cheers -JG Error Module Top Level VI Example Code Producer Consumer Events Error Display.zipFetching info... Thanks JGIts help a lot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.