Dear guys,
I would like to make a carboard counter unit and made prototype, tested within sheets aproximetly 10x10 cm.
The system is so basic. I determine referance thanks to IR sensor. And I put sheets under Unit. Betweeen last measurement and referance, system calculate measurement differance and divide per sheet thickness.
For instance,
I want to count sheets that 50 micron (100 micron = 1mm) how many sheets under sensor?
Referance: 600 mm Micron: **50 ** OK
START measurement
Referance: 600 mm
Instant value: 500 mm
Sheets: 200 sheets (Because difference is 100 mm and 100 mm = 10000 micron 10000/50 = 200)
I detect referance and my input sheet thickness is 50. Thanks to HMI panel I can determine my input informations. But as you can estimate I can not take healty data from my sensor. My sensor resolution is 1 mm but unfortunataly my data are fluctuated.
Even my set values are like that.
for instance again my referance are 600 mm
but sensor showed me that (580, 610,608,602,**600,**605)
as you see actually sensor can detect true value but screen showed me fluctuated values. as the same logic my sheet measuremens also fluctuated. if my true sheets quantity are 200 sheets (190,215,220,200,198,205)
My board: Arduino MEGA
HMI: Nextion HMI 3.2 Inc
Sensor: GY-VL53L0X
Of course I can not take healty values and thats why I want to choose industrial measurement sensor.
1-) It should not be effected from especially light, heat and humudity
2- It should measure 1000 or 1500 mm but minimum is not necessary for now(optional 100 mm-150 mm)
as you can know that I can not apply more than (40 mA 5V), (50 mA 3.3V) and isdustrial sensors output signals are 100 mA, 12V, 24V, 30V.
Even if I use voltage divider circuit how I can sustain amper value ?
How I can import Idustrial measure sensor in my project?
What sensor could you tell me that I can use in my project?
Is it enough only use Analog pins in arduuino and use signal map or should I write library?