02-10-2010 03:14 AM
2 questions:
1) What is this figure (see under)? I want know what is the box (target_type) in which there is icon that I know. What is its function? How can I find it?
2) It's correct this for expert and excellent Labview programmer (see the Figure): to pass from cluster to merge signal?
02-10-2010 03:22 AM - edited 02-10-2010 03:25 AM
vanny wrote:
1) What is this figure (see under)? I want know what is the box (target_type) in which there is icon that I know. What is its function? How can I find it?
I believe that is a Conditional Disable Structure.You can find it in the Structures palette.
02-10-2010 03:27 AM
Hi
1. Conditional disable structure
2. ? please elobrate
Regards
Santosh
02-10-2010 03:47 AM
2) Experts do not use the 'signal' wires, as they obfuscate the real data. Depending on the code that uses the data, use the build array function or bundle to cluster (prefere bundle by name and a type def'ed cluster).
Felix
02-10-2010 04:04 AM
Schubert explain... if the data is a Signal taked from Instrument... why "Signal" wires obfuscate the real data?
1) Can u explai in which consist the operation of blurred (like u told obfiscate)?
2) I have used cluster, but I can't connect after the cluster wires to TDSM icon. See the figure:
I desire to plot many signal to waveform chart, so Use of Cluster is very good, but I have problem after to save results.
How Must i do to solve this problem?
02-10-2010 05:08 AM - edited 02-10-2010 05:13 AM
From the Labview help :
data is the data to write to the .tdms file. This input accepts the following data types:
So your datatype is not supported. Which data do you want to save. Is it the waveform chart content?
Also a tip then you start a new Labview Session always enable "show context help" in the help menu (short CTRL+h).
F. Schubert is also correct then he says not to use the "fancy" dynamic data wire. The whole Express VI concept is just some flimflam glued ontop of Labview with some cheap glue. Stay away from it and you will become a much better Labview programmer

02-10-2010 06:35 AM
02-10-2010 06:38 AM

02-10-2010 06:52 AM
You could insert an Cluster to Array primitive in the broken wire.
Or you could work with an array instead of the cluster, but you need to set a property (I don't remember, but might be something with 'transpose') for the chart to get it displayed the same as now.
Felix
02-10-2010 07:23 AM - edited 02-10-2010 07:23 AM