I have a program that measures the same part several times with different probes. Code was much easier to implement using subroutines instead of looping logic. However, given my work environment, it would be very strongly preferred if i didn't have to have a separate program in a separate location for the sub code. Are there any potential issues/pitfalls/traps with calling a subroutine that is set at the end of the main program? I tested it online with one loop and it seemed to work fine, but I need to make this as stable as possible. TIA!
Derrick
Derrick
Comment