I have #include <OneWire.h> #include <DallasTemperature.h>
in my project but what i found is if i unplug, for example, sensor#10 out of my array of 38 sensors it will not display that something is missing there(place for sensor#10) it will be displaying total 37 sensors. So is there a way i can write the value of this unplugged sensor as zero even if its the last sensor? all sensors have a specific location and if #10 is unplugged its wrong to show that value is missing of the sensor #38
When i unplug sensor , doesn't matter which one #10 or #30 or #21 - its comes as zero but not where the sensor was unplugged - it disappears from the list as #38#37#36 ... so the last ones in array... can i hold that the sensor 10 was unplugged so sensor 10 readings is zero?
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
Can you please post a copy of your circuit, in CAD or a picture of a hand drawn circuit in jpg, png?
Also a link to info/specs on your sensors.
I know its a lot, but at the moment we have no idea what your project comprises of, what format the input data is, how you power all those "sensors" etc..