Ai Dreams Forum

Member's Experiments & Projects => General Project Discussion => Topic started by: systematic on November 13, 2017, 11:39:48 am

Title: A system for Machine Behaviour
Post by: systematic on November 13, 2017, 11:39:48 am
I feel that it is important to start with the overall process required for intelligent action of robotics and then to work our way down from there to the actual details of the system.

I have linked a spreadsheet that delineates a general process that I believe would work.

https://1drv.ms/x/s!Ap39DLuUU_9bi2AAsZKoB2T1WGY4 (https://1drv.ms/x/s!Ap39DLuUU_9bi2AAsZKoB2T1WGY4)
Title: Re: A system for Machine Behaviour
Post by: keghn on November 13, 2017, 02:34:13 pm
 It would be incredible to get excel to generate CNC g-code. Or some other robot language.

G-Code Lesson 1 What is G-Code?: 

https://www.youtube.com/watch?v=r5bimWKeMbY 


What is the Best Programming Language for Robotics?:
https://blog.robotiq.com/what-is-the-best-programming-language-for-robotics



Title: Re: A system for Machine Behaviour
Post by: Thierry on November 23, 2017, 02:28:25 pm
It would be incredible to get excel to generate CNC g-code. Or some other robot language.

G-Code Lesson 1 What is G-Code?: 

https://www.youtube.com/watch?v=r5bimWKeMbY 


What is the Best Programming Language for Robotics?:
https://blog.robotiq.com/what-is-the-best-programming-language-for-robotics

I tried already to connect arduino to spreadsheet (open calc) with an open source program made by a french guy. I did not try to create actuation from excel to arduino since I had a big issue with latency. Each 100 ms I was receiving data for each sensor (1 sensor per column) But after 5 minutes the data was really late. Everything starts to congest.