need help UV exposure controller its almost finished
I am building a uv exposure I am almost finished.
here is a video explaining my problems.
http://www.youtube.com/watch?v=FpWVMd4as58&feature=channel_video_title
thanks for your help!
here is a video explaining my problems.
http://www.youtube.com/watch?v=FpWVMd4as58&feature=channel_video_title
thanks for your help!
Comments
http://www.parallax.com/Store/Accessories/Displays/tabid/159/CategoryID/34/List/0/SortField/0/Level/a/ProductID/50/Default.aspx
I will eventually need to re write the code to use this lcd
http://www.parallax.com/Store/Accessories/Displays/tabid/159/CategoryID/34/List/0/SortField/0/Level/a/ProductID/50/Default.aspx
This is what's happening...
I don't know that much about the propeller, but I'v used LCDs a lot with Stamps, the formatting can give you headaches until you understand what's going on.
If you are using an object to send data to the LCD maybe it has a way to force the digits to a fixed number of decimal places.
Welcome to the forum!!!
On your lines that display the numbers, just place a simple condition... for example...
... becomes ...
... similar for this line...
...change it to ...
As far as your question to use the RTC or the Propeller counter. This depends on your personal preference. For this application, the Propeller counter will be accurate enough, but again, that's your decision.
One COG versus two or more... again this is a personal preference, neither will affect the accuracy. Since the Propeller Counter is finite across one COG or many COGs the timing should not be affected for this application.
The two links to LCDs are to the same item. Did you mean for one of the links to point to a different LCD?
Have you seen Rayman's color LCDs with touchscreen?
The price of the breakout board is about the same as the one you linked to and does a whole lot more. I have a couple of Rayman's touchscreens and really like them. They are more complicated to interface with than the serial display you're using but the are so much cooler.
Duane