11-11-2020 06:00 AM
Hi all,
I'm using TS and VS 2016 (32 bits) with TS "add-on for test stand".
I've done a basic sequence with a Setup( Start VS, Open Project, Open WS, Deploy on localhost) and CleanUp (Undeply, Close Ws and Close project) and run It without problem, now I've added, in Main, a Set and Get channel but in the firs call (Set) I get the error below:
Error: Error executing substep 'ChannelsSetValues'.
I run VS and TS as administrator.
Thanks
|
Solved! Go to Solution.
11-14-2020 05:12 AM
Hello
Have you seen this forum?
11-16-2020 01:47 PM
Hello, yes I've read the forum but it wasn't helpful but naybe I've found the problem or a workaround.
Whit initial TS sequence I called the APIs :
1) Setup :Start VS, Open Project, Open WS and Deploy
2) Clean up : Close WS, Undeploy, Close Project
The sequence above works correctly if I want only open the project but I am not able to set or get value on VS channels. Maybe the reason is due to absence of VS reference.
Now In Set up sequence I added "Open reference" API and the "Set Channel" API works
Thanks