01-15-2018 10:04 AM
Hello,
I am working with a LabVIEW example 'Matrix Fundamentals' in which I can see both DBL and CDB data types in the block diagram but both are connected as a single front Panel object. How can we make that?... I couldn't solve this. Please help me out. Thank you in advance.
Solved! Go to Solution.
01-15-2018 10:43 PM - edited 01-16-2018 12:14 AM
You cannot, they have different datatypes. You could format each as a string in a desired format and use a 2D array of strings (or preferably a "table") as indicator.
01-16-2018 05:31 AM
Thank you so much