02-03-2014 03:20 PM
Hello
guys
Id like to get help fom you guys, im try to convert cluster of 4 elements to cluster of 2 elements .
how can I do that?
I show what Im trying to connect
Im using infrared array and I want to count the objects . Ive connect it to analog port arduino and i want it to count the object in the room
Thank you
02-03-2014 03:27 PM
02-03-2014 03:42 PM
02-03-2014 04:20 PM
02-03-2014 04:29 PM
Thank you let someday answer it then
02-03-2014 04:46 PM
This is the probelem guys how can i solve it
Thank you
02-03-2014 04:53 PM
02-03-2014 05:56 PM
For wiring from cluster A to cluster B, try the following:
1) For the cluster A output terminal, connect an Unbundle or Unbundle By Name, to gain access to the source elements of cluster A
2) For the cluster B input terminal, right-click on it and create a constant, unwire the constant, then use it with Bundle or Bundle By Name to gain access to the destination elements of cluster B
3) Cluster A and Cluster B will likely have different elements, but you might be able to wire particular source elements to particular destination elements as needed if they are not too different. This will require an understanding of what the elements are, which is probably beyond the scope of this forum.
02-03-2014 06:10 PM - edited 02-03-2014 06:36 PM
@jonhde077 wrote:
This is the probelem guys how can i solve it
No, that's not the problem. You cannot simply "convert" something until the LabVIEW compiler no longer throws an error unless it actually makes sense. If you have four elements and only want to retain two, there are many possible permutations. What are the four elements, what is their datatype, and what do they represent. What kind of data does the other connector expect?
02-03-2014 06:33 PM
It would really help if you would attach your code, not a picture. We're trying to help but you are not supplying enough information for a definite answer. All we're doing here is guessing using the vague clues you've dropped. From what you've said so far you do need to do an unbundle then a bundle but I'm not sure exactly what to unbundle or bundle and I don't know what you're trying to do with the resulting data. Please help us try to help you.