I am trying to import all my configuration settings and part specs from a database. The problem I'm running into is the amount of parts, serial #'s, ect. can change and I'm not sure if there is an easy way to get all of this information into Teststand.
I'm trying to use the Property Loader to import all of the data. But since I don't know how much data I'm importing before the program is run, I don't know how many variables to create. So basically I'm just wondering if it is possible to set this all up in Teststand, or do I need to do most of my coding somewhere else and dynamically create variables during Runtime?
The only idea I have at this point is to use large empty arrays to store the data in Teststand. Any help would be greatly appreciated.