02-24-2016 11:41 AM
I often use pause button to stop life-graph of signal. It is useful while debugging my hardware. LV always opens block diagram, when I click on pause button. But I don't need to debug LV program.
How can I disable this annoing behavior? if it possible at all.
02-24-2016 11:47 AM
The debugging tools are there for you to work with the block diagram. You shouldn't use the Pause button unless you are debugging your LabVIEW application because the pause location isn't controlable. Build a pause button in to your application to use instead.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
02-24-2016 11:49 AM
@kyb wrote:
How can I disable this annoing behavior?
Dude / Dudess,
You need to program that behaviour in. You can have all sorts of unexpected behaviour depending on when you hit pause and resume. It is not meant for what you are doing.