NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TS2013 runtime watch view error when input data

Hello:

I just use TS for few months.

when I running a test and want to update a expression value to new one,such as from 0 to 1, but after key in, a error poped up, I don't know why, does someone can help?

ScreenHunter_1.jpg

0 Kudos
Message 1 of 4
(2,808 Views)

I was able to successfully assign a value to the property in a statement step (RunState.Sequence.Main[0].ResultRecordingOption = 1), so the Watch View should also allow you to assign a value to the property. Unfortunately I do not see any simple workaround for the Watch View for this specific property, you can only set it programatically. Based on this I have created a bug report under ID 621769.

 

Thanks for reporting this issue.

Scott Richardson
0 Kudos
Message 2 of 4
(2,763 Views)

We had an issue in 4.0.1 with our project.
We had some ForEach and when the "End" was the last step of our sequence, we were exposed to race conditions.

The work-around was to add a label at the end of the sequence so the End is not the last step.

The bug should be fix in 4.1.

Maybe you could try it out. I don't know if we had the -17308 error, but our GUI was freezing sometimes due to the race condition.

0 Kudos
Message 3 of 4
(2,726 Views)

This issue was found in TSE5.1 and not only the last step,FYI~

0 Kudos
Message 4 of 4
(2,500 Views)