Hi Johannes,
Where and how do I find the configuration file for ports?
15.5 only says:
Since I couldn't find the config file, I tried to modify the UDPSender.java instead.
from:
socket = new DatagramSocket(49152);
to:
socket = new DatagramSocket(30001);
and used 30001 for port on the Gh communicator component.
But it's still outputing null.
.
Also is 6 axis movement the only command type supported by the communicator?
I tried linear movement command, and the HMI give me an error.
Regards,
Victor Lin
Where and how do I find the configuration file for ports?
15.5 only says:
Quote15.5 Network communication via UDP and TCP/IP
Certain ports are enabled on the robot controller for communication with external
devices via UDP or TCP/IP.
The following port numbers (client or server socket) can be used in a robot application:
30,000 to 30,010
Since I couldn't find the config file, I tried to modify the UDPSender.java instead.
from:
socket = new DatagramSocket(49152);
to:
socket = new DatagramSocket(30001);
and used 30001 for port on the Gh communicator component.
But it's still outputing null.
.
Also is 6 axis movement the only command type supported by the communicator?
I tried linear movement command, and the HMI give me an error.
Regards,
Victor Lin