Is it doable to read a proximity sensor values with Arduino Uno, but the sensor requires 24vdc, here's the sensor link
and here's the power supply I'd like to use, this link
This is all for learning purposes, to see how to use an external power source to power a 3-wire 24vdc sensor
Thanks
the power supply voltage of the sensor dosnt matter, only the signal potential matters. Ardunio analog pins needs the input potential between - 5 to +5v so make sure the signal potential lies in between this. One thing to take care while using an external power supply is to make ext and ardunio's ground common.