Products Applications Downloads Features Wiki forum Store

OSC Out DAT

From Wiki077
Jump to: navigation, search

Summary

The OSC Out DAT is used for sending information over a OSC connection between remotely located computers. Use the send Command to initiate the data output.

Parameters - Connect Page

Protocol /protocol - Selects the network protocol to use. Refer to the Network Protocols article for more information.

Network Address /address - The network address of the server computer. This address is a standard WWW address, such as 'foo' or 'foo.bar.com'. You can put an IP address (e.g. 100.123.45.78). If you put "localhost", it means the other end of the pipe is on the same computer.

Port /port - The network port to send to.

Format /format - Interpret the incoming data as binary or ASCII data. If the format is Per Byte, one row is appended for each binary byte received. If the format is Per Line, one row is appended for each null or newline delimited message received.

  • Per Byte - (formerly called 'binary')
  • Per Line - (formerly called 'Ascii') null/newln delimited
  • Full Message - Full incoming msg

Active /script - This check box enables the connection.

Parameters - Received Messages Page

Script DAT /script - the Script DAT will execute once for each message coming in. The first argument ($arg1) is the message, the second argument ($arg2) is the line number (index starting at 0) in the DAT of the message.

Execute From /executeloc - Determines the location the script is run from.

  • Current Node /current - The script is executed from the current node location (for example, where 'cc' points to).
  • Script DAT /script - The script is executed from the location of the DAT specified in the Script DAT parameter.
  • Specified Component /comp - The script is executed from the component specified in the Component parameter below.

From Component /component - The component who's state change will trigger the DAT to execute its script when Execute is set to On Panel Change. This component is also the path that the script will be executed from if the Execute From parameter is set to Specified Component .

Clamp Output /clamp - The DAT is limited to 100 messages by default but with Clamp Output, this can be set to anything including unlimited.

Maximum Lines /maxlines - Limits the number of messages, older messages are removed from the list first.

Clear Output /clear - Deletes all lines except the heading. To clear with a script command, here is an example: opparm -c /serial1 clear

Value Column /valcol - Outputs the raw decimal value of the message in a separate column. Use this when the incoming data is binary, and not readable ASCII.


Personal tools