LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML report bugs to report?

I did  experience two problem with the HTML report in LV6, LV8.0, LV8.5 and LV8.6.

 

1: When images are placed in the report these are generated in the temp folder. When the report is disposed, these files are not deleted. This will cause the temp folder to fill. I have modified my dispose report.vi file in vi.lib to solve this problem.

 

2: The append control image uses a millisecond timestamp to create a unique filename. When this function is called more then once in a millisecond the unqiue naam is not unique. Again, i have modified my dispose report.vi file in vi.lib to solve this problem.

 

Is this a worthy bug report so this fix can be included in the new LV version?

 

 

C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\Utility\NIReport.llb\HTML\Dispose Report.vi

 

Bug: Found in LV 8.5, the images that are generated for the report are not ereased but are left as a trace in the <user>.temp folder

Repair: At dispose, delete all image files. Use the 'save-report' function to keep all these items

 

C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\Utility\NIReport.llb\HTML\Append Control Image to Report.vi

Bug: Found in LV 8.5, generation of unique number of image is based on 1msec timer. When function is called more then once in a msec this results in a not unique number.

Repair: A GLI function has been added to replace the timer, now a unique number is generated every time.

 

 

---

25+ years long fan of LabVIEW. Move to Emerson looks to be for the better! See the last posts in subscription model thread.
Download All
0 Kudos
Message 1 of 4
(3,246 Views)

Hi Mark

 

please add these bugs to the monthly bugs on this forum.

 

http://forums.ni.com/ni/board/message?board.id=BreakPoint&thread.id=6602

 

More people look over there and ask for a CAR (Corrective Action Request number)

greetings from the Netherlands
0 Kudos
Message 2 of 4
(3,226 Views)

The issue of not deleting image files was reported to R&D (CAR # 43931) for further investigation.

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

The issue of using Tick Count (ms) to create unique file names was reported to R&D (CAR # 132869) for further investigation.

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