...
Example of LabVIEW code to use at level 1 to unflatten and extract the DCTDyn and the array od 4096 DBL values. The DCTDyn cluster occupies 169 bytes, then 4096 DBLs follow.
DCTDyn format
When using languages different from LabVIEW, the "unflatten from string" operator is not available; in these case, you have to decode the LV cluster made of the DCTDyn typeDef + the array of DBLs.
The DCTDyn typeDef format is described below along with an example of its flattened string.
String example
Example of string returned by the LabVIEW function "Flatten To String":
...