Skip to content

Test Data Logging

Ehsan Peymani edited this page Jun 8, 2018 · 3 revisions

I have created a SV library named Test which contains 2 double variables: Var1 and Var2. The library has been deployed and initialized.

I have created a CSV format database (with semicolon as delimiter) using the data logging application.

There is an emulator.vi in /test folder. The emulator requires the path to the database. It works with most used data types such as int32 and double. It writes random number on the shared variables. The emulator assumes that the SVE in on local machine.

P10.png

I run the emulator.

In the data logging application, I set the name of the log file to Test1, and press Record. Viewing the

This image is the result when the sampling rate is 100msec.

P11.png

I repeated the test but changed the sampling rate to 1sec.

P12.png

Everything looks as expected.

Clone this wiki locally