Cisco TelePresence SX10 Manuel - Sayfa 22

Konferans Sistemi Cisco TelePresence SX10 için çevrimiçi göz atın veya pdf Manuel indirin. Cisco TelePresence SX10 45 sayfaları. In-room control on touch 10
Ayrıca Cisco TelePresence SX10 için: Kurulum Kılavuzu (8 sayfalar), Kullanıcı Kılavuzu (26 sayfalar), Hızlı Kılavuz (2 sayfalar), Kullanıcı Kılavuzu (34 sayfalar), Kullanıcı Kılavuzu (29 sayfalar), Ön Kullanım Kılavuzu (9 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Kurulum Kılavuzu (8 sayfalar), Kullanıcı Kılavuzu (2 sayfalar), Kullanıcı Kılavuzu (37 sayfalar), Manuel (45 sayfalar), Kurulum Kılavuzu (2 sayfalar), Kullanıcı Kılavuzu (34 sayfalar), Kullanıcı Kılavuzu (5 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Kullanıcı Kılavuzu (38 sayfalar), Başlangıç Kılavuzu (46 sayfalar), Hızlı Kılavuz (2 sayfalar)

Cisco TelePresence SX10 Manuel
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