Subject:
|
Re: datalog viewer in RcxCC
|
Newsgroups:
|
lugnet.robotics.rcx.nqc
|
Date:
|
Sun, 20 Feb 2000 17:32:56 GMT
|
Viewed:
|
1918 times
|
| |
| |
Jeff Canar wrote in message <38aff0b1.63663228@lugnet.com>...
> Wrote a program to log light levels every ten minutes and store those
> levels in the datalog. I wrote the program to use, and connected the
> sensor to, SENSOR_3. Everything works fine. My question is: Why
> does the datalog viewer in RcxCC report 'Sensor 2' as the input
> receiving data (a copy of this datalog appears below)?
>
> thanks in advance,
> jeff
>
> Watch 0: 350
> Sensor 2: 0
<snip>
I have had similar oddities using RcxCC for retrieving DataLog values. For
example when I am pulling something in from Sensor 1, it may tell me this:
Sensor 1: 35
Sensor 1: 65
Sensor 1: 23
Sensor 0: 24
Sensor 1: 98
Sensor 1: 23
Sensor 0: 23
IE it randomly switches between inputs. I also wish I could get rid of that
and just pull in the numbers directly (none of this "Sensor 1:" jazz). I can
do that with NQCE, but of course, I have no way of "capturing" those values
to a text file or something (right?).
Iain
|
|
Message has 1 Reply: | | Re: datalog viewer in RcxCC
|
| (...) You can probably use NQC to read the values into a text file. Try: nqc -datalog >log.txt The -datalog option will grab the datalog as raw valus, -datalog_full will add the 'sources' into the listing. I'm not sure why RcxCC lists the wrong (...) (25 years ago, 20-Feb-00, to lugnet.robotics.rcx.nqc)
|
Message is in Reply To:
| | datalog viewer in RcxCC
|
| Wrote a program to log light levels every ten minutes and store those levels in the datalog. I wrote the program to use, and connected the sensor to, SENSOR_3. Everything works fine. My question is: Why does the datalog viewer in RcxCC report (...) (25 years ago, 20-Feb-00, to lugnet.robotics.rcx.nqc)
|
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|