From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cond.vi error 71

I'm using cond.vi to condition biomechanical data and keep received an error 71: file datalog type conflict. I'm trying to condition .wav files (converted in txttow.vi). I've done this many times before and never received this error. Any thoughts?

0 Kudos
Message 1 of 4
(2,746 Views)
The VIs you mention are complete mysteries and what you are converting to. I don't see how you can be helped with next to no real information.
0 Kudos
Message 2 of 4
(2,743 Views)
The error you mention is (as it says) a data type mismatch. What that means is that the VI writing the data is not using the same data format as the VI that is trying to read the file.

You see datalog files are a binary format so you have to know the exact format of the data in the file before you can read it.

Beyond these general comments, to give you specific help we need (as Dennis pointed out) to see what your code. The files you mentioned are not built-in VIs so we have no way of determining what they are doing.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 4
(2,707 Views)

What changed since the last time it worked correctly?

 

0 Kudos
Message 4 of 4
(2,690 Views)