Sensors to SQL
Does anyone know how to hook sensors straight into SQL?
I am intending to run a wirless hook up from my robot to my desktop, use SQL to analyize the results and return instructions. Of course if SQL can't be used then VBA would be an option.
Currently thinking the Prop would be a good choice on the robot end but that is open to discussion.
I am intending to run a wirless hook up from my robot to my desktop, use SQL to analyize the results and return instructions. Of course if SQL can't be used then VBA would be an option.
Currently thinking the Prop would be a good choice on the robot end but that is open to discussion.
Comments
A Prop on the robot end would be much more capable of handling the SQL commands and responses directly. It can also do floating point which the Stamp cannot.
My job requires running SQL to servers so a front end won't be too much of a problem. Actually we run servers straight to SQL, Excel and Access. Still haven't figured out why we don't use just one program....
Question - do you use cameras ever? If so how do you code things to identify objects? Example - hey something's there - should I go under over or around?