LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Pause Button

Hello, colleagues,

 

Can you explain please - why the Pause Button is missing in the given VI?

 

Missing Pause.png

 

 

Checked all settings - all seems to be good. VI (LV 2013) is attached.

 

Andrey.

 

0 Kudos
Message 1 of 7
(3,298 Views)

You need to allow debugging from VI Properties:Execution.

--
Marko H

OptoFidelity - Enabling Smarter Future

Tampere - Espoo - Oulu - Cupertino - Redmond - Zhuhai

0 Kudos
Message 2 of 7
(3,281 Views)

@mjhakkar wrote:

You need to allow debugging from VI Properties:Execution.


I know. Debug is allowed in the given VI:

 

Debug.png

 

Any other idea?

 

Just to be honest - this VI wasn't created from scratch - it based on "MB CRC-16.vi" from Modbus library.

For me it looks like small bug, or some "hidden" properties, which was used by NI.

 

0 Kudos
Message 3 of 7
(3,278 Views)

Hm, never seen this before at an empty VI. Where does it come from? FPGA target? A private VI from a lvlib/lvclass?

 

Which version of LV (incl. f-patch)?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 7
(3,246 Views)

This is originally "MB CRC-16.vi" from Modbus library. (https://download.ni.com/pub/devzone/epd/nimodbus121.zip)

I just removed block diagram and change all settings to "New VI defaults", but this takes no effect.

0 Kudos
Message 5 of 7
(3,232 Views)

Hm, i dont know if this is some weird bug in LV 20xx (at least 2013) or if this is something older LV versions put into the specific VIs:

I checked the LLB and all VIs which are disabled for debugging show the same behavior.

 

A simple workaround is of course to use "New VI" instead of "cleaning up the block diagram"....

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 6 of 7
(3,221 Views)

Hi, Andrey!

I've got some time to investigate this issue (finally!) and found, that some additional internal flags were set for that VI, that's why you couldn't enable the Pause button. You may browse this thread to know the details.

0 Kudos
Message 7 of 7
(2,640 Views)