Is there a way to send a TCP Message from Ignition to a device?
- Make the tcp connection in a port
- Send the message
- Close the connection
thanks
Is there a way to send a TCP Message from Ignition to a device?
thanks
thanks, but More than use a Driver I need to make the connection/send message/close connection.
See this discussion (and particularly note the strong advice against python's socket module):
thanks