We want to configure robot to use different port range except 48000 to 48050 as another application is using port range from 40000 to 50000 by default. How to do that?
Release : Any
If you want to change the robot port (controller and spooler) then you need to add the following entries in the robot.cfg file.
controller_port = <port number of choice>
spooler_port = <port number of choice>
example:
controller_port=60000
spooler_port=60001
For the rest of the probes, please set Controller->Setup->Advanced "First port number" to the new value you want it to start from. All probes will follow one after another from that port number.