LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to do activity log

Hi
all , is it possible to perform the activity log that will save in a file. like us consider user operates on button1,2,....
led on status ,
is it possible to log the data along with key strokes.

Thanks in advance

Rajesh
0 Kudos
Message 1 of 4
(2,667 Views)
It really depends on your code, but if you're using an event structure for a user interface, then whenever an event occures, you get data on that event from the nodes on the left side of the structure. You can use the data from those to record what you want. I suggest you post your code and elaborate on exactly what it is you want to log.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,659 Views)
Hi

I developed a simple logging library, where you can log messages, depending on a log-level.

Just search for "log4labview" on the example code library.

Maybe this is what you are looking for and you can develop it to your needs.

Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 3 of 4
(2,653 Views)
Hi TST AND THOMAS
Thanks for your reply.

Regards
RAJESH
0 Kudos
Message 4 of 4
(2,651 Views)