Why is it wrong?
Hello,
Thanks for bringing this to our attention. There seems to be a bug in vcHelpers.Robot2 script caused by two typos.
This is one of the scripts that come with the installation, so a fixed version will come in a new release somewhen in the future. We can however fix this for your installation:
For a quick fix, find the script from VC:s installation folder: {drive}:\Program Files{software}{version}\Python 2\Commands\vcHelpers\Robot2.py
Find lines 1107 and 1108. They say “statement.Input = arg1” and “statement.Value = arg2”.
The fixed syntax is "statement.InputPort = arg1" and “statement.InputValue = arg2”.
Save the file and restart VC, and the script starts working properly.
thanks your help, I find it。