Forum Members section DIY Ferduino controller Metering pumps

Metering pumps  [SOLVED]

Ask here about your controller made with pieces purchased in other shops.

Post Number:#1 Post Sun Jan 17, 2016 6:16 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Hi Fernando, the dosing pumps are not working, they work in manual mode and also functions to calibrate. In custom mode it makes no dosage.
In the code the variable is boolean dosadoras = true. The memory card has the HDP1.TXT ... HDP6.TXT files.

What can is going on?

Thanks,

Post Number:#2 Post Sun Jan 17, 2016 9:23 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Do you have selected all days of week?

What's quantity of doses and volume daily?

What's the content of the file HDP1.TXT?

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Mon Jan 18, 2016 8:28 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Fernando, is not being nothing recorded on the memory card. After I downloaded the new version is not recording anything on the memory card.

Thanks,

Post Number:#4 Post Mon Jan 18, 2016 9:19 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

It works with code for test?

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#5 Post Tue Jan 19, 2016 3:55 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
I tried to install the code tests to create a file on the SD card but does not compile, displays an error:

'SdVolume' does not name the type

I'm not getting tested.

SD Card recording is recorded the LOGDDIA files, LOGODIA, LOGPDIA, LOGRDIA, LOGTDIA.

Thanks,

Post Number:#6 Post Tue Jan 19, 2016 4:04 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

If this files are on SD card so it's working fine.

Can you see green buttons for days of week and ON/OFF like this?

Image


Image


Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#7 Post Tue Jan 19, 2016 4:08 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Yes, every day of the week are marked green and the ON / OFF button is ON.

Post Number:#8 Post Tue Jan 19, 2016 4:29 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

In the tab "dosadoras" go to line 60 find:


        }
      }
      file.close();
    }
  } 
}


Replace with:

        }
        Serial.println(minuto11);
      }
      file.close();
    }
    else
    {
      Serial.println("Can't create the file");
    }
  } 
}


Open the serial monitor and see the result after save the settings.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#9 Post Tue Jan 19, 2016 4:39 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Can't create the file

Post Number:#10 Post Tue Jan 19, 2016 4:46 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Try format the SD card again.

Can you see the graphs on TFT?
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#11 Post Tue Jan 19, 2016 5:35 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Formatted again and continue without saving.

TFT graphics are these?

Thanks,

Post Number:#12 Post Tue Jan 19, 2016 6:01 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

This:

Image


Try disable ethernet functions, maybe it's conflict.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#13 Post Tue Jan 19, 2016 8:54 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Again I formatted the sd card and now is not recording anything. Does the problem is the sd card?

I will try to look for another card to test.

Thanks,

Post Number:#14 Post Wed Jan 20, 2016 6:38 am
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
I tested with another card and continue without saving the information.

Post Number:#15 Post Wed Jan 20, 2016 11:22 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Try using this IDE and librairies: https://onedrive.live.com/redir?resid=4 ... file%2crar

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#16 Post Wed Jan 20, 2016 2:26 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
Friend, still not working. The LOGDDIA files, LOGODIA, LOGPDIA, LOGRDIA, LOGTDIA were created, but not the dosing continues with return "Can't create the file".

I created the HDP1.TXT ... HDP6.TXT files on the memory card and still not save anything.

Post Number:#17 Post Wed Jan 20, 2016 2:30 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Can you try with old version of Ferduino code since that it can be a bug in new version?
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#18 Post Wed Jan 20, 2016 2:58 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
It is a bug in the new version, installed the previous version and files are normally recorded.

Was there any change in the code regarding the metering?

Post Number:#19 Post Wed Jan 20, 2016 3:12 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Problems with new version isn't directly related with dosing pumps.

So check if the dosage works with old version. If it doesn't works show me the content of HDP1.TXT.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#20 Post Wed Jan 20, 2016 3:19 pm
Posts: 48
Topics: 8
Images: 10
Solve rating: 0
Joined: Tue Dec 09, 2014 8:03 am
Topics: 8
Age: 46
Gender: Male
National Flag:
Brazil
The contents of the file is HDP1.TXT:

0174
0288
0402
0516
0630
0744
0858
0972
1086
1200

It is scheduled as follows:
Start time: 01:00
End time: 22:00
30 ml, 10 doses.

Next



Return to DIY Ferduino controller





Who is online

Users viewing this topic: No registered users and 1 guest