PrismSound DSA-1 Manager Скачать руководство пользователя страница 9

1.6

Operation Manual

© 2005 Prism Media Products Ltd

Revision 1.00

Prism Sound DSA-1 Manager

'User' Test Sequences are written in a special language, which is detailed in the

Test Sequence authoring guide

 section.  Test Sequences are initially written using the text window.  It

may be useful to start from the 'source file' of one of the 'burned in' Test Sequences rather than
beginning your 'user' Test Sequence from scratch.  These files are installed with the DSA-1 Manager,
and are listed in Appendix C of the DSA-1 Operation Manual.

The 'burned-in' Test Sequences are:

Test Name

Source file

Global Test

DSATST1.TXT, DSATST1A.TXT

Consumer Test

DSATST2.TXT, DSATST2A.TXT

General Pro Test

DSATST3.TXT, DSATST3A.TXT

Strict Pro Test

DSATST4.TXT, DSATST4A.TXT

Note that the 'A' versions are functionally identical to their non-A counterparts, but incorporate
'programmer-friendly units'.  The original files (with native units) are provided only for backward
compatibility.  It is recommended that the 'A' versions are used.

To begin work with one of these files, simply load it into the text window and you can begin to modify
it, for example changing limit values.  You will notice that the source code is helpfully coloured by the
editor, which understands the syntax of the language.  If the colouring needs to be manually
refreshed, use the 'Refresh Syntax Colour' option within the Test Sequence submenu of the DSA-1
menu, or use the 'F5' hotkey.

When the source code is complete, save it to disk before proceeding in order that your code is not
accidentally lost.  If you began from one of the 'burned-in' Test Sequence source files, make sure that
you save your modified version to a different file name so that the original is not over-written.

Compiling a Test Sequence

Once the source code is complete (and saved to disk), compile the Test Sequence by selecting the
'Compile...' option from the Test Sequence submenu in the DSA-1 menu.  Alternatively, you can use

the 

 icon or 

[F6]

 hotkey.  The following dialogue box is displayed:

It is possible (though usually unnecessary) to modify the file names and paths for the source file to be
compiled, as the destinations for the compilation listing (.LST) and executable (.BIN) files.

On clicking the 

[Compile]

 button, the Test Sequence is compiled.  If success or failure of the

compilation is displayed in a message box.  If the compilation failed (i.e. if there was an error in the
.TXT source file) then the .LST file is automatically loaded into the text window.  The .LST contains a
line-by-line summary of the compilation, with error messages displayed where they were encountered.
Once the source of the error has been identified, the .TXT file must be reloaded, repaired, and
resaved before recompiling.

Содержание DSA-1 Manager

Страница 1: ...Operation Manual DSA 1 Manager...

Страница 2: ...DSA 1 Manager Operation Manual by Ian Dennis This manual is also available as on line help from the dScope software You can access the on line help from the Help menu...

Страница 3: ...ager 4 4 1 User interface 4 2 Uploading a Results Log 4 3 Remote Control 5 4 Test Sequences 7 5 Updating the DSA 1 firmware Part 5 Menu reference 9 9 1 File menu 9 2 Edit menu 10 3 Search menu 10 4 Fo...

Страница 4: ...44 1223 425023 Fax 1 973 983 9588 Email tech support prismsound com Web http www prismsound com Or contact your local Prism Sound distributor as detailed on the website Trademark acknowledgements Mic...

Страница 5: ...ed compiled and downloaded to the DSA 1 Firmware downloader Updates the DSA 1 s firmware 2 1 PC requirements The DSA 1 Manager runs on almost any PC running Windows 95 98 2000 or XP The PC must have a...

Страница 6: ...om 3 2 Connecting the DSA 1 If the DSA 1 is to be connected to a COM port on the PC simply connect the 9 way COM port connector on the PC to the similar RS232C connector on the DSA 1 using a null mode...

Страница 7: ...lows the DSA 1 to be remote controlled using screen and mouse Test Sequence compiler downloader Allows user defined Test Sequences to be edited compiled and downloaded to the DSA 1 Firmware downloader...

Страница 8: ...mmed series of tests which are held in the DSA 1 s non volatile memory Test Sequences allow an operator to run through many tests in sequence at the press of a button The DSA 1 draws the operator s at...

Страница 9: ...he language If the colouring needs to be manually refreshed use the Refresh Syntax Colour option within the Test Sequence submenu of the DSA 1 menu or use the F5 hotkey When the source code is complet...

Страница 10: ...be switched on 4 5 Updating the DSA 1 firmware WARNING Care must be taken when updating the DSA 1 firmware Interruption of the process for example if the null modem cable or power supply is removed or...

Страница 11: ...wo minutes The progress of the update is shown in the dialogue box the DSA 1 s display also shows a diagnostic list of the flash blocks being updated When the update is complete the DSA 1 restarts aut...

Страница 12: ...o on line help and version information 5 1 File menu The File menu accesses typical file related functions similar to those of any text editor File menu options are New Opens a new document Open Opens...

Страница 13: ...r Sets colour of selected text Bold Sets selected text to bold or non bold Italic Sets selected text to italic or non italic Underline Sets selected text to underline or non underline Paragraph For pa...

Страница 14: ...Operation Manual 2005 Prism Media Products Ltd Revision 1 00 Prism Sound DSA 1 Manager 5 6 Help menu The Help menu contains two options Contents Opens HTML Help file About Displays DSA 1 Manager vers...

Страница 15: ...ody of each Segment is made up of a number of Instructions Labels and Comments Each Segment has a Start Instruction which includes the name of the Segment and one or more End Instructions A PASS FAIL...

Страница 16: ...quence Start and End A HEADER Instruction MUST be the first Instruction in the source file It defines the start of the Test Sequence and includes a 16 character text message that appears on the DSA 1...

Страница 17: ...f lit CARRIER panel ALOG LED 1 if lit TEST_AUX_BITS TEST_AUDL_BITS TEST_AUDMAIN_BITS TEST_V_BIT TEST_U_BIT TEST_ANEB_BIT TEST_CRCERR_BIT DATA panel AUX LED 1 if lit DATA panel AUDIO low bits LED 1 if...

Страница 18: ...to vary action according to the results of the boolean operation AND value OR value XOR value Bitwise AND operation new result old result AND value Bitwise OR operation new result old result OR value...

Страница 19: ...character Jumps may be made backwards or forwards The JMASKZ and JMASKNZ instructions are most useful for testing Channel Status fields Notes on the value parameter The value parameter can be expresse...

Страница 20: ...before a Segment end the flag allows the sequence to continue SET_PASS SET_FAIL Set flag to PASS Set flag to FAIL JUMP_IF_PASS label or JPASS JUMP_IF_FAIL label or JFAIL Jump if flag is set to PASS Ju...

Страница 21: ...he clipboard Copy the selected text to the clipboard Paste the contents of the clipboard at the cursor Find specified text Change the font of the selected text Change the colour of the selected text B...

Страница 22: ...t to the clipboard Ctrl C Copy the selected text to the clipboard Ctrl V Paste the contents of the clipboard at the cursor Ctrl A Selects all text in the text window Ctrl F Find specified text Ctrl H...

Страница 23: ...10 H Help menu 11 Hotkeys short cut keys 19 I Icons 18 Installation 3 J Justification 10 K Keyboard short cuts 19 L Loading documents 9 M Manual 2 Menu reference 9 N Null modem cable 3 O Operating sy...

Страница 24: ...12 compiling 5 downloading 5 elements 12 language reference 13 Text format 10 Toolbar icons 18 U Uploading the Results Log 4 USB adapter 2 User interface 4 User Test Sequences 5 V Version information...

Отзывы: