beautypg.com

Encoder status packet responses, Decoder status packet responses, Miscellaneous commands (continued) – SVSi N8000 Control API User Manual

Page 9

background image

9

N8000 Series Direct Control API

www.svsiav.com

Encoder Status Packet Responses

goto

In a panel builder project, switches to a different panel.

Panel ID

goto 50<┘

tcpclient

Sends command to destination device (e.g., IP controlled projector).
Command and port are provided by the device manufacturer.

IP address of device, port
number, command

tcpclient 192.168.10.20
5000 aa bb cc dd<┘

udpclient

Sends command to destination device (e.g., IP controlled projector).
Command and port are provided by the device manufacturer.
Command is UDP.

IP address of device, port
number, command

udpclient 192.168.10.20
5000 aa bb cc dd<┘

reboot

Reboots an SVSi device at the IP address specified.

Device IP

reboot 169.254.25.12<┘

gc_serial

Sends a serial command through a Global Cache device.

GC IP, serial port number,
serial command

gc_serial 192.168.1.166
1:1 6b 61 20 30 20 30 31
0d<┘

gc_openrelay

Opens a specific relay on a Global Cache device.

GC IP, relay port number

gc_openrelay
192.168.1.166 3:1<┘

gc_closerelay

Closes a specific relay on a Global Cache device.

GC IP, relay port number

gc_closerelay
192.168.1.166 3:1<┘

gc_ir

Sends an IR command through a Global Cache device.

GC IP, IR Port number, GC IR
command

gc_ir 169.254.250.240 4:3
sendir,1,38000,1,1,347,17
3,22,22,22,22,22,65,22,22,
22,22,22,22,22,22,
22,65,22,65,22,22,22,22,2
2,65,22,65,22,65,22,65,22,
22,22,22,22,65,22,
22,22,22,22,65,22,22,22,2
2,22,22,22,65,22,22,22,65,
22,65,22,22,22,65,
22,65,22,65,22,1570<┘

Encoder Status Packet Responses

Status Packet Resp 169.254.114.220;1;0;0;0;live;1;300;0;1;0;0;720p60
Status Packet Field IP address; Communication; dvioff;scaler;source state; mode; audio state; stream#; stream#; playlist; colorspace;hdmiaudio;resolution;

Field

Values

Notes

Communications

1 = online | 0 = offline

dvioff

Always 0 (Encoder DVI always enabled)

scaler

1 = on | 0 = off

Source State

1 = source detected | 0 = no source

mode

live | local | off

Audio State

1 = enabled | 0 = disabled

Video Stream

0 - 40000 (stream assignment of Encoder)

Audio Stream

Same as Video Stream

Playlist

Playlist 1 - 8

colorspace

auto | on | off

hdmiaudio

auto | on | off

Resolution

Scaler output resolution (720p60 | 1080p60)

Decoder Status Packet Responses

Status Packet Sample: 169.254.237.181;1;0;0;0;live;0;6995;0;1;0;0;720p60
Status Packet Order: IP address; communication;dvioff;scaler;display state;mode;audio state;video stream;audiostream;playlist;colorspace;hdmiaudio;resolution

Field

Values

Notes

Communications

1 = online | 0 = offline

dvioff

1 = off | 0 = on

scaler

1 = on | 0 = off

Miscellaneous Commands (Continued)