-
Text
Sends data as text. Optionally, a Carriage Return (CR) and/or Line Feed (LF) can be attached to the text. Furthermore, the text may also contain special characters in the form of hex values. The special characters are then entered in the form \x??; a \x is in front of the hex value and must always be two digits. To send \ , you can also enter two slashes (\\) in addition to entry as a hex value. There is a help feature in the input line for entering the hex values.
Example:\x09 (sends a tab character)
Convert data (URL quoting)
Yes: The text indicated is coded according to the HTTP standard. Example: The text /wetter von gestern.html is converted to /wetter%20von%20gestern.html
No: The text is sent to the remote terminal as it is entered.
-
Binary data (in hex)
Sends binary data. The hex value FF80FF would therefore send three bytes (255,128,255).
-
Communication object in plain text
Sends the value of a communication object as text.
Decimal places
Sends the value with the stipulated number of decimal places.
Convert data (URL quoting)
Yes: The value sent is coded according to the HTTP standard. Example: The text Hallo Welt is sent as Hallo%20Welt
No: The value is sent to the remote terminal.
-
Communication object as binary data
Sends the value of a communication object as binary data. The value sent can be in the following data formats:
- 1-byte (0..255)
- 1-byte (-128..127)
- 2-byte (0..65535)
- 2-byte (-32768..32767)
- 4-byte (-2147483648..2147483647)
- 4-byte (0..4294967295)
- 4-byte floating decimal
- 8-byte floating decimal
-
Text from selection list
Sends a text depending on the value of a communication object. The assignment of the value to a text is made in the subsequent box. Appropriate notation must be observed
Communication object
The value of this communication object controls the text
List
General notation:
Value=Text
From:To=Text
Example:
-10:0=fallen below value range 0=undefined
1=off
2=on
2:3.5=increased
3.5:10=exceeded
Every value-text combination must be in its own line. When using value ranges, the single values must be separated by a colon. The first appropriate hit of a list is used.
Convert data (URL quoting)
Yes: The text indicated is coded according to the HTTP standard. Example: The text Unterschrittener Wertebereich is converted to Unterschrittener%20Wertebereich
No: The text is sent to the remote terminal as it is entered.