Number of Strings Returned by strSplit Function Does Not Match the Predefined Length
Problem
When a Rokae robot program calls a Standard Interface command and receives an overly long string, it may trigger an error stating that the number of strings returned by the strSplit function does not match the expected length.
Possible Causes
The string received by the robot exceeds the length of the program’s predefined variable.
Solutions
Limit the number of poses sent from the vision system to the robot to control the overall string length. In the toolbar of Mech-Vision, go to
and set Max num of poses to send per time to 10 or a smaller value.