03-20-2013 11:44 AM
Hi guys--
Actor Framework, LV2012: In general, should I be merging normal Error lines with the "error code" lines that occur in some of the override VI's? Or are these meant to be two distinct channels of information?
Attached is a contrived example (I wouldn't normally pass this particular error) that illustrates the kind of situation I find myself puzzling over.
I encounter such situations sometimes when overriding "Stop Core". Assuming one did not want to suppress the error at "Destroy Event", is this the proper way to handle this situation?
Thanks a bunch, and have a great day.
--Brad
03-21-2013 11:43 AM
Hi Brad,
Passing the errors as you have in the example you posted should not be a problem. This would allow your program to pass any error through from previous sections of your code's execution, as well as pass on any errors created within this portion of the code. Some may disagree, but from my point of view, this approach is best. I hope this answers you question.
03-21-2013 12:16 PM
I would post this question to Actor Framework community rather than here, as active Actor Framework users are likely to be subscribed for discussions happening there.
https://decibel.ni.com/content/groups/actor-framework-2011
I am also interested in what people say about it.