As I said in the general topic, I am developing a interface program that can make possible to an operator do finish a shoe. I used the RAB 10 'cause we have the version robotware 10 in our robot.
I have done a data base in a txt file, so I have to invoke a streamReadar using the namespace “System.IO;” to access it. But the RobotWare 10 (in the real controller) doesn’t seem to accept it.
Do you know If the version 11 or 12 accept ?
Because I tried with the virtual controller with robotware 11 and it works perfectly.
And.. How can I upgrade our robot to version 11 or 12 ?
No it doesn’t work, because the VC FP uses the PC file system but the RC FP uses its own local file system and communicates with the robot’s remote file system via RAB components. You need to get a local copy of the file to use System.IO. there are many postings in the forum about how to do this.