I am not a programer by any complicated means, so when my actual programers bailed on me over the last week and we still had no code, i took it over. I worked with a minimal amount of ladder logic before, and i mean like lego mindstorms minimal, but i was able to build a vi for a RT target, not the FRC framework and got it running, now im trying to put the code i had into the FRC project and im having issues with tunnels into the loops not being connected in the other states, such as the case structures for teleop, do i need to terminate everyting inside? or is there something im missing??
A case structure that has output tunnels needs each case to push information to those tunnels. Otherwise you could run into a situation where a wire doesn’t have any data.
A tunnel that is missing cases looks hollow - flip through the cases to find the missing pieces.