Extron electronics IN1508 Скачать руководство пользователя страница 6

 

Professional Control Solutions LLC 

 3804 Parchment Circle 

 Richmond, VA 

 23233-7034 

804-364-3809 

 [email protected] 

 

Command Control 

 
The main program the switcher via command events (NetLinx command 

send_command

) sent to the 

COMM module. The commands supported by the COMM module are listed below. 
 
Note: An ‘*’ indicates an extension to the standard API. 

Command 

Description 

SWITCH=<input> 
 

Switch the input to the output.   
 
<input>  : 0     = disconnect input channel 
           1..8 = input channel 
 
SWITCH=1 
 

DEBUG? 

Query the state of the debug feature. 
 
DEBUG?

 

DEBUG=<value> 

Set the state of debugging messages in the Comm. 
module. 

Note:

 See Programming Notes section. 

 
<value> : 0 = set all messages off  
          1 = set all messages on 
 
DEBUG=1 

PASSTHRU=<string> 

Allows user the capability of sending commands 
directly to whatever unit is attached with minimal 
processing by the Duet module.  User must be aware of 
the protocol implemented by the unit to use this 
command.  This gives the user access to features that 
may not be directly supported by the module. For more 
information, see the “

Adding Functions to Modules

” 

section below. 

Note:

 The terminating characters should not be sent. 

The module will append them. 
 
<string> : string to send to unit 
 
PASSTHRU=2*1B (Video Mute) 

SWITCH? 
        
 

Query for the input channel that is currently 
connected to the output channel. 
 
SWITCH? 
 

VERSION 

Query for the current version number of the Duet 
module. 
 
VERSION? 

Table 4 – Send Command Definitions

 

Содержание IN1508

Страница 1: ...Professional Control Solutions LLC 3804 Parchment Circle Richmond VA 23233 7034 804 364 3809 PCS_LLC comcast net NetLinx Module Interface Specification for Extron IN1508 Switcher Scaler...

Страница 2: ...on 3 Overview 3 Implementation 3 Port Mapping 4 Channels 5 Levels 5 Command Control 6 Command Feedback 7 Device Notes 7 Programming Notes 7 Adding Functions to Modules 8 Commands to the device 8 Respo...

Страница 3: ...erview The COMM module translates between the standard interface described below and the switcher serial protocol It parses the buffer for responses from the switcher sends strings to control the swit...

Страница 4: ...ation the device ID of the switcher to be controlled and the virtual device ID for communicating to the main program For an example of how to do this see below DEFINE_DEVICE dvSwt 5001 1 0 serial cont...

Страница 5: ...ion 24 PULSE Ramp Volume Up 1db 25 PULSE Ramp Volume Down 1db 26 PULSE Cycle Volume Mute 199 ON Set Volume Mute On used for feedback also OFF Set Volume Mute Off 251 ON Device is Online used for feedb...

Страница 6: ...gramming Notes section value 0 set all messages off 1 set all messages on DEBUG 1 PASSTHRU string Allows user the capability of sending commands directly to whatever unit is attached with minimal proc...

Страница 7: ...ll messages off 1 set all messages on DEBUG 1 SWITCH input Reports the input channel that is currently connected to the output channel This string is sent in response to the CL command being successfu...

Страница 8: ...e module will automatically generate the checksum In this case the following string should be sent from the UI code to implement white balance adjustment send_command vdvDevice PASSTHRU 03 10 05 14 Th...

Отзывы: