soiber2000
Industrial
- Nov 28, 2005
- 2
Hello, I'm writing and application under val3 language to manage the movement of 2 staubli robots (tx). I have problems when there is a shared place where only one robot at a time can go there. The comunication between the robots is not correct when I use a sio variable (ethernet) with one server and one client. I tried to make a simple case where if robot1 needs to go at the shared place it sends a 1 to the other and when the other needs to go there it sends a 2, so when the server (robot1 in this case) knows the place is empty (the variable related to the sio is at 0) it "gives" the place resource to itself or to robot2, puting that sio variable to 1 or 2.
This method is not correct because when one robot reads what the other sends him, the comunication have some kind of delay that makes the robots don't work properly about 60% of the time.
If someone have experience in comunication between two staubli robots in val3 I would be pleased to read his comments and if there is a better way to do this I will thank to know that a lot.
Thanks
This method is not correct because when one robot reads what the other sends him, the comunication have some kind of delay that makes the robots don't work properly about 60% of the time.
If someone have experience in comunication between two staubli robots in val3 I would be pleased to read his comments and if there is a better way to do this I will thank to know that a lot.
Thanks