Hello,
i´m using TS 3.5 and LV 8.2.1
I have a simple numeric-teststep with labview-adapter.
In the teststep-filetype i added a container called "data" which contains one numeric-value called: "num"
The labview-vi that i call changes via active-x the value of this parameter "Step.data.num".
When i open the tree-view on the left side then i see, that this worked, because the value has changed.
Now the problem:
In sequence-filetypes i opened properties of my teststep and in the tab "Default Expression" i changed the "Status Expression".
Normally it shows only the step-name, but i added to show also the value of "Step.data.num".
This was done by just adding the text: ==> +" " + "num: "+Str(Step.data.num)
But when i run the teststep and i know that the value has changed the description stays on the old value what it was before running the step.
But when i open the tree-view and see that the value is really there and go back to see the description, then the description is also correct,
So the question is: What do i have to do to update the decription that it displays the correct value at once?
Thanks for any hint, tip or help.