george seifert Posted September 3, 2010 Report Share Posted September 3, 2010 When using a Call By Reference node there's an error in/out cluster on the node itself. Also there can be an error in/out cluster on the VI that's called. Should I use both error clusters or is the one on the node kind of superfluous? Or is there a way to get the error cluster from the node into the VI referred to by the reference node? George Quote Link to comment
Shaun Hayward Posted September 3, 2010 Report Share Posted September 3, 2010 When using a Call By Reference node there's an error in/out cluster on the node itself. Also there can be an error in/out cluster on the VI that's called. Should I use both error clusters or is the one on the node kind of superfluous? Or is there a way to get the error cluster from the node into the VI referred to by the reference node? George I normally merge the VI's error with the node's error (with the node's error taking priority) - after all, they both are differnt things: the node's error relates to being able to call the particular VI specified, whereas the VI's error depends on the inner workings of the VI being called. Quote Link to comment
Mellroth Posted September 3, 2010 Report Share Posted September 3, 2010 I normally merge the VI's error with the node's error (with the node's error taking priority) - after all, they both are differnt things: the node's error relates to being able to call the particular VI specified, whereas the VI's error depends on the inner workings of the VI being called. I agree, if the node generates an error the outputs of the called VI should probably be discarded anyway. /J Quote Link to comment
george seifert Posted September 3, 2010 Author Report Share Posted September 3, 2010 I agree, if the node generates an error the outputs of the called VI should probably be discarded anyway. /J OK. Merge it is. It'd be nice though if you could access the node's error cluster like you can do with a timed loop. George 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.