Versions Compared

Key

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

...

The

Referencemacro
LabelName
field allows you to view or edit the name of the current data input. To rename, overtype the current entry:.

Selection_macro
ValueBirmingham serial
SelectionName

 

Type

The

Referencemacro
LabelType
field allows you to specify the connection method by which the data should be collected from the phone system. The following methods are supported:

  • Listener
  • Serial port
  • Client socket
  • Pipe server
  • BCM SSH
  • XML file
  • File reader
  • BCM DCOM

 

Listener

The

Referencemacro
LabelListener
This method creates a socket and binds it to a specific port, accepting any data received on the connection without challenge.

...

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
Serial port

Selection_macro
ValueSerial port
SelectionType

This method allows the connection of a serial (RS-232) device.

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

FieldDescription
Port name

 

 

Baud rate
The port that the listener should bind to
Parity The address family of the socket
Data bitsThe type of data flow the socket expects
Handshake

The type of handshake the serial port requires:

  • none - no handshake required
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
HTML
<a id="Outputs"></a>

...