01-31-2018 03:31 PM
I have some value from a database that I want to assign to specific variable in my sequence.
I have a table that has 2 columns: Value`as string and SeqVarName as string
For example:
Value SeqVarName
1234 Locals.Name1
abcs Locals.Name2
In my sequence Locals.Name1 and Locals.Name2 already exist as string variable.
What is the easiest way to load the values from the database to my sequence variables?
02-01-2018
11:38 AM
- last edited on
10-20-2024
01:46 PM
by
Content Cleaner
Hello,
If I am understanding the functionality you are looking for, one way to do what you are asking about would be through a Property Loader Step in TestStand.
LINK:
Property Loader Step
https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsref/property-loader-step.html
Hopefully this will be helpful in loading in your variable values to TestStand.
Best,
Spencer | AE NI