NetLinx Programming
151
TPI-PRO/DVI (Total Presentation Interface)
TakeNote Commands
The following is a listing of Send Commands specific to controlling TakeNote on the TPI-PRO/DVI:
^TNA commands control the local TakeNote client (client/server same physical box),
while ^TNB commands control the remote TakeNote clients. ^TNB commands should
be sent to the client DPS and NOT the TakeNote server.
TakeNote Send Commands
TAKENOTE-ENABLE
Activates TakeNote
This is the same as pressing the TakeNote icon when TakeNote is disabled.
Syntax:
SEND_COMMAND <DEV>,"'TAKENOTE-ENABLE'"
TAKENOTE-DISABLE
Disables TakeNote
This is the same as pressing the TakeNote icon when TakeNote is enabled.
Syntax:
SEND_COMMAND <DEV>,"'TAKENOTE-DISABLE'"
TAKENOTESERVER-ENABLE
Enables the TakeNote server
This is the same as pressing the TakeNote Server enable button on the
TakeNote Protected Setup page when the Server is disabled.
Syntax:
SEND_COMMAND <DEV>,"'TAKENOTESERVER-ENABLE'"
TAKENOTESERVER-DISABLE
Disables the TakeNote server
This is the same as pressing the TakeNote Server disable button on the
TakeNote Protected Setup page when the server is enabled.
Syntax:
SEND_COMMAND <DEV>,"'TAKENOTESERVER-DISABLE'"
^TNA-AUTOEXPOSE
Enables the TakeNote control
autoexpose feature
When enabled, the TakeNote control window is automatically restored when
drawing stops. Autoexpose is only available when autohide is enabled.
Autoexpose restores the main TakeNote Control pop-up.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-AUTOEXPOSE,<state>'"
Variable:
state = Set to 0 for disable or 1 for enable
Example:
SEND_COMMAND Panel,"'^TNA-AUTOEXPOSE,0'"
^TNA-AUTOHIDE
Enables the TakeNote control
autohide feature
When enabled, the TakeNote control window is automatically minimized
when the drawing is started.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-AUTOHIDE,<state>'"
Variable:
state = Set to 0 for disable or 1 for enable
Example:
SEND_COMMAND Panel,"'^TNA-AUTOHIDE,0'"
^TNA-CANVASCOLOR
Sets the canvas color
Valid values are the textual representation (case insensitive), or 0-2.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-CANVASCOLOR,<canvas>'"
Variable:
canvas = Screen(0), White(1), Black(2)
Example:
SEND_COMMAND Panel,"'^TNA-CANVASCOLOR,White'"
Содержание 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 ...