YSI Data Scout Advanced User Manual

Page 71

Advertising
background image

YSI Incorporated

Data Scout Advanced

67

in the Transducer Net Map. If more than one transducer is defined on the Transducer Net Map, the Script has a loop that will repeat
for each transducer. In this particular example, however, there was only a single transducer defined thus the loop terminated after one
iteration. The Script file uses many short comment lines (') to separate one command from another making it longer than necessary
but easier to read. The Log file that follows was created when this Script file was executed. See Appendix C if you do not understand
all the commands and meta-commands used in this script.

'Simple Test Script for SDI-12 Transducers (Read-Only Commands)
Set n NumXdcrs
Wait 0
Set x 1
DO LOOP1 n
'
(#x)I
'
(#x)XT+0
Wait PrvRspSec
(#x)
(#x)D0
DO LOOP2
'
(#x)U OPEN
(#x)XM+1
Wait PrvRspSec
(#x)
(#x)D0
(#x)L
(#x)XM+1
Wait PrvRspSec
(#x)

(#x)D0
'
(#x)M
Wait PrvRspSec
(#x)
(#x)D0
'
(#x)M0
Wait PrvRspSec
(#x)
(#x)D0
'
(#x)M1
Wait PrvRspSec
(#x)
(#x)D0
'
(#x)M2
Wait PrvRspSec
(#x)
(#x)D0
'
(#x)M3
Wait PrvRspSec
(#x)
(#x)D0
'
(#x)M4
Wait PrvRspSec
(#x)

Advertising