02-09-2023 12:29 AM
Is there any limit or standard practice that in main code we should keep maximum 75 lines of code?
I have sequence which was working fine (communicating with ECM) with 105 steps previously but now on same system it is getting disconnected connection in between.
02-12-2023 03:44 AM
Hi,
There is no restriction wrt TestStand.
You should look into your code as to what is making the disconnect.
You can comment out few step in between to debug the root cause.
Ravi