NetLinx Programming
153
TPI-PRO/DVI (Total Presentation Interface)
TakeNote Send Commands (Cont.)
^TNA-PENSTYLE
Sets the pen style
Valid values are the textual representation (case insensitive), or 0-2.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-PENSTYLE,<style>'"
Variable:
style = Solid(0), Dotted(1), Dashed(2)
Example:
SEND_COMMAND Panel,"'^TNA-PENSTYLE,Dashed'"
^TNA-PENWIDTH
Sets the pen width
Valid values are 1-50.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-PENWIDTH,<width>'"
Variable:
width = The width of the pen. Enter a value between 1-50.
Example:
SEND_COMMAND Panel,"'^TNA-PENWIDTH,50'"
^TNA-REDO
Redoes the previous TakeNote
action
Syntax:
SEND_COMMAND <DEV>,"’^TNA-REDO’"
^TNA-SAVE
Saves the current session to file
Syntax:
SEND_COMMAND <DEV>,"’^TNA-SAVE’"
^TNA-SESSION
Renames the current session
Spaces and punctuation are allowed, but discouraged.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-SESSION,<SessionName>'"
Variable:
SessionName = the name you want to give to the session
Example:
SEND_COMMAND Panel,"'^TNA-SESSION,Docket123456'"
^TNA-TEXT
Displays a text string onscreen
Maximum length of text is 1000 characters. Use \n for carriage return/line
feed.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-TEXT,<text>'"
Variable:
text = The string to create and display onscreen. It is ready for placement
using the current pen color and text size.
Example:
SEND_COMMAND Panel,"'^TNA-TEXT,AMX makes presentations
fun!'"
^TNA-TEXTSIZE
Sets the size of the text
onscreen
Syntax:
SEND_COMMAND <DEV>,"'^TNA-TEXTSIZE,<size>'"
Variable:
size = The font size. Valid range is 12-96.
Example:
SEND_COMMAND Panel,"'^TNA-TEXTSIZE,50'"
Содержание TPI-PRO-4
Страница 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Страница 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Страница 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Страница 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Страница 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Страница 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Страница 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...