USL LSS-200 handleiding
Handleiding
Je bekijkt pagina 24 van 34

20
TD-001538-01-A1
The web server can parse the XML to a database for further analysis and reporting. A simple PHP script that appends each new LSS-200 XML
report to a file and mails each report is shown below. This is a good starting point to verify that things are working.
<?php
$PostData=le_get_contents("php://input"); // get post data into a string
le_put_contents("/tmp/PostTest.txt",$PostData,FILE_APPEND); // append post data to a le
// Set up to mail data
$to='name@example.com';
$subject='LSS Post Data';
$headers= 'From: LSS@example.com';
mail($to, $subject, $PostData, $headers);
?>
LSS-DB
LSS-DB is a free database program designed for use with the LSS-200. It consists of PHP scripts and javascript to capture XML posts from
LSS-200 units and present the data to users. LSS-DB is designed for use by theater chains or theater service companies that operate a Network
Operations Center. LSS-DB separates data from LSS-200 units by OrgKey. Users are only allowed access to data with a corresponding OrgKey. A
single service company can serve many different theater chains with one LSS-DB installation. An online demo can be viewed at http://lssdb.uslinc.
com*. LSS-DB can be downloaded from http://ftp.uslinc.com/?dir=ftp/Products/LSS-DB.
RNOT: *This site is for demo purposes only. Data logged to this site is not guaranteed to be maintained or available and may be
deleted at any time.
Hidden Screens
The LSS-200 has a few hidden screens that are described below. One shows the configuration data for the unit. The other two allow for calibration
(or mis-calibration) of the unit.
View Configuration Data
The LSS-200 configuration is saved as text in a series of commands. These commands are sent through the same command interpreter as
commands received over TCP or from a script. You can view this data at http://xxx.xxx.xxx.xxx/ConfigFlash.html (substituting the IP address of the
LSS-200 for the xxx).
Calibration Screens
These screens are supplied to allow for field calibration of the LSS-200. You should ONLY attempt this if you have accurate reference
instrumentation. Light calibration is to be done with a projector having the same illumination source as will be used in operation. If a xenon projector
is to be used, the LSS-200 must be calibrated with a xenon source (ideally the same projector). Luminance and color MUST be measured with
a spectrometer-based instrument, such as the QSC PCA-100. Reference measurements should be made as close to the LSS-200 position as
possible. Do not attempt calibration without the appropriate equipment.
Two calibration screens are available:
• http://xxx.xxx.xx.xx/protect/cal.html - Calibration using cd/m
2
.
• http://xxx.xxx.xx.xx/protect/calf.html - Calibration using fL.
These screens are similar. A portion of the cal.html screen is shown in Figure 20.
Bekijk gratis de handleiding van USL LSS-200, stel vragen en lees de antwoorden op veelvoorkomende problemen, of gebruik onze assistent om sneller informatie in de handleiding te vinden of uitleg te krijgen over specifieke functies.
Productinformatie
| Merk | USL |
| Model | LSS-200 |
| Categorie | Niet gecategoriseerd |
| Taal | Nederlands |
| Grootte | 6136 MB |





