MViControl Posted September 28, 2010 Report Share 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 Link to comment
ShaunR Posted September 28, 2010 Report Share 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 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 Link to comment
MViControl Posted September 29, 2010 Author Report Share Posted September 29, 2010 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 Link to comment
jgcode Posted September 29, 2010 Report Share Posted September 29, 2010 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.zip 2 Quote Link to comment
MViControl Posted September 29, 2010 Author Report Share Posted September 29, 2010 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.zip Thanks JGIts help a lot Quote Link to comment
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.