10.240.132.231:8081
GET /WebService/:piezo/:waveform/:amp/:offset/:disc_speed/:laser_current/:focus_point/:filter/:num_avg
where:
piezo: piezo in or out. 0 indicates it's out and we're doing a displacement experiment, 1 indicates it's in and that we're doing a velocity experiment.waveform: piezo waveform. Default is sine. Options include:0: DC, no movement1: sine2: square3: triangle4: ramp
frequency: piezo frequency. Range from 0-100khz. Default is 83hzamp: piezo amplitude. Range from 0-10V peak to peak. Typical is 2V or 5Voffset: piezo offset. Possibly unneeded.disc_speed: rotation speed of the disc. Range from 0-1.laser_current: laser current. Range from 0-10mA. Typical is 2.5mAfocus_point: focus point of the laser. Default is collimated. Options include:0: collimated1: disc2: piezo
filter: laser filters. Default is none. Options include:0: none1: 10dB2: 5dB3: 3dB4: 2dB5: 1dB
num_avg: number of averages to take. Range from 1-32. Typical is 4 or 8
HTTP/1.1 200 OK
Connection: close
Content-Length: 112
Content-Type: text/xml
Date: Fri, 30 Mar 2012 01:48:04 GMT
Server: LabVIEW 8.20/OSX
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
5K bytes of FFT followed by DF
10K bytes of time domain followed by DT
</param>
</params>
</methodResponse>