LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

erreur 1073

Bonjour,

J'ai crée une application pour laquelle, je souhaiterai créer un exécutable.
Le seul problème de cette construction une erreur se produit (1073) faisant référence aux raison possibles suivantes : "Vous ne pouvez écrire cette propriété ou avoir accès à cette méthode que lorsque le VI est en mode exécution"

Que dois-je faire afin de solutionner ce problème??

Merci d'avance pour votre réponse,

A+
Laurent.

 

Hello

I created an application for which, I will wish to create an executable.
The only problem with this construction is an error (1073) referring to the following possible reason: "You can write this property or have access to this method only when the VI is in run mode"

What should I do to solve this problem??

Thank you in advance for your reply

A +
Laurent.

0 Kudos
Message 1 of 3
(2,450 Views)
What property node are you trying to use that generates this error?
0 Kudos
Message 2 of 3
(2,440 Views)
There are several properties that cannot be set in run-mode. For example, you cannot change the items in an enumeration. Thus, you cannot write to the "Strings" property of an enumeration in run-mode. This is by design, since the code cannot be compiled when it's in run-mode.
0 Kudos
Message 3 of 3
(2,431 Views)