Versions Compared

Key

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

...

FieldDescription
Connection message

An optional greeting message which is sent to any connecting socket.  This message can include one or more of the following variables:

  • Keywordmacro
    Label{remoteip}
    - the IP address of the remote party
  • Keywordmacro
    Label{remoteport}
    - the remote party's source port
PortThe port that the listener should bind to
Address family The address family of the socket
Socket typeThe type of data flow the socket expects
Protocol typeThe type of protocol the listener will use

...

FieldDescription
Port nameThe name of the serial port device, e.g. COM 1, COM 2
Baud rate
The serial port's speed
ParityThe parity check regime
Data bitsThe number of data bits, between 5 and 8
Handshake

The type of handshake the serial port requires:

  • none - no handshake required
  • rts - Request to Send
  • xonxoff - X-On/X-Off
  • rtsxonxoff - either RTS or X-On/X-Off is used
Buffer sizeThe size of the serial port's data buffer
Buffer threshold The size that the buffer must first reach before being empty
Stop bitsThe number of stop bits used
Client socket

This method creates a TCP socket and connects to a remote host. 

Client socket

When the connection is established, optionally, a password can be sent. Thereafter, any data received is accepted.

Screenshotmacro
Borderfalse
URL/download/attachments/12588544/input_client_socket.png

FieldDescription
AddressThe IP address or hostnameto which the socket should connect
Address family The address family of the socket
PortThe port that the listener should bind to
UsernameAn optional username which is sent upon successful connection.
Password

An optional password which is sent upon successful connection.

IP script 
Trickle frequency 
Trickle data 
Pipe server

This method opens a global named pipe and accepts any data that is sent to it.

Screenshotmacro
Borderfalse
URL/download/attachments/12588544/input_pipe_server.png

FieldDescription
Pipe name
The name of the pipe that is created
Buffer size
 The size of the buffer, in bytes, that is allocated to the pipe.
BCM SSH
XML file
File reader
BCM DCOM
HTML
<a id="Outputs"></a>

Outputs

...