Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

connect 1 D array of cluster of 2 elements with dynamic data

Hello

The type of source is 1D array of cluster of 2 elements and the type of sink is dyanamic data. Can any one guide me how to connect these 2 elements together. Any response would be highly appreciated. 

Thanks 

0 Kudos
Message 1 of 2
(4,329 Views)

First, this question would more appropriately be posted to the LabVIEW Board. It is not a signal conditioning issue.

 

The dynamic data type (DDT), sometimes referred to as the "evil dynamic data type," completely obscures the internal data structure. The only way someone could help is if you tell us what the source is expecting the internal data structure to be. The only objects which want DDT inputs are Express VIs, which are also good at obscuring thier contents. Implementing the sampe funcitonality with standard VIs might be a better approach.

 

You also have not completely specified the source. What are the data types of the cluster elements? 

 

Lynn

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