06-17-2020 10:13 AM
Hello!
I'm reading and parsing a file with key/value pairs. I'm using LabVIEW 2020 and TestStand 2019. I saw that LV has maps and it was super convenient to use it but I haven't figured out a way to pass it to TestStand. Does anyone have any suggestions? I might step away from the map idea altogether so if that's the way to go, I'm all ears :).
Regards,
Vitor
Solved! Go to Solution.
06-17-2020 10:52 AM
I would use an Action Engine to interface with the map. It would be really nice if TestStand could do it natively, though.
06-17-2020 12:50 PM
Thank you! I will be reading up on that!