OpenAgricultureFoundation / openag_recipe_generator

Python script for generating simple timeseries recipes
GNU General Public License v3.0
3 stars 7 forks source link

Have you gotten air_flush to work? #2

Open novemberalpha opened 7 years ago

novemberalpha commented 7 years ago

Hi! I'm trying to determine if I have a local configuration problem or if there is a bigger issue at work here.

Issue: When I add air_flush_on in a recipe like this my air_flush fan spins for about 3 seconds (latch?) when the recipe starts and then stops.

Then if I try a recipe like this my air_flush fan does not start at all.

Finally using the generator with a configuration like this (customized and working for PFC1 hardware) the air_flush fan does not work. (here's the output btw).

Do you see anything wrong with these files? How do you get the air_flush fan to work?

Cheers,

J

sp4ghet commented 7 years ago

The recipe in openag_recipe_bag does work for us on the PFC v2.0 we have in the lab. It might actually have to do with the wiring. The air_flush plug is 3 pins, 1 GND, 1 Bulb Open/Fan On, 1 Bulb Close.

I would try checking with an LED or something if the Arduino is properly switching the pin when it should be.

image