LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Packed project library 1003 error when building it

Hi,

I am trying to build packed project library, but I get 1003 error. I have tried all things suggested in other threads regarding the 1003 error, but nothing helps.

My two project HardwareSpecificFunctionalities and ModuleTemplate are attached. HardwareSpecificFunctionalities PPL is used in the ModuleTemplate's VIs. When I am trying to build ModuleTemplate PPL I get 1003 error saying that one VI is broken, but actually it is not. If I remove the ReadOffset.vi from the AcquisitionInitialization_Main.vi, the ModuleTemplate PPL is build successfully.

Have anybody an idea what is wrong?

0 Kudos
Message 1 of 5
(2,586 Views)
I found out what is the problem. It is that DAQmx Read.vi is inlined VI and problems with the inlined VIs while building PPL is know issue.
If I disable inline property of the DAQmx Read.vi I can build PPL successfully. However I am not satisfied with this workaround either, because I use DAQmx Read.vi in many other projects and it will also be not inlined there. I suppose that inline option was enabled with a reason for the DAQmx Read.vi. I do not want to use enable debugging workaround either, which was also suggested.
Any other ideas?
0 Kudos
Message 2 of 5
(2,545 Views)

Hello Andrej.

 

I just noticed that in document LabVIEW 2011 and 2011 SP1 Known Issues (http://www.ni.com/white-paper/13164/en#323425_by_Category) it is stated that this bug will be fixed in LV 2012 (32 bit).

 

This version of LV will be available in August 2012.

 

All workarounds that are known, are the one that are described in this link.

 

Kind regards,

Sofija

0 Kudos
Message 3 of 5
(2,532 Views)

Could we get a list of new bugs you will be adding to 2012 so we can get ahead of the game.Smiley Surprised

0 Kudos
Message 4 of 5
(2,528 Views)

Hello.

 

List of bugs related to LV 2012 will be available in August too. Idea is that this list should not contain to many of new bugs (if RnD is aware of bug, they will try to eliminate it). There will be probably some bugs that are known from previous versions, and usually those are not fixed because they do not influence on most of customers. RnD is mainly focused on implementation of new features and on fixing bugs that influence on big number of customers. 

 

With workarounds, we try to eliminate all inconveniences that comes with bugs in case when bug is not fixed, so users are able to continue with their work.

 

Kind regards,
Sofija Poledica

Application Engineer

0 Kudos
Message 5 of 5
(2,505 Views)