Sample Frequency
Thsi is used to set recording frequency. 11KHz, 22KHz and 44KHz are
available. Click button to set.
DDE Order | Function |
DAT | Copy curve data to clipboard |
BMP | Copy screen shot to clipboard |
WEIn (n=0,1,2,3) | Set frequency weight network |
WINn (n=0,1,2,3) | Set spectrum window |
ANAn (n=0,1,2,3,4,5,6) | Set analysis method |
AMPn (n=0,1) | Zoom Out / Zoom IN |
FREn (n=0,1,2) | Set sample frequency |
STEn (n=0,1) | Mono / Stero set |
AVEn (n=0,1) | Average on / off |
CHAn (n=0,1) | Set display channel |
LINn (n=0,1) | Set linear / log display mode |
GENn (n=0,1,2,3,4) | Set inner signal source |
REC | Recording from sound card |
STO | Stop real time analysis |
UDP Order | Function |
DAT | Copy curve data to clipboard |
BMP | Copy screen shot to clipboard |
WEIn (n=0,1,2,3) | Set frequency weight network |
WINn (n=0,1,2,3) | Set spectrum window |
ANAn (n=0,1,2,3,4,5,6) | Set analysis method |
AMPn (n=0,1) | Zoom Out / Zoom IN |
FREn (n=0,1,2) | Set sample frequency |
STEn (n=0,1) | Mono / Stero set |
AVEn (n=0,1) | Average on / off |
CHAn (n=0,1) | Set display channel |
LINn (n=0,1) | Set linear / log display mode |
GENn (n=0,1,2,3,4) | Set inner signal source |
REC | Recording from sound card |
STO | Stop real time analysis |
Clear
RUN "c:\test\udpclient.exe 127.0.0.1 FRE1" && Connect to VSI on 127.0.0.1 and set Fs=22050 ? _CLIPTEXT && OK=success, Time Out=fail RUN "c:\test\udpclient.exe 127.0.0.1 ANA5" && Connect to VSI on 127.0.0.1 and set 1/3 octave ? _CLIPTEXT && OK=success, Time Out=fail =INKEY(5) && Wait for 5 seconds RUN "c:\test\udpclient.exe 127.0.0.1 DAT" && Connect to VSI on 127.0.0.1 and get 1/3 octave data ? _CLIPTEXT && Show data on clipboard |