Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Send a string to an IP address on specified port

  • informatique_etival
  • informatique_etival's Avatar Topic Author
  • Offline
More
28 Mar 2018 12:24 #1 by informatique_etival
Send a string to an IP address on specified port was created by informatique_etival
We have a project where we would need to map a string coming from our ERP to a device which is waiting for this string on its IP network connection, on a dedicated port. Is there a way to achieve such a mapping ?
More
29 Mar 2018 09:01 #2 by Thomas BLETON
Replied by Thomas BLETON on topic Send a string to an IP address on specified port
Can you provide more information about the network protocol which is used by the device? Do you have an example or a documentation to share?
  • informatique_etival
  • informatique_etival's Avatar Topic Author
  • Offline
More
29 Mar 2018 09:10 #3 by informatique_etival
Replied by informatique_etival on topic Send a string to an IP address on specified port
Currently, we have automatized a telnet script to get this done. We don't have any documentation on this. All we have to do is connect to the specified port of the device, and send the string.
More
29 Mar 2018 09:47 #4 by Thomas BLETON
Replied by Thomas BLETON on topic Send a string to an IP address on specified port
Maybe you can develop a process with the "Operating System command" action to invoke your telnet command ?
  • informatique_etival
  • informatique_etival's Avatar Topic Author
  • Offline
More
29 Mar 2018 09:50 #5 by informatique_etival
Replied by informatique_etival on topic Send a string to an IP address on specified port
In fact, as far as an SSH connector exists, I wanted to know if something similar would be possible with a "telnet" communication.
More
29 Mar 2018 14:06 #6 by Thomas BLETON
Replied by Thomas BLETON on topic Send a string to an IP address on specified port
There is no Telnet Action in the Designer's palette. Maybe you can post a "Feeback" to request it as a new feature.
Note: you can develop some Scripting action if you have some Java programming knowledge.