Hi All, Currently I’m doing a project to control up to 6 robot in a production line. Intend to use labview to do the HMI and control all robot. I was used to using C# PC SDK to control robot but only for one robot. Now need some advice which method for labview to communicate with multiple robot is better way.
-
PC SDK (This the most I familiar with. And can control a lot of thing like direct modify RAPID variable, read execution status etc. But so far I only can read RAPID variable and cannot write to RAPID variable in labview.)
-
Data Socket Messaging ( This I need receive data send from PC and manipulate in RAPID code. also each data send got limit byte? And can some one advice I can read the execution status by using this method?)
-
OPC (This not familiar and anyone can share some information about this?)
-
RS232 ( Don’t know this method can control multiple robot or not.)
Appreciate if some one can share the idea.