Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using local variables as argument fails #46

Open
ManuKlause opened this issue Jun 11, 2019 · 1 comment
Open

Using local variables as argument fails #46

ManuKlause opened this issue Jun 11, 2019 · 1 comment

Comments

@ManuKlause
Copy link

ManuKlause commented Jun 11, 2019

Hi there,

I am using a RT Sequence Action in Teststand that expects 2 double parameters. If I use a local variable for the parameter value, the values seem not be be forwarded to Veristand, because I see no change in the User Interface. However, when I use a fix value like 24, it works.
The local variable is also of type double (default type).

Teststand 2017
Veristand 2018
ni-veristand-2018-steps-for-teststand_8.1.0+115

@ManuKlause
Copy link
Author

It works with the following workaraound:
Select the seqeuence > properties > Property Browser > Veristand > ParamValuesArray

Change here {"Locals.MyVariable"} to {Str(Locals.MyVariable)}. The brackets and " are important here. But this cant be intended use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant