LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Performances Counters

Bonjour, on me conseille d'utiliser un compteur de performance pour détecter lorsque mon application Labview plante et ainsi la rédémarer automatiquement ! Y a t'il une possibilité de réaliser cette opération ou existe t'il un autre moyen de détection ? Merci pour votre aide

 

 

Hi, I want to use a Performances Counters to detect if my VI is down and to restart it automatically! Is it possible and how can I make that ? Thank you for your help.

0 Kudos
Message 1 of 4
(2,587 Views)

A VI will only be down when loaded dynamically and started with the "Run VI" method.

 

You can keep the reference to the VI and check the VI with the property "Execution.State" regularily.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 4
(2,572 Views)

OK, thank's. Where can I find the "Execution.State"?

0 Kudos
Message 3 of 4
(2,563 Views)

Hi,

 

You can have a look on the following kb

Is There a Way to Programmatically Tell If a VI or SubVI Is Running?

 

Have a nice day,

Nicolas

Message 4 of 4
(2,544 Views)