08-09-2010 04:19 AM
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.
08-09-2010 05:58 AM
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.
08-09-2010 06:14 AM
OK, thank's. Where can I find the "Execution.State"?
08-10-2010 02:34 AM
Hi,
You can have a look on the following kb
Have a nice day,
Nicolas