1stThe machine having object detection system witch have 48 ir led, s on a long baar.
2nd is convyer whare the lather sheet are placed.
3rd is a rotating wheel whare yhe spraying gun's are installed
What could the help be like?
Forum does not create code for You. That's Your task but forum can help You when the function of the code doesn't match the requirements.
The intention of this forum is to help members learn and grow in programming, not being a free code producer.
Ok i am new here.
Please read the topic "How to get the best out of this forum" and use the advice gien there.
Ok sir
Were you and I having lunch out and you told me you had a great idea, how would you communicate that idea? Maybe draw a diagram on a napkin?
- What is the great idea?
- What really is "the machine" and what goes IN and comes OUT?
- Is 'object detection' to manage in-flow or output? What objects?
- "lather sheet" will require some explanation: same as soap bars?
- Are spray guns spraying lather? Purpose or rotating wheel?
Even after a cup of coffee, this process you are describing does not seem to come to mind as something I have previously witnessed; that is, I simply cannot envision the process. Is there an Internet write-up showing or describing the overall concept?
Next, what value would a microcontroller add into the process?
Actually im learning the arduino code.
For that machine. I have no idea, how to do but i believe on Allah, he blessed on me in my work.
My little effort is, i am upload code "hello world" in arduino due r3 with I2c module and makes its connections, it is work well.
Now my next step is, making "IR Led 5mm with 56k resistance and it is connected to cd 4051 witch are used in that machine"
SIR, i have not known about that ir led and cd 4051be circuit, but im trying to know this again and again. Till succeed.
Hy sir
Object mean an lather sheet witch need to spray on it, and going on the "ir led bar or chanel, and give signal to arduino due r3 using cd4051be and HCF5069be"
Actually it is an lather spraying machine that called economizer.
It is used to control the excessive spray on lather sheet.
1.convyer, (the conveyer lenth is 100fit, width is 20fit)
- rotating wheel rotate at fixed speed having 12 spray guns installed on it
Place a lather sheet anywhare on convyer (in 20fit) area.
When lather sheet travel on convyer and pass on the Sensor bar (witch is made from IR led 5mm) and connected with 56k resistance on cd4051be and cd4051be connected to HCF5069be
And in this pcb bord have 6n137)
In this code the arduino is determin the lather sheet on convyer
And spraying only that sheet witch are on convyer, it spry on that lather sheet from head side and when the lather sheet going botom of the rotating wheel, again guns are active for spray.
The arduino code also calculate the sensors effected by lather sheet going through on it, and turning the only that area guns.
That are going on this area.
I have been watching the working of this machine for eight months. To till now. The code was developed by an technician, but he cannot tel the code. So i decide to make a new code for this machine.
That's wy im try for help on forum.
Tatal hardware and its pcb layouts i am drw on paper sheet,with values.
Sorry for mistake its HCF4069UBE,, NOT HCF5069BE
so, lather ===> leather?
Did the technician/programmer die or did the source code become lost or some other terrible thing happen?
Writing code for industrial processes is difficult and a long way from hobby coding. Reworking an existing functioning process is even more difficult.
Recommendations:
There are many, many tutorials that you need to work through:
Example Adafruit Learning System
More Getting Started with Arduino | Arduino Documentation | Arduino Documentation
From visual observation, create a detailed flowchart of what is currently being done by switches, IR sensors, solenoids, etc. Study tutorials and code for each type of device. Are changes necessary in the machine workings? Think in terms of "systems" not individual components.
Build a prototype device where you can test your ideas and code. Always keep in mind the final system design.
Work hard, but avoid frustration, for frustration will drain your energy and drive and foster an opportunity for mistakes.
Im created hello world in arduino due r3 with i2c module
On only need 2 tutorials.
1st..... is how to generate signal pulse from ir led connected with(56k resistance +cd4051be +HCF4069UBE +6n137+zener diods+resistance ) to arduino due r3.
2nd tutorial, witch i am need.,is how to calculate width and lenth in code to determine the lather sheet to spray on it...
Basically i am an plc software developer and Repairing technician.
I am currently repair plc, hmi, temperature controller, timers, flow controller, generator controller, vfd's liks pdf, delta, seimens, yaskawa etc.
I am sorry for that word lather, you r right its leather
So, you have the electrical, electronic, and controller knowledge to proceed; just need to acquire the programming skill for the operation.
You'll will find it easier to approach your goal if you view the microcontroller via a block diagram:
The datasheet PDF) should be studied on how the internal cross-connects map each peripheral unit to package pins.
Atmel SAM3X8E SAM3X8C SAM3X4E SAM3X4C SAM3A8C SAM3A8C Datasheet (microchip.com)
"Arduino" is an abstraction of C++ coding which is itself an abstraction of machine language programming.
But sir its not have ladder logi language, its c++.
that's the reason i am interested to learning c++
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.