LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging dynamically dispached VI

  • I have started using GOOP concept in my coding.
  • I have machine with two similar station. for each station I have created child class.
  • Both station runs parallel. So I have set some common VI with reentrant property.
  • Now my problem is how do I debug reentrant VIs or dynamic dispaching reentrant VI.
  • No prob or wire retain tool work here.

Thanks & Regards,

 

PBP
Labview 6.1 - 2019
0 Kudos
Message 1 of 3
(2,702 Views)

Hello PBP,

 

You can keep open those clone VIs and make indicators where ever required to see current ongoing process inside the code. This seems to be the simplest way, but it requires multiple times of memory of PC as they use clones for each instance.

 

Regards,

DCKAN


Best Regards,
DCKAN

"We make a Living by what we get. We make a Life by what we give."
0 Kudos
Message 2 of 3
(2,688 Views)

Hi PBP,

 

You can even keep probes by opening clones and its block diagram..

 

Regards,

DCKAN


Best Regards,
DCKAN

"We make a Living by what we get. We make a Life by what we give."
0 Kudos
Message 3 of 3
(2,681 Views)