05-17-2016 04:13 PM
Hello Guys, I have a question regarding SubVIs , will I be deducted any markes if i made in a subVI error in and error out the only things outside the case structure for no error and error and all the inputs and outputs of this subvi is inside the case structure , does this affect the compiler badly and I should keep all inputs and outputs outside the case structure ?
I tried both case on labview and it is the same
one last thing as well.
if I have at least to put the output outside the case structure , does the same case apply for the inputs???
this is for the CLD certification Grading
05-17-2016 05:46 PM
Just so you know, there is a Certification forum as well, where people may be more interested in this kind of question.
I have always learned that best practice is to keep inputs and outputs outside of structures.
One thing to remember is that if you put error terminals on a SubVI, make sure to use them even if it is not possible to generate an error in your SubVI!