rgblink-金沙下载送彩金

rgblink
rgblink
rgblink
rgblink
faq
  • date:2014-07-02instruction of ‘fs’ button

    applicable machine models: vsp112, vsp516 series, vsp526 series, vsp618 series, 

    q: hello, i would like to achieve a single vga signal to toggle zoom in and out between, what can be achieved?   

    a: hello, this is achievable, the specific operation is: 

    1, set your video processor through the key [i / ii] to switch to single-channel mode and select the input signal [vga]. 

    2, according to the video processor at the [menu] button to access the menu to find the advanced options (advance), [sel] button to enter, there are several parameters, vertical and horizontal parameters of which there is a parameter screen (hsize) and screen (vsize), change the step (step), horizontal movement (hpos), longitudinal movement (vpos). 

    3, the horizontal and vertical parameters set the parameters of the screen into your big screen the actual resolution. such as your big screen´s resolution is 640 × 384, that you will hsize into 640, vsize into 384, press the esc key to exit. 

    so that you can achieve on the vga signal switching between zoom in and out through the video processor at the fs button.

  • date:2014-07-02command code that commonly used for vsp729

    set channel 1 input source: 

    "" / / set the input source cv1 

    "" / / set the input source cv2 

    "" / / set the input source ypbpr 

    "" / / set the input source vga 

    "" / / set the input source dvi 

    set channel 2 input sources: 

    "" / / set the input source cv1 

    "" / / set the input source cv2 

    "" / / set the input source ypbpr 

    "" / / set the input source vga 

    "" / / set the input source dvi 

    set channel 3 input sources: 

    "" / / set the input source cv1 

    "" / / set the input source cv2 

    "" / / set the input source ypbpr 

    "" / / set the input source vga 

    "" / / set the input source dvi 

    set channel 4 input sources: 

    "" / / set the input source cv1 

    "" / / set the input source cv2 

    "" / / set the input source ypbpr 

    "" / / set the input source vga 

    "" / / set the input source dvi 

     

    preview channel set to 1: 

    "

    preview channel 2 is set: 

    "

    set preview channel 3: 

    "

    preview channel 4 set: 

    "

     

    cut image: 

    "

     

    take the image: 

    "

     

    set fade transition effects: 

    "

    opening set right with transparent switching effects: 

    "

    "

    left with a transparent opening set switching effects: 

    "

    "

    move switch on the opening set with transparent effects: 

    "

    "

    opening with a transparent set down switching effects: 

    "

    "

    up and down the sides of the opening set with transparent switching effects: 

    "

    "

    both sides of the opening set with transparent switching effects: 

    "

    "

    the opening set with transparent sides switching effects: 

    "

    "

     

    opening the right to set switching effects: 

    "

    "

    set the opening left switching effects: 

    "

    "

    set opening move switching effects: 

    "

    "

    opening set down switching effects: 

    "

    "

     

    up and down the sides of the opening set with transparent switching effects: 

    "

    "

    both sides of the opening set switching effects: 

    "

    "

    opening sides set switching effects: 

    "

    "

     

    call preservation mode 1: 

    "

    call preservation mode 2: 

    "

    call preservation mode 3: 

    "

    call preservation mode 4: 

    "

    call preservation mode 5: 

    "

    call preservation mode 6: 

    "

    call preservation mode 7: 

    "

    call preservation mode 8: 

    "

    call preservation mode 9: 

    "

    call preservation mode 10: 

    ""

  • date:2014-07-02code commonly used for vsp516, vsp516h, vsp618

     set the input source: 

    ": tovc02000000720000000072 \ r \ n" cv1 

    ": tovc02000000720000060078 \ r \ n" cv2 

    ": tovc02000000720000070079 \ r \ n" cv3 

    ": tovc02000000720000010073 \ r \ n" sv 

    ": tovc02000000720000030075 \ r \ n" dvi 

    ": tovc02000000720000040076 \ r \ n" ypbpr 

    ": tovc02000000720000050077 \ r \ n" vga 

    ": tovc0200000072000009007b \ r \ n" hdmi1 

    ": tovc020000007200000a007c \ r \ n" hdmi2 

    ": tovc02000000720000020074 \ r \ n" sdi1 

    ": tovc020000007200000b007d \ r \ n" sdi2 

    ": tovc02000000680901000072 \ r \ n" calling user mode 1 

    ": tovc02000000680901000073 \ r \ n" calling user mode 2 

     

    set brightness: 

    ": tovc02000000800032323216 \ r \ n" set the brightness to 50 

    0x16 (16 decimal) is the checksum value = 0x80 +0 x32 +0 x32 +0 x32 

    0x32 (16 decimal) represents the luminance value is equal to decimal 50 

    three 32 denote red green blue intensity value 

     

    set contrast: 

    ": tovc02000000800232323218 \ r \ n" set the contrast to 50 

    0x18 (16 decimal) is the checksum value = 0x80 +0 x02 +0 x32 +0 x32 +0 x32 

    0x32 (16 decimal) represents the contrast value is equal to decimal 50 

    three 32 denote red green blue contrast values 

     

    \ r ---- represents a carriage return, \ n --- means a newline. 

    send the contents of double quotes to achieve the corresponding functions

  • date:2014-07-02command code that commonly used for vsp112, vsp526

     set the input source: 

    "" / / set the input source cv1 

    "" / / set the input source cv2 

    "" / / set the input source cv3 

    "" / / set the input source sv 

    "" / / set the input source ypbpr 

    "" / / set the input source vga 

    "" / / set the input source dvi 

    "" / / set the input source sdi 

    "" / / set the input source usb 

     set brightness: 

    "" / / set the brightness to 50 

    0x16 (16 decimal) is the checksum value = 0x80 +0 x32 +0 x32 +0 x32 

    0x32 (16 decimal) represents the luminance value is equal to decimal 50 

    three 32 denote red green blue intensity value 

     set contrast: 

    "" / / set the contrast to 50 

    0x18 (16 decimal) is the checksum value = 0x80 +0 x02 +0 x32 +0 x32 +0 x32 

    0x32 (16 decimal) represents the contrast value is equal to decimal 50 

     

    three 32 denote red green blue contrast values ​​(three values ​​to be the same, if different work).  

    set the color temperature: 

    "" / / set the color temperature to 50 

    0x18 (16 decimal) is the checksum value = 0x80 +0 x04 +0 x32 +0 x32 +0 x32 

    0x32 (16 decimal) represents the contrast value is equal to decimal 50 

    three 32 denote the color temperature of red green blue

  • date:2014-07-02open code for vsp5161, vsp5161s (3g), vsp5162, vsp

     first, select the sdi signal and the first road to the main output cut 


    (select to sdi signal) 

    (preview to switch to the first road) 

    (by take switch to the main output) 

    (also available straight cut way cut )

    1, the first selection signal path 

    (select to cv1) 

    (select to cv2) 

    (select to dvi1) 

    (select to vga1) 

    second, choose the second path into cv3 signals and switches to the main screen 

    (select to cv3) 

    (preview switch to the second way) 

    (by take switch to the main output) 

    1, the second selection signal path 

    (select to cv4) 

    (select to dvi2) 

    (select to vga2) 

    third, choose the third way dvi3 and switch to the main screen 

    (preview select dvi3) 

    (by take switch to the main output) 

    fourth, select the fourth road dvi4 and switch to the main screen 

    (preview select dvi4) 

    (by take switch to the main output) 

    v. fifth road vga3 select and switch to the main screen 

    (preview select vga3) 

    (by take switch to the main output) 

    sixth, sixth road vga4 select and switch to the main screen 

    (preview select vga4) 

    (by take switch to the main output) 

    seven, calling save 

    , user mode 1 

    , user mode 2 

    , user mode 3 

    , user mode 4

  • date:2014-07-02vsp 516 square dual channel automatically switches

    tracy: the screen is divided into two parts: the left half of the 384 * 320 display dvd video signals in general, 7:00 pm every night broadcast cctv news, sometimes directly to the computer´s video display or picture information; right side of the main display some 384 * 320 weather information, notices and announcements and other information, the signal source is a computer signal; and the sound can be dual-screen audio output depending on the mode selection screen. requirements can be achieved unattended automatic switching point audio and video synchronization, you can manually switch artificially in special circumstances.

  • date:2014-06-23faq for avdsp serires video processor

    1.0 no output in target display

    1) check the output config of the input video.

    2) check the input channel config is ok. ex.the composite 1 interface is

    connected to the composite interface of video source.

    3) check the connection of output is ok.

    4) check the target monitor or display is not destroied or power down.

    5)check the output resolution of avdsp is not out of the maximal resolution

    of target display.

    6) check alpha value is not 0.

    7)any requirement, please feel free to contact our customer service engineer.

    1.1 vga input could not work with avdsp console


    1)check vga source output is ok.

    2)check vga input resolution is not out of avdsp console support list, as following. the biggest input resolution is 1024*768*60hz

    3) check avdsp console works in vga input mode.

    4) any requirement, please feel free to contact our customer service engineer.

    1.2 dvi input could not work with avdsp


    1) check dvi source is ok.

    2) check dvi source output is not out of avdsp support list.

    3) check avdsp works in dvi input mode.

    4) check the connection between avdsp and dvi source is correct. restart dvi source and check output.

    5) any requirement, please feel free to contact our customer service engineer.

    1.3 component input could not work with avdsp


    1) check the connection between avdsp and component source is correct. especially y signal. refer to cabling example in page 5. high definition component ypbpr is only support in ypbpr input。standard definition ycbcr support 480i and 576i only; high definition ypbpr support 480i、576i、480p、576p、720p50、720p60、1080i50 and 1080i60;

    2) check component source works, normally dvd component output should be open from its menu.

    3) no recommend to output component and svideo input from the same source.

    4) any requirement, please feel free to contact our customer service engineer.

    1.4 user settings can not save


    both vsp 516 and vsp 618 supports multi config mode,vsp 709 just support one config mode. for multi config mode,the equipment starts to work automatically with the save1 mode.according to different equipments,you can solve the problems that modes can’t be saved by the following steps.

    vsp516

    confirm to press the “save” button,then press “save1”,or “save2”,or “save3”,that will save the current operation mode to the “user mode 1”,”user mode 2” or ”user mode 3”; after that, push button “save1”,””save2,”save3”,it wil call out the corresponding set -ting of user-mode.if that,the saving is successful.

    ater saving process, user should not do factory reset or any saving operation to user mode 1, otherwise, “save1” will be over write.

    vsp618

    confirm to press the “save” button,then press “save1”,or “save2”, that will save the current operation mode to the “user mode 1”,or ”user mode 2”, after that,gently push button “save1”,””save2, it wil call out the corresponding setting of user-mode.if that,the saving is successful.

    ater saving process, user should not do factory reset or any saving operation to user mode 1, otherwise, “save1” will be over write.

    vsp709

    confirm to press the “save” button;

    ater saving process, user should not do factory reset or any saving operation to user mode 1, otherwise, “save1” will be over write.

    if the proposal did not ultimately solve your problems, please contact with our company’s customer service staff promptly,we will help you to solve the troubles at the first time!

    1.5 can´t update main board software

    connect the computer and avdsp series, select *.mot. download file to device.

    after the equipment power up, right-click the “.mot” file at the left side of menu, when the screen shows “waiting for update”, you can update the main board program. next, choose the “download file to device”, start to loading.

  • date:2014-04-21vsp 516 square double channel automatic switching

    small make up: the screen is divided into two parts: the left side of 384*320 display video signals of dvd, every night 7 point broadcast on cctv news broadcast, sometimes directly display computer video or picture information; the right half 384*320 the main display some weather information, notification and announcement information, signal source for computer signal and the sound can be output; select audio double screen according to the display mode of the screen. requirements can be achieved unattended to audio and video synchronization can be automatically switch, manual switch in special circumstances.

1
footer
rgblink is registered trademark of xiamen rgblink science & technology co ltd.
icp 09046269
网站地图