NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

get error when using report func. in runtime(1498/1448)

If I call a vi containing 'report generating' functions in teststand there is no problem when using the development adapter, but when I use the runtime adapter I got the error 1498.

I then created a 'Source Distribution' lib, knowing that every sub vi's need to be 'Preserve compiled code', but now I get the error 1448 in both development and runtime adapter.

I use teststand and labview 2016(including report toolkit) on a windows 10 pc.

 

I have included the project how I create the source distribution and also the source distribution build.

 

Error 1489:

InspectorGadget123123_0-1652345791316.png

 

Error 1448:

InspectorGadget123123_1-1652345886662.png

 

 

Download All
0 Kudos
Message 1 of 2
(625 Views)

I think I found a solution, think it's more a work around.

Since the report components load dynamically, I removed the abstract class.

Next made a source distribution and now it works.

 

It's seems that the report toolkit does not work directly in teststand which is a bit sad I think.

Maybe somebody knows a different way to use the functions in teststand like in the example.

 

Picture below show the work functions:

InspectorGadget123123_0-1652356565373.png

 

0 Kudos
Message 2 of 2
(607 Views)