Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can send either GET (used to request data) or POST (used to send data) requests to a given API endpoint (e.g. an URL of a server). You can also specify the time, by which response must be received or the request will be timed out.

...

CMD

CMD lets you use the command line, for example to run some script. Path to working directory can be specified, which gives you the option to use relative paths in the command line. ‘Context’ from

Context, from the application, can be sent to the standard input, so it can be used for further processing.

...

TCP

Transmission Control Protocol (TCP) output option allows you to establish a connection, where you can write a specific message you want to send or put context from the application into the message by ticking the ‘Context to message’ checkbox. Then specify the destination IP address and port to which the message is supposed to be sent. It is also possible to specify the timeout, by which the data transmission must be finished.

...

Simens S7 PLC

Another option is to establish connection specifically for Simens S7 PLC. You can also write a specific message you want to send and the option to choose between from Logical 0 or Logical 1 values. Then specify the destination IP address and port to which the message is supposed to be sent.

...