LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open multiple instances for a VI

Dear all,

  I created an application to open multiple instances(RecipeEditor.vi as attached)works fine in debug mode. But, after I build it to an exe, it gives me error 1003.

Can you please show me some pointer what is wrong?

 

Please find attached zipped package

 

Thank you in advance.

 

Regards,

Vincent

0 Kudos
Message 1 of 13
(3,033 Views)

your Recipe Editor seems to be password protected!

 

Regards
Freelance_LV
TestAutomation Consultant
0 Kudos
Message 2 of 13
(3,023 Views)

Yes, LV. Will that cause errorcode 1003?

0 Kudos
Message 3 of 13
(3,014 Views)

No, error 1003 is not likely to be created by password protection.

You have to either unlock the VI and post it again or tell us the password. Otherwise, we can only guess about reasons.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 13
(3,011 Views)

Do you include the vi in the build ?

How do you find the vi and get a reference ? by relative or absolut path ?

Is the path correct in the exe ? remember that the path in a exe most likely is NOT the same as in the dev. environment.

0 Kudos
Message 5 of 13
(3,002 Views)

OIC.

  Please find attached unlocked file

0 Kudos
Message 6 of 13
(3,000 Views)

Sadly, there is still an non-empty password configured....

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 7 of 13
(2,996 Views)

my apology, Norbert.

I attached the wrong file. This attachment is password removed.

 

Thank you in advance

0 Kudos
Message 8 of 13
(2,989 Views)

dk,

  Thank you for your reply. I am relatively new in Labview.

I did include the vi in build

vi is by absolute path

0 Kudos
Message 9 of 13
(2,988 Views)

What are you entering in the vi path control that you have, when you run your exe?

 

And just a tip, start trusting the data flow. You are using too many sequence structures, that has no meaning.

0 Kudos
Message 10 of 13
(2,976 Views)