LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a DUT test report in cRIO

I have a cRIO-9047 that I am using with the embedded UI to run an automated test station. I have a lot of experience using PC/cDAQ to run test stands and I would log individual DUT test data using the Database toolkit or Report Generation Toolkit. Neither of these options work with the cRIO/Linux. Anybody have any solutions to create/save a DUT test report on the cRIO? I'm trying to avoid having a host PC connected to the system (client request). 

 

The DUT test results are going to have roughly 40 captured data fields for each test we run. Most of the time I'd create a database column for each value I want to log and then use the DB toolkit to insert my test results (TestDate, SerialNumber, Result1, Result2....etc). 

0 Kudos
Message 1 of 2
(149 Views)

We have a project that requires Words and pdf reports generation on a deployment PC without Microsoft Office installed, so we implement it using Python (python-docx and pypdf). Perhaps you can explore the option of using Python script as well.

 

For database, looks like SQLite Library by JDP Science is supported in cRIO. 

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 2
(74 Views)