EasyManua.ls Logo

AMX TPI-PRO-DVI-2

AMX TPI-PRO-DVI-2
166 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
NetLinx Programming
126
TPI-PRO-DVI - Instruction Manual
TakeNote Commands (Cont.)
?TNB-PENSTYLE Queries the current pen style.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-<addr>,PENSTYLE'"
Example:
SEND_COMMAND Panel,"'?TNB-5,PENSTYLE'"
Example Response:
"Custom Event: ID: 1, Type: 1500, Flag 1, Value1: <0-2> Text: <solid(0),
dotted(1), dashed(2)>"
^TNB-PENWIDTH Sets the pen width. Valid values are 1-50.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,PENWIDTH,<width>'"
Variable:
addr = The address of the device
width = The width of the pen. Enter a value between 1-50.
Example:
SEND_COMMAND Panel,"'^TNB-5,PENWIDTH,50'"
?TNB-PENWIDTH Queries the current pen width.
Syntax:
SEND_COMMAND <DEV>,"'?TNB-<addr>,PENWIDTH'"
Example:
SEND_COMMAND Panel,"'?TNB-5,PENWIDTH'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 3, Value1: <1-50> Text: PenWidth"
?TNA-PENWIDTH Queries the current pen width.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-PENWIDTH'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 3, Value1: <1-50> Text: PenWidth"
^TNB-PRINT Prints the current session to the default printer. This command applies to the PC TakeNote server only.
Syntax:
SEND_COMMAND <DEV>,"’^TNB-<addr>,PRINT’"
Variable:
addr = The address of the device
Example 1:
SEND_COMMAND Panel,"'^TNB-5,PRINT'"
^TNB-REDO Redoes the previous TakeNote action.
Syntax:
SEND_COMMAND <DEV>,"’^TNB-<addr>,REDO’"
Variable:
addr = The address of the device
Example 1:
SEND_COMMAND Panel,"'^TNB-5,REDO'"
^TNB-SAVE Saves the current session to file.
Syntax:
SEND_COMMAND <DEV>,"’^TNB-<addr>,SAVE’"
Variable:
addr = The address of the device
Example 1:
SEND_COMMAND Panel,"'^TNB-5,SAVE'"
^TNB-TEXTSIZE Sets the size of the text onscreen.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,TEXTSIZE,<size>'"
Variable:
addr = The address of the device
size = The font size. Valid range is 12-96.
Example:
SEND_COMMAND Panel,"'^TNB-5,TEXTSIZE,50'"
?TNA-TEXTSIZE Queries the current text size.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-TEXTSIZE'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 8, Value1: 50 Text: TextSize"

Table of Contents

Other manuals for AMX TPI-PRO-DVI-2

Related product manuals