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
127
TPI-PRO-DVI - Instruction Manual
TakeNote Commands (Cont.)
?TNB-TEXTSIZE Queries the current text size.
Syntax:
SEND_COMMAND <DEV>,"'?TNB-<addr>,TEXTSIZE'"
Example:
SEND_COMMAND Panel,"'?TNB-5,TEXTSIZE'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 8, Value1: 50 Text: TextSize"
^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'"
?TNA-TOOLTYPE Queries the current tool type.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-TOOLTYPE'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 6, Value1: 8 Text: Polygon"
?TNB-TOOLTYPE Queries the current tool type.
Syntax:
SEND_COMMAND <DEV>,"'?TNB-<addr>,TOOLTYPE'"
Example:
SEND_COMMAND Panel,"'?TNB-5,TOOLTYPE'"
Example response:
"Custom Event: ID: 1, Type: 1500, Flag 6, Value1: 8 Text: Polygon"
^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'"
?TNA-SESSION Queries the name of the current session.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-SESSION'"
^TNC Clears all TakeNote annotations
Syntax:
SEND_COMMAND <DEV>,"'^TNC'"
^TNF Clears and flushes all TakeNote annotations
Syntax:
SEND_COMMAND <DEV>,"'^TNF'"
^TNH-PageName Hides the TakeNote icon on the specified page. If the page is not specified, then current page is
selected.
Syntax:
SEND_COMMAND <DEV>,"'^TNH-<pagename>'"
Variable:
pagename = The page on which you want to hide the TakeNote icon
^TNS-PageName Shows the TakeNote icon on the specified page. If the page is not specified, then current page is
selected.
Syntax:
SEND_COMMAND <DEV>,"'^TNS-<pagename>'"
Variable:
pagename = The page on which you want to show the TakeNote icon

Table of Contents

Other manuals for AMX TPI-PRO-DVI-2

Related product manuals