Instruction d'utilisation Alpes USA MP615/MP107

Instruction d'utilisation pour le dispositif Alpes USA MP615/MP107

Dispositif: Alpes USA MP615/MP107
Catégorie: Magnétoscope
Fabricant: Alpes USA
Dimension: 1.56 MB
Date d'addition: 7/26/2013
Nombre des pages: 34
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif Alpes USA MP615/MP107. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec Alpes USA MP615/MP107.

Pour votre confort

Si regarder l'instruction Alpes USA MP615/MP107 directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction Alpes USA MP615/MP107 en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction Alpes USA MP615/MP107 sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
Alpes USA MP615/MP107 Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 34 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction Alpes USA MP615/MP107 - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de Alpes USA MP615/MP107. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1





MP615/MP107
MPEG-2 video player

User guide














WWW.ALPEG.COM

Résumé du contenu de la page N° 2

CONTENTS 2. COMPOSITION 2 3. USAGE 3 3.1 The player 3 3.1.1 Script file 3 3.1.2 Videos 3 3.1.3 File transfer 3 Introduction to the FTP transfer protocol 4 3.2 Controls and access methods 5 3.2.2 Network connection 5 3.2.3 RS232 connection 6 3.2.4 Parallel electronic GPI connector 6 4. HOW TO WRITE A SCRIPT(S) 7 4.1 Language 7 4.1.1 Play 7 4.1.2 Wait 7 4.1.

Résumé du contenu de la page N° 3

2. Composition The digital video player is made up of a player section and the following different modules: - A network connection. - An RS232 connection. - A GPI connector. - A Keypad connector. This is a list of the equipment supplied : - A digital keyboard, - this guide, - a Y/C cable , - a BNC-BNC cable, - a RCA-RCA stereo cable. - special MP107 cords (mini din / RCA & mini din / 3 RCA) - audio cord MP107 3.5mm jack / RCA stereo Rev 1.5 Page 2

Résumé du contenu de la page N° 4

3. Usage 3.1 The player When you turn the player on, the script reader starts up automatically after about 30 seconds. You must verify beforehand that the disk is indeed plugged in and that the key locking is activated. The order of the script reading and the description of the interaction with external modules are programmed in the script named SC00 and possibly in the sub-script files (SC01, SC02 …). 3.1.1 Script file The script files are basic programmes describ

Résumé du contenu de la page N° 5

Introduction to the FTP transfer protocol FTP = File Transfer protocol. After electronic mail and the WEB, FTP is another Internet service that evolutions in technology have made much easier to use, but the aspect of which is still not very user- friendly. This service, with email and discussion groups, were the only tools in existence before the appearance of the Web in 1990, and were at that time used mostly by research centres and universities. What does it do? Everything is (

Résumé du contenu de la page N° 6

On the contrary, others, before giving you access, ask you to fill out a little form. It's nothing to worry about, and won't present any problems if your intentions are honest. And if, upon the opening of an FTP page, you encounter the abbreviation pub, it has nothing to do with publicity, it just signifies free and public access. . For the ALPEG, the connection is made by directly typing your IP address with your login as: anonymous, and no password. How to access it? -Either throu

Résumé du contenu de la page N° 7

3.2.3 RS232 Connection The RS232 connections allow the player to be driven. - See programming chapter - See connection appendix 3.2.4 Parallel electronic GPI connector Enable a video numbered 1 to 5 to be read - See the wiring diagram in the connection appendix ATTENTION: If the player comes with a hardware key that connects to the electronic parallel GPI connector, in utilisation without commands by dry contacts, it is obligatory to set up this hardware k

Résumé du contenu de la page N° 8

4 How to write script(s) 4.1 Language *: equals a space 4.1.1 Play Allows a script to be read Command: Play file_name_mpeg (option). Options: - * /f: no transition to black between two video files. - */l,n: read the video file ‘n’ times. Example: play*/clips/drop.mpg*/f 4.1.2 Wait Allows a time delay to be introduced Command: wait*n Example: wait*5: wait 5 seconds 4.1.3 Goto Allows you to go to a line of data. Command: goto *1 Example: goto*5: continue to

Résumé du contenu de la page N° 9

4.1.6 R Allows a specific command to be sent to another channel by the series port. There are 3 commands possible: - R*x,KEYyy: read on player n°x, script corresponding to event yy - R*x,MPG/clips/fichier.mpg: read on player n°x video file.mpg. - R*x,SEQy read on player n°x script yy Examples: - R 1,KEY12 - R 2,MPG/clips/drop.mpg - R 3,SEQ14 _____________________________________________________ 4.2 some examples 4.2.1 Example 1 play/clips/drop.mpg /1,2

Résumé du contenu de la page N° 10

4.2.3 Example 3 play/clips/pubsony.mpg wait 2 SC01 Goto 1 10 : SC02 Goto 1 This script plays the pubsony.mpg video, waits 2 seconds, reads the SC01 script and returns to the beginning. If event n°10 is called up, the SC02 script will be read and will then return to the beginning of the script. ATTENTION: in the script file SC02 you must absolutely have a return order to the script SC01 (SC01), otherwise, the reading will always remain on the script file SC02.

Résumé du contenu de la page N° 11

5 Appendices 5.1 diagram of DB25 GPI parallel connector wiring (dry contact) Diode=OA 90 Diode :OA 90 (direct low-voltage 0.3Volts) 1 2 Switches to stable position 3 4 5 270 1k ,1/4w 5 volts 7 1 25 0 volt 5 channels can be accessed. ATTENTION: If fewer channels are used, the contacts must imperatively be earthed (grounded). The closing of contact 1 activates an action associated to a command number 1 (example in the f

Résumé du contenu de la page N° 12

The closing of contact 2 activates an action associated to a command number 2 (example in the file SC00: 2: play /clips/video2.mpg ). The closing of contact 3 activates an action associated to a command number 4 (example in the file SC00: 4: play /clips/video3.mpg ). The closing of contact 4 activates an action associated to a command number 8 (example in the file SC00: 8: play /clips/video4.mpg ). The closing of contact 5 activates an action associated to a command number 16 (

Résumé du contenu de la page N° 13

5.2 Language capacity 5.2.1 sub-scripts. The player allows up to 10 linked sub-scripts to be called up. Example: In the file SC00: Play /clips/file.mpg SC01 5.2.2 Video player Because of the FAT32 system, the maximum size for one single video file is 4 Go. 5.2.3 Commands The video output and format commands are: Colour video system: F0 = NTSC F1= PAL F2= PAL 60 Hz Outputs: F4= Comp -Y/C F5= YUV F6= RGsB F7= SVGA (Format: 720x575 - 37.5Khz 70H

Résumé du contenu de la page N° 14

6. HTML dialogue pages: 6.1 Main page: Open your Internet explorer and type in the following address of the player: http://10.16.99.107 the screen shown below will appear. Use this link to access the network interface page (see diagram 4) Rev 1.1 Page 13 Diagram 2: Main page

Résumé du contenu de la page N° 15

6.2 Network interface page: 6.2.1 TCP/IP: To communicate with the player for the first time, the following initial steps must be taken: Network configuration of local computer is recommended: IP Configuration & sub network mask to enter in order to access player for the first time Default TCP/IP configuration of player: Default factory address is : 10.16.99.107 Default subnet (sub-network) mask is: 255.255.0.0 Diagram

Résumé du contenu de la page N° 16

6.2.2 Programming example so that the player is accessible by the following type of PC address: 192.168.0.10 After having accessed the interface, you will get the following screen: network interface 1 Current configuration Programmed configuration 1) access to configuration page Diagram 2: network Rev 1.1 Page 15 interface page 1

Résumé du contenu de la page N° 17

6.2.3 Network interface 2 (factory parameters below) 2) Change the configuration by modifying the 5 fields as shown in diagram 4 Diagram 3: network interface page 2 Rev 1.1 Page 16

Résumé du contenu de la page N° 18

6.2.4 Network interface 2 (programming) Fields to change to program the address: 1 3 192.168.0.10 2 4 3) After any 1 3 modification, remember to 2 4 SAVE, return to the previous interface to check the new address in the “permanent interfaces” then turn the player off and on again to make the new NOTE NOTE : : t The first he first address an active tw 2 gro o gr ups o oups f of one. numbers numbers in from In th

Résumé du contenu de la page N° 19

5) Reprogramming the TCP/IP properties of your computer to access the new address, in the current example this could be: IP Address: 198.168.1.5 Subnet mask: 255.255.255.0 Next, after having restarted or not your computer to make the new IP address operational, open your Internet navigator and type in the address of the player as follows: http://198.168..0.10, the main screen will appear. 6.2.5 Reinitialising the IP address IMPORTANT: If you have made a mistake or y

Résumé du contenu de la page N° 20

6.3 Direct TCP/IP reading control page. It is possible to control the Alpeg player by network with the following page: By pressing on this button, the player sends information about what it is currently doing. This also happens if you press any other command Rev 1.1 Page 19


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 Sony 3-869-574-12(1) Manuel d'utilisation Magnétoscope 22
2 Sony BETACAM SP 2000 PRO Manuel d'utilisation Magnétoscope 20
3 Sony 85P Manuel d'utilisation Magnétoscope 3
4 Sony BETACAM SP 3-753-960-14(1) Manuel d'utilisation Magnétoscope 20
5 Sony 1500AP Manuel d'utilisation Magnétoscope 5
6 Sony CCD- TRV408 Manuel d'utilisation Magnétoscope 2
7 Sony 45P Manuel d'utilisation Magnétoscope 3
8 Sony BETACAM SP PVW-2800P Manuel d'utilisation Magnétoscope 281
9 Sony BKDW-515 Manuel d'utilisation Magnétoscope 3
10 Sony CCD-TR411E Manuel d'utilisation Magnétoscope 23
11 Sony CCD-TR511E Manuel d'utilisation Magnétoscope 69
12 Sony 2-678-737-13(1) Manuel d'utilisation Magnétoscope 0
13 Sony 50P Manuel d'utilisation Magnétoscope 0
14 Sony CCD-TR412E Manuel d'utilisation Magnétoscope 42
15 Sony CCD-TRV21 Manuel d'utilisation Magnétoscope 7