12-14-2021 11:45 PM
Hello all, I'm trying to find a way to build a look-up table for binary strings. Can anyone suggest the easiest way to do that?
I am trying the array and cluster method. But we are facing a data comparison issue.
Please let me know if anyone has worked on it.
12-15-2021 12:10 AM
The Map data type is probably the best option. You can find the Map functions under the Collection -> Map palette. Note this requires LabVIEW 2019 or newer. If you're using an older version of LabVIEW, you can also use variant attributes:
12-15-2021 10:53 AM
@$hriya wrote:
Hello all, I'm trying to find a way to build a look-up table for binary strings. Can anyone suggest the easiest way to do that?
I am trying the array and cluster method. But we are facing a data comparison issue.
Yes, maps are a great solution, but it would help to have more information.