LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bug Labview RT 8.20 with NotFoundDialog.vi and GeneralErrorHandler.vi when creating an executable

Hi,
 
I've got a problem with Labview RT 8.20 french edition.
 
During my development, I had 2 warnings concerning NotFoundDialog.vi and GeneralErrorHandler.vi. But when I've tried to create an executable, these warning prevent its creation by generating an error.
 
So I've modified theses vis in order to be able to compile my executable.
 
1.    For GeneralErrorHandler.vi the problem is in a conditional disable structure in which there is a case named TARGET_TYPE==RT.
 
It seems that this parameter is not equal to RT or doesn't exist. So I've created my own parameter and change the case.
 
2.    For NotFoundDialog.vi the problem is upon a FindErrorDescription.html which is not available in RT target. So I uses the same conditional disable structure to disable this part of code when running under RT system.
 
 
I hope this will help if anyone meet the same problem.
 
 
 
James
 
 
Message 1 of 3
(4,099 Views)

Hello,

thanks for having reported these informations for LabVIEW users.

Regards,

Manuel R
AE dans une autre vie
0 Kudos
Message 2 of 3
(4,084 Views)

Hi

I have a similar problem, however it is under the debug mode. I have a project which uses a Host under windows, RT target and then a FPGA target. Everytime the RT is deployed, it will ask whether I would like to save the mentioned files even though there is no modifications to them directly. The same case applies if the  host is modified under windows and it will prompt for the same.Smiley Surprised

I understand that these VI's have no use in RT but, they are being recompiled through some sub VI. It is more of an annoyance than a show stopper. Thanks for the fix.Smiley Indifferent

Regards,

Ashm01

 

Message Edited by ashm01 on 03-19-2007 02:26 AM

0 Kudos
Message 3 of 3
(4,045 Views)