Find Jobs
Hire Freelancers

Arduino programming -- 2

kr192-1600 SEK

Kansellert
Lagt ut nesten 6 år siden

kr192-1600 SEK

Betalt ved levering
Program cnc arduino. I want help to program a movable xy table. I have tried to google to find similar code and use copy paste I have no programming skills. However time is running away and I am stuck in project. My client have a sushi robot. This machine dropping about 35 pices of nigiri(riceballs)per minute. 1 person is lifting these Nigiri and placing them in lines on a tray. very simple repetive task. On this tray worker make 12 lines with 5 Nigiri in every line. So the table movement is Y -axis about 5cm steps repeated 5 times) then x axis should move 2-3 cm repeted 12 times with some spacings between lines. When full tray stop. I have built a xy table under the sushi machine and need help to have program correctly move this table for positioning the dropping nigiri in place in tray. I found and modifyed a code that almost works. (added below short version) I mecanically tried to sort out the different travel distance for x axis and y by using different leadscrews. Then I have speed problem and non smooth movement instead. So code needs separation for x and y. hardware that I use. * arduino uno * cnc shield version 3.0 with a4988 drivers * Nema 17 motor 42BYGH 1.5A (17HS4401) * 4 pices 3 pin end stop switches Standard Leadscrew 8 mm m8 screw Extra sensor for possible cycle start stop input. * Reflective Photoelectric 3pin IR Infrared Obstacle Avoidance Sensor Module for arduino) This code below almost works. The problem with this code is I want to be able decide the x steps and Y steps separately. Example y axis 20400 steps and x - axis 10 000 steps. ..................................................................................................... #define EN 8 //Direction pin #define X_DIR 5 #define Y_DIR 6 //Step pin #define X_STP 2 #define Y_STP 3 //DRV8825 int delayTime=30; //Delay between each pause (uS) int stps=20400;// Steps to move void step(boolean dir, byte dirPin, byte stepperPin, int steps) { digitalWrite(dirPin, dir); delay(1000); for (int i = 0; i < steps; i++) { digitalWrite(stepperPin, HIGH); delayMicroseconds(delayTime); digitalWrite(stepperPin, LOW); delayMicroseconds(delayTime); } } void setup(){ pinMode(X_DIR, OUTPUT); pinMode(X_STP, OUTPUT); pinMode(Y_DIR, OUTPUT); pinMode(Y_STP, OUTPUT); pinMode(EN, OUTPUT); digitalWrite(EN, LOW); } void loop(){ step(false, X_DIR, X_STP, stps); // Rad nr +1 step(false, X_DIR, X_STP, stps); // Rad nr +2 step(false, X_DIR, X_STP, stps); // Rad nr +3 step(false, X_DIR, X_STP, stps); // Rad nr +4 step(false, X_DIR, X_STP, stps); //Rad nr +5 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(false, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, X_DIR, X_STP, stps); // Rad nr -6 step(true, X_DIR, X_STP, stps); // Rad nr -7 step(true, X_DIR, X_STP, stps); // Rad nr -8 step(true, X_DIR, X_STP, stps); // Rad nr -9 step(true, X_DIR, X_STP, stps); // Rad nr -10 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(false, Y_DIR, Y_STP, stps); // RADBYTE NR +2 // I cut away some cycles of same info here is delay(10000); step(false, X_DIR, X_STP, stps); // Rad nr +1 step(false, X_DIR, X_STP, stps); // Rad nr +2 step(false, X_DIR, X_STP, stps); // Rad nr +3 step(false, X_DIR, X_STP, stps); // Rad nr +4 step(false, X_DIR, X_STP, stps); //Rad nr +5 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, Y_DIR, Y_STP, stps); // Radbyte nr +1 step(true, X_DIR, X_STP, stps); // Rad nr -6 step(true, X_DIR, X_STP, stps); // Rad nr -7 step(true, X_DIR, X_STP, stps); // Rad nr -8 step(true, X_DIR, X_STP, stps); // Rad nr -9 step(true, X_DIR, X_STP, stps); // Rad nr -10 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 step(true, Y_DIR, Y_STP, stps); // RADBYTE NR +2 delay(10000); // replace full Nigir tray. }
Prosjekt-ID: 17285570

Om prosjektet

6 forslag
Eksternt prosjekt
Aktiv 6 år siden

Ønsker du å tjene penger?

Fordeler med budgivning på Freelancer

Angi budsjettet og tidsrammen
Få betalt for arbeidet ditt
Skisser forslaget ditt
Det er gratis å registrere seg og by på jobber
6 frilansere byr i gjennomsnitt kr1 342 SEK for denne jobben
Brukeravatar
I have read your project details and I understand what you are trying to do. Please contact me so that we can go through the details of your job.
kr2 444 SEK om 3 dager
4,8 (41 omtaler)
6,2
6,2
Brukeravatar
yes buddy,,,How r u?Its me Imad, Have done 200+ projects regarding Arduino, CNC and control. U will feel brotherhood.............................
kr192 SEK om 3 dager
4,5 (9 omtaler)
2,5
2,5
Brukeravatar
Hi there, I have strong experience on electronics and embedded software. I finished my electronics classes with 4.0GPA in USA. I also completed many projects. Since I moved from US a month ago you are not going to have to deal with bad English and/or bad communication skills. I will be working for you with very low rates because I am currently building up my freelancer.com profile and references. Just contact me and we can talk about details. Looking forward to hear from you soon. Burak
kr1 555 SEK om 3 dager
0,0 (0 omtaler)
0,0
0,0
Brukeravatar
i'm software engieneer i'm so intersting to help you with your project I have many projects based on arduino like Smart meter, smart home using many sensors humidity, temperature,motion,tft touch screen,lcd. and iot emergancy robots which stream video and audio to Web server from anywhere
kr1 200 SEK om 1 dag
0,0 (0 omtaler)
0,0
0,0
Brukeravatar
Hi, May I have the opportunity to work on this project. I am an adept arduino programmer. Welcome to have an interview session to start with. Regards, NG Services
kr1 666 SEK om 7 dager
0,0 (0 omtaler)
0,0
0,0

Om klienten

SWEDENs flagg
Brunflo, Sweden
0,0
0
Betalingsmetode bekreftet
Medlem siden mar. 13, 2017

Klientbekreftelse

Takk! Vi har sendt deg en lenke for at du skal kunne kreve din gratis kreditt.
Noe gikk galt. Vær så snill, prøv på nytt.
Registrerte brukere Publiserte jobber
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Forhåndsvisning innlasting
Tillatelse gitt for geolokalisering.
Påloggingsøkten din er utløpt og du har blitt logget ut. Logg på igjen.