09-19-2025 08:36 PM
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).
09-21-2025 10:42 PM
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.