![]() |
Teleop Pausing Itself
As the title explains, when I enable tele-op, tele-op pauses itself. This hadn't been a problem before this and no change was made to the code between then and now. Is there an explanation for this and how do I fix it?
|
Re: Teleop Pausing Itself
What exactly do you mean by pausing? Do the Driver Station Comm and Code LEDs stay green when TeleOp "pauses"? Are you running the code permanently or with the run arrow?
|
Re: Teleop Pausing Itself
Quote:
|
Re: Teleop Pausing Itself
Do you have a breakpoint in your code that you added by accident?
|
Re: Teleop Pausing Itself
Quote:
I did cycle power and restart the code, driver station, etc. after that, though. |
Re: Teleop Pausing Itself
Quote:
|
Re: Teleop Pausing Itself
Quote:
I do want to note that I pulled the same version from github and ran that and it worked fine. |
Re: Teleop Pausing Itself
Open Robot Main and go to View->Breakpoint Manager and see what's listed there.
There might be two default breaks, but there shouldn't be any more. |
Re: Teleop Pausing Itself
You shouldn't be running the program by the arrow build it then deploy it and run it from the driver station.
|
Re: Teleop Pausing Itself
Quote:
|
Re: Teleop Pausing Itself
Quote:
|
Re: Teleop Pausing Itself
Quote:
Are you seeing the pause button near the run arrow turn red? If so, what happens when you click the red pause button to un-pause? |
Re: Teleop Pausing Itself
Just to pile on, ... err ... , I mean clarify, LabVIEW debugging involves running the VI interactively by pressing the run button
Each VI's compiled code is downloaded to memory, connections are established so that you can see panels, probe, breakpoint, change some values on panels, etc. Once the code is working well, you build an exe and deploy it. There happens to be a way to compile debugging into an exe, but that is not used as often as the interactive case. Greg McKaskle |
Re: Teleop Pausing Itself
Does deploying as startup produce the same pausing behavior?
|
Re: Teleop Pausing Itself
Quote:
|
| All times are GMT -5. The time now is 00:28. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi