LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Initialise to standard and error1073 in application

Hallo,

I have an application with each, a string control and a string indicator.
While running I want to clear these with a method node and the "Initialize
to standard" method.
In development mode this works fine. But if I compile an application, these
two method nodes fail and produce an error 1073 and some weird descriptions
which are not useful to me.
What's the trick. Can't these methods used outside development mode?

Thanks

Oliver Friedrich
0 Kudos
Message 1 of 3
(2,509 Views)
Hi,

Yeah I fell for this one, follow link:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000055380000&USEARCHCONTEXT_CATEGORY_0=_8_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

Never did see a reason why this doesnt work as expected.

I had to change my code initialising the control /indicator with the Value node.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,508 Views)
The 1073 error being produced in LabVIEW 6.0.2 is not the intended behavior. In LabVIEW 6.1, this issue was resolved and you can now use the reinitialize to default method in an executable without receiving this error. In LabVIEW 6.0.2, there are a variety of ways you can get around the problem. You can write a value to the value property, write a value to a local variable, etc.

Matt Kisler
Applications Engineer
National Instruments
0 Kudos
Message 3 of 3
(2,508 Views)