Hey Guys ! 
am in deep shit right now
, I hope someone would help me here
I am a college student, and am trying to perform an external realtime control on a "Mitsubishi RV2SDB" Arm robot based on a computer vision program running on a PC.
I knew from the manuals, and the German version of this forum that there are different ways for network communication with the robot:
1) TCP/IP Communication with Print/Input
2) TCP/IP Communication with R3-Protocoll
3) UDP realtime Communication with external C++ program
am working on the first and third option in parallel to have some redundancy on the options but neither work.... shit happens:D
I read that for data linking with the robot some parameters need to be set prior to the usage of OPEN command when using TCP/IP with Print/Input.. such as
(NETIP, NETMSK,NETPORT,COMDEV,CPRCE12 ,NETMODE ,NETHSTIP)
I grasped the idea of what should be the value of each parameter, but I have no idea how to set them on the program !!!
Is it NETIP = "192.168.0.10" or NETIP "192.168.0.10" or what????? and I did't find any code examples on how to configure these parameters.
I feel like it is a dumbass question but it is really a problem for me right now so go easy on me

Sorry for the intro but I hope it would be beneficial for anyone (if it were right of course
) and if it was wrong (probably yes :D) someone would guide me