TCP send message

Is there a way to send a TCP Message from Ignition to a device?

  1. Make the tcp connection in a port
  2. Send the message
  3. Close the connection

thanks

https://docs.inductiveautomation.com/display/DOC81/UDP+and+TCP+Driver

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):

2 Likes

thanks