|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Teleop Pausing Itself
This is not true. LabVIEW is meant to be able to run without a full deploy. If you have a slow laptop or packet loss, that can cause the behavior you are seeing. In addition, any errors showing in the diagnostic window can potentially cause issues.
|
|
#2
|
|||
|
|||
|
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? |
|
#3
|
||||
|
||||
|
Re: Teleop Pausing Itself
Yes, the pause button turns red. When I un-pause it, it finishes that iteration of the teleop loop, and pauses on the next iteration.
|
|
#4
|
||||
|
||||
|
Re: Teleop Pausing Itself
Quote:
|
|
#5
|
|||||
|
|||||
|
Re: Teleop Pausing Itself
In the Teleop front panel or block diagram check under Operate on the top menu bar and see if Suspend When Called happens to be checked.
|
|
#6
|
||||
|
||||
|
Re: Teleop Pausing Itself
It is not checked. I do have a red border around the edges of the vi though.
|
|
#7
|
|||||
|
|||||
|
Re: Teleop Pausing Itself
A red border means you have a Breakpoint set somewhere.
http://digital.ni.com/public.nsf/all...25670D00547B7C |
|
#8
|
||||
|
||||
|
Re: Teleop Pausing Itself
Quote:
|
|
#9
|
|||
|
|||
|
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 |
|
#10
|
|||
|
|||
|
Re: Teleop Pausing Itself
Does deploying as startup produce the same pausing behavior?
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|