Cisco TelePresence SX10 매뉴얼 - 페이지 22

{카테고리_이름} Cisco TelePresence SX10에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco TelePresence SX10 45 페이지. In-room control on touch 10
Cisco TelePresence SX10에 대해서도 마찬가지입니다: 설치 매뉴얼 (8 페이지), 사용자 설명서 (26 페이지), 빠른 매뉴얼 (2 페이지), 사용자 설명서 (34 페이지), 사용자 설명서 (29 페이지), 예비 사용자 설명서 (9 페이지), 사용자 설명서 (38 페이지), 설치 매뉴얼 (8 페이지), 사용자 설명서 (2 페이지), 사용자 설명서 (37 페이지), 매뉴얼 (45 페이지), 설치 매뉴얼 (2 페이지), 사용자 설명서 (34 페이지), 사용자 설명서 (5 페이지), 사용자 설명서 (38 페이지), 사용자 설명서 (38 페이지), 시작하기 매뉴얼 (46 페이지), 빠른 매뉴얼 (2 페이지)

Cisco TelePresence SX10 매뉴얼
Slider
Table of contents
Introduction
Example of use: Dimmable lights, volume control.
Create a user interface
Events
Pressed
API for in-room control
Changed
Widgets
Widgets
Released
Command reference
Troubleshooting
Tips and tricks
Examples
In-Room Control on Touch 10
for Cisco TelePresence
MX200 G2, MX300 G2,
MX700, MX800,
SX10, SX20, SX80
Collaboration Endpoint
software version CE8.2
Commands
D15358.02 - JULY 2016
www.cisco.com
The visual appearance of the slider changes immediately when you
© 2016 Cisco Systems, Inc.
All rights reserved.
tap or slide it. However, the control system must always send a
SetValue
the slider. This ensures that the status is updated accordingly.
Triggered when the slider is pressed
Value: N/A
Triggered when the slider is moved while holding down,
and when the slider is released
Value: 0-255
Triggered when the slider is released
Value: 0-255
command to the video system to tell the new position of
A slider selects values within a set range. The minimum value is
represented by 0, and the maximum value is represented by 255.
When the slider is being pressed and moved, events are sent
maximum 5 times a second.
When you tap the bar, the slider is immediately moved to that new
position.
Example:
Press the slider with WidgetId = "slider", and move it into a
new position ("68"), and release.
Terminal mode
*e UserInterface Extensions Event Pressed Signal: "slider"
** end
*e UserInterface Extensions Event Changed Signal: "slider:32"
** end
*e UserInterface Extensions Event Changed Signal: "slider:68"
** end
*e UserInterface Extensions Event Released Signal: "slider:68"
** end
.
.
.
<Event>
<UserInterface item="1">
<Extensions item="1">
<Widget item="1">
<Action item="1">
<WidgetId item="1">slider</WidgetId>
<Value item="1">68</Value>
<Type item="1">released</Type>
</Action>
</Widget>
</Extensions>
</UserInterface>
</Event>
Example:
Set the slider with WidgetId = "slider" to position "98".
xCommand UserInterface Extensions Widget SetValue WidgetId: "slider"
Value: "98"
22
XML mode