NetLinx Programming
156
TPI-PRO/DVI (Total Presentation Interface)
TakeNote Send Commands (Cont.)
^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'"
^TNB-TOOLTYPE
Sets the tool type for drawing
Some of the commands are simple aliases for convenience. For instance,
diamond is the same as polygon,4.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,TOOLTYPE,<tool>,
[num sides]'"
Variable:
addr = The address of the device
tool = One of the following values: free, line, text, rectangle, ellipse,
selector, pointer, triangle, diamond, hexagon, polygon, pushpin, uparrow,
downarrow, leftarrow, rightarrow.
num sides = The number of sides when <tool> is set to polygon.
Example 1:
SEND_COMMAND Panel,"'^TNB-5,TOOLTYPE,uparrow'"
Example 2:
SEND_COMMAND Panel,"'^TNB-5,TOOLTYPE,polygon,7'"
^TNB-UNDO
Undoes the previous TakeNote
action
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,UNDO'"
Variable:
addr = The address of the device
Example 1:
SEND_COMMAND Panel,"'^TNB-5,UNDO'"
Summary of Contents for TPI-PRO-4
Page 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Page 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Page 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Page 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Page 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Page 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Page 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...