09-19-2013 04:00 PM
Even though it's Thursday, today feels like Friday to me. So here you go, a LabVIEW quiz with no practical use whatsoever. 😛 Can you get an Add function to look like this?
This was a regular ol' Add that I dropped from Quick Drop/the palettes. Can anybody figure out what I did to get it to look like this?
09-19-2013 04:04 PM - edited 09-19-2013 04:07 PM
Does the answer have something to do with the dynamic data type?
EDIT:
I got it to look the same as yours but I couldn't get it from quick drop.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-19-2013 04:09 PM
Steps to reproduce:
09-19-2013 06:13 PM - edited 09-19-2013 06:14 PM
Interesting....
If you wire up that it gives the not-all-wires-connected error. Show context help, click the "detailed help" link for it and doesn't show the "add" help, it goes to the help index 🙂
09-19-2013 06:15 PM
Okay this thing apparently has bugs all over it. What is the intent of the error wires? When are they supposed to be used? Why do they turn red with X on them?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-19-2013 07:03 PM
The error in/out nodes are for waveforms/dynamic data type. You cannot add two waveforms with a different dt for instance. Somewhere in the flags of this node there is probably a 'needs extra nodes' flag which isn't removed all that properly.
Ton
09-19-2013 07:54 PM
@TCPlomp wrote:
The error in/out nodes are for waveforms/dynamic data type. You cannot add two waveforms with a different dt for instance. Somewhere in the flags of this node there is probably a 'needs extra nodes' flag which isn't removed all that properly.
Ton
It doesn't spit out an error when I try that though (it just gives me back an empty waveform).