I’m new to RAB and trying to get my code to work but have problem to find whats wrong with it. Easy to find for someone that have worked longer with RAB I guess :stuck_out_tongue_winking_eye:.
Im in hurry to get the basic to work, I will use RAB next Friday on a company show. Plz help!
The PC project is almost a copy of Read/Write example from the manual. But I have changed it to show the problem in a textbox. I just want to Read/Write to a Num or Array when the program is finished.
The problem is that I fill in Task, Module and valuename and dubbleclick on the robot in found robots. The only answer I get is “invalid client id”, whats wrong?
at ABB.Robotics.Controllers.RapidDomain.RapidData.get_Value()
at ModifySample.BasicControllerForm.ListView1_DoubleClick(Objec t sender, EventArgs e) in c:Visual Studio 2005ProjectsABBSamplesModifySampleModifySampleBasicCon trollerForm.vb:line 50
Real IRC5 controller version 5.09.01
RAB version 5.09
Now I have fixed some other stuff but the main problem is still there!
I Can’t get any value from the controller, I have now tested with both Virtual and Real Controller… Same problem, as post above.
Do you have to logon to the controller both for Reading and writing values to controller? In the samples in RAB 5.09 manual no login is done for reading… I think that ABB should check the samples so they really work. Couse it will be a really good help to beginners.