
NetLinx Programming
118
TPI-PRO/DVI (Total Presentation Interface)
"^" Button Commands (Cont.)
^SLT (Cont.) Example:
SEND_COMMAND TP,"'^SLT-1,?input'"
If input 1 is set to composite 1, the Command response will be: ^SLT-1,input=comp1
If input 1 is set to composite 2, the Command response will be: ^SLT-1,input=comp2
If input 1 is set to composite 3, the Command response will be: ^SLT-1,input=comp3
If input 1 is set to svideo, the Command response will be: ^SLT-1,input=svideo
If input 1 is set to RGB, the Command response will be: ^SLT-1,input=rgb
If input 1 is set to component, the Command response will be: ^SLT-1,input=component
If input 1 is set to DVI, the Command response will be: ^SLT-1,input=dvi
• ?Resolution: Query the detected resolution for an input.
Syntax:
?resolution
Queries input 1 for the current input type. Panel will respond with a DATA Command
event.
The TPI-PRO/DVI will respond with a DATA COMMAND event from port 1 of the panel.
The DATA.TEXT of the event will be in the following format.
‘^SLT-<slot number 1-4>,resolution=<detected resolution string>’
Example:
SEND_COMMAND TP,"'^SLT-1,?resolution'"
Queries input 1 for the current input resolution. Panel will respond with a DATA
Command event.
Command data will vary depending on input type and detected resolution.
• For composite and svideo: NTSC, PAL, …, No Signal Detected
• For component, RGB, and DVI: <Horz>x<Vert>@<Ref> <desc>,
• No Signal Detected, or Manual:<Horz>x<Vert>@<Ref> <desc>
^TEC
Set the text effect
color for the
specified
addresses/states
to the specified
color.
The Text Effect is specified by name and can be found in TPD4.
You can also assign the color by name or RGB value (RRGGBB or RRGGBBAA).
Syntax:
"'^TEC-<vt addr range>,<button states range>,<color value>'"
Variables:
• variable text address range = 1 - 4000.
• button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state and 2 = On state).
• color value = Refer to the RGB Triplets And Names For Basic 88 Colors section on
page 88 for more information.
Example:
SEND_COMMAND Panel,"'^TEC-500.504&510.515,1&2,12'"
Sets the text effect color to Very Light Yellow on buttons with variable text 500-504 and
510-515.
Kommentare zu diesen Handbüchern