LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data log file refnum - what is it?

Hello all,

i want know what is it data log file refnum and how to use it.

Thanks.
0 Kudos
Message 1 of 4
(3,971 Views)
A datalog file is a file that stores data as a sequence of records of a single, arbitrary data type that you specify when you create the file. Although all the records in a datalog file must be a single type, that type can be complex. For instance, you can specify that each record is a cluster that contains a string, a number, and an array.

You could use a datalog file refnum if, for instance, you were creating a subVI which will be accepting a datalog file as an input. You could use this refnum to write to the file and perform other actions on it.
J.R. Allen
Message 2 of 4
(3,971 Views)
Thanks, JRA
0 Kudos
Message 3 of 4
(3,971 Views)
No problem. Good luck with the programming!
J.R. Allen
0 Kudos
Message 4 of 4
(3,971 Views)