data logger demo program
Hyun
Posts: 8
sorry i've been crazily posting but i need your help..
so i've been trying to integrate my IR sensor with the demo codes given by parallax, but i need a way to modify NumSample, which to my understanding governs the number of samples taken. It seems like the biggest number i can put in is 9999, but i need much bigger samples... any thoughts?
thanks!
hj
so i've been trying to integrate my IR sensor with the demo codes given by parallax, but i need a way to modify NumSample, which to my understanding governs the number of samples taken. It seems like the biggest number i can put in is 9999, but i need much bigger samples... any thoughts?
thanks!
hj
Comments
There is a variable in the program which controls the number of samples. You don't mention the name of the program, so there is no way for us to know the name of that variable. However, it will probably be used in a LOOP...NEXT or FOR...NEXT routine.
That variable (whatever its name is) will be defined as follows:
variable_name VAR BYTE
Change it to read as follows:
variable_name VER WORD
That should get you going.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Involvement and committment can be best understood by looking at a plate of ham and eggs. The chicken was involved, but the pig was committed. ANON