Cisco TelePresence MX700 Handmatig - Pagina 22

Blader online of download pdf Handmatig voor {categorie_naam} Cisco TelePresence MX700. Cisco TelePresence MX700 45 pagina's. Single camera on a free standing floor stand or a floor stand secured to the wall
Ook voor Cisco TelePresence MX700: Installatiehandleiding (32 pagina's), Snelstarthandleiding (12 pagina's), Installatiehandleiding (28 pagina's), Installatiehandleiding (29 pagina's), Installatiehandleiding (32 pagina's), Snelle referentiehandleiding (2 pagina's), Handmatig (45 pagina's), Installatiehandleiding (29 pagina's), Snelle referentiehandleiding (2 pagina's), Snelle referentiehandleiding (2 pagina's), Aan de slag handleiding (46 pagina's)

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