LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting two error out wires to one error in wire

Ok, here's my problem, i'm programming an application and want to send two error out wires from two different daq assistant inputs into the error in of one daq assistant output.  I've tryed to merge the signals but Labview doesnt let you merge together the two signals.  I tryed to convert the signals but i couldn't find anything that would let me convert them.  If you could give me any advice, it would be greatly appreciated.  If i have to, i will attach an example of my application and give a explanation of what im trying to do.  Thank-you.
0 Kudos
Message 1 of 3
(7,900 Views)
What are you using to merge the errors? The function is called Merge Errors and if you're having a problem with that, can you post your code so we can see what the mistake is?
0 Kudos
Message 2 of 3
(7,897 Views)
When you refer to "error wires" I assume you are talking about error clusters. Yes? If so see the attached VI to merge two error streams. Whatever you do, do not use the Merge Errors VI that NI wrote as it can throw away error data. The attached VI preserves all the data it gets.
 
To use it, wire one error chain to the left terminal, the second one to the middle terminal and the output is the right terminal.
 
Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

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

For help with grief and grieving.
Message 3 of 3
(7,885 Views)