I am currently running LabView for NXT Mindstorms.
I have a program that makes the robot turn left, then track parallel white lines on a road before coming to a stop at a red line.
I am trying to run this specific program twice in a row. To keep my program simple looking, I placed it in a subVI. Wiring two instances of the subVI together, however, does not make the program run twice. The robot ends up finishing one subVI, however does not move on the next subVI. Manually copying and pasting the program twice onto one VI and then wiring them together does however allow the robot to complete both programs in sequence. How can I have the two subVIs wired together to work properly?
Attached are images of the main VI and the subVI’s front and back diagram.
Any help about subVIs in general would be greatly appreciated as well.
I am just getting into LabVIEW, but I have noticed a few similarities to NXT-G. You should be able to simply loop your first operation. May I ask why you are using LabVIEW to do this instead of NXT-G?
I can’t say wh your subVI doesn’t run twice, the way you’ve written it to. The nxt target has limited debugging, but it you can add a breakpoint or probe a font panel value, that may help explain.
We are doing a more advanced challenge and feel we can put our labview skills to the test. We also want a more cleaner code to work with, rather than the bulkiness of NXT-G
We are going to put different subVIs together in this type of sequence. I am simply repeating one to test the sequence structure in general. We will be putting roughly 50 subVIs together, so we are just wanting to make our code look extremely clean and easily interchangeable.