Closed LukasStu closed 1 year ago
Hi,
currently the driver always sets a UDP port for the output.
You probably could achieve the desired output by setting the comm_settings.host_udp_port
to your desired port (same as in the safety designer). Otherwise you would need to implement the functionality.
Closing this, since no further action seems to be needed
Hi,
thanks for this great SICK MS3 driver. I want to use it to request some meta data without having to configure a UDP connection. Requesting meta data works great with the
SyncSickSafteyScanner
class when settingcomm_settings.host_udp_port = 0
. However this causes a warning in the SICK Saftey Designer:Is there a way/ a constructor that doesn't change the upd port?
Thx Lukas