help! on usb data logger program!! please!!!
hi,
i've built an infrared beam break sensor using a homework board, and i've been using plx-daq for data storage, but i need a more massive set of data, so i purchased a usb data logger. i've ran the test and demo files, but im having a hard time incorporating my sensor with it.
for my infrared sensor (for plx-daq) i've been using:
' {$STAMP BS2}
' {$PBASIC 2.5}
time VAR Word
DO
HIGH 2
PAUSE 250
RCTIME 2, 1, time
DEBUG "DATA, TIME,", DEC time, CR
LOOP
basically i need the same data to be saved in the zip drive.. can someone help me write the program? I'll really appreciate your help!
thank you so much,
hj
i've built an infrared beam break sensor using a homework board, and i've been using plx-daq for data storage, but i need a more massive set of data, so i purchased a usb data logger. i've ran the test and demo files, but im having a hard time incorporating my sensor with it.
for my infrared sensor (for plx-daq) i've been using:
' {$STAMP BS2}
' {$PBASIC 2.5}
time VAR Word
DO
HIGH 2
PAUSE 250
RCTIME 2, 1, time
DEBUG "DATA, TIME,", DEC time, CR
LOOP
basically i need the same data to be saved in the zip drive.. can someone help me write the program? I'll really appreciate your help!
thank you so much,
hj
Comments
http://forums.parallax.com/showthread.php?p=467912
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I understand you can download Visual C# Express 2008 for free.