LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does LabVIEW mean by "Error 71: File Datalog Type Conflict"

What does LabVIEW mean by "Error 71: File Datalog Type Conflict" (Hex code:47)
Thank you.
0 Kudos
Message 1 of 3
(5,025 Views)
Please provide us further information on when you are getting the error and what the functionality of the VI is. That would help us to troubleshoot your issue.

Is the error caused by a similar situation as the one descibed in this KnowledgeBase?

Best regards,
Philip C.
National Instruments
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 2 of 3
(5,025 Views)
Hi,

When you save a Datalog file, you save a cluster with a user define elements on it. When you read the file back you must specify the type of data that you expect to read from the file. When you specify in the read a cluster different from what LabVIEW finds in the file you get this error.

It is possible that you attempted to open a file that was create with an older version of your app where the type actually changed.


I hope this helps. Let me know if you have any further questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 3 of 3
(5,025 Views)