Cisco TelePresence MX700 Manual - Página 22

Procurar online ou descarregar pdf Manual para Sistema de conferência Cisco TelePresence MX700. Cisco TelePresence MX700 45 páginas. Single camera on a free standing floor stand or a floor stand secured to the wall
Também para Cisco TelePresence MX700: Manual de instalação (32 páginas), Manual de início rápido (12 páginas), Manual de instalação (28 páginas), Manual de instalação (29 páginas), Manual de instalação (32 páginas), Manual de referência rápida (2 páginas), Manual (45 páginas), Manual de instalação (29 páginas), Manual de referência rápida (2 páginas), Manual de referência rápida (2 páginas), Manual de iniciação (46 páginas)

Cisco TelePresence MX700 Manual
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