Robot Main error

I was working my way through trying to program vision, and after I completed it, having no errors, I opened up Robot Main to deploy the code to test it, however, robot main included broken wires. It appears that the normal connectors where the wires go have disappeared from the vision block. Any ideas?

You either deleted Error Out in Begin.vi, or Error In inside any of the other five vi’s on that broken chain.
Probably Vision if that’s what you were working on.

You also seem to have disconnected the Image Size global input on Vision as well.

You can create a new project and copy/paste the missing Error input/output and see where it gets attached.
Then it needs to be reconnected to a node on the vi.

  • Go to the Vision (if that’s where it was missing) front panel and look in the upper right corner for the I/O node layout.
  • click on the empty white node box in the lower left and then click on the Error In you just added to the front panel.





Got it, thank you!