![]() | ![]() | ![]() |
| | |||||||
| Math and Physics Discuss the complex nature of mathmatics and physics relating to electronic circuitry. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| At the moment I operate a machine tha Last edited by Richard Principal; 31st October 2007 at 06:02 AM. | |
| |
| | (permalink) | |
| Quote:
I've never seen pro parts reels in operation but I would think that such a automated process would have to have a component counter that keeps track and is reset with each loading of a new reel and alarms or stops when reel is empty Lefty
__________________ Measurement changes behavior | ||
| |
| | (permalink) |
| There cannot be a simple solution because as the hub gets bigger the relationship must become nearly linear. Imagine a real with a 10 inch hub and 1 inch of components. Compare that to a 1 inch hub with 10 inch of components. Mike. | |
| |
| | (permalink) |
| Just to answer Leftyretro first Last edited by Richard Principal; 31st October 2007 at 06:03 AM. | |
| |
| | (permalink) |
| Aside from machine counting of deposited components shouldn't there be some kind of tick marks on the tape?
__________________ "Because I be what I be. I would tell you what you want to know if I could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." | |
| |
| | (permalink) |
| N o Last edited by Richard Principal; 31st October 2007 at 06:03 AM. | |
| |
| | (permalink) |
| It appears we can change approach,like this we know how many jobs are completed after mounting a reel. we also know how many componenets are used per job. we can start a counter at the time of loading a reel - for each component- acquire the data of jobs done from then till now use a formula and the balance is known-- Ofcourse there may be some dropouts or missed components- we can always give allowance for that.
__________________ Regards, Sarma. | |
| |
| | (permalink) |
| Now we seem to be getting into another problem, Last edited by Richard Principal; 31st October 2007 at 06:04 AM. | |
| |
| | (permalink) |
| You could easily setup a program to figure this out. The program would calculate the carrier on the reel and use that to figure out how many parts remained. The crude program (sort of). This is off the top of my head and could quite possibly have an error two. It is always a crapshoot when on posts untested code; even more so with this sort of thing. Code: // The inputs would be:
// ED: Empty hub diameter
// FD: Full hub diameter (not needed but interesting to know)
// PD: Partial diameter.
// DD: Delta diameter, diameter change per turn (carrier thickness)
// PPL: Part count per unit length of carrier
WD = ED; // working diameter = empty diameter
LEN = 0; // total length of carrier
while (WD < PD) // ***
{
LEN = LEN + pi*WD; // circumference = pi * diameter
WD = WD + DD; // adjust circumference
}
return (WD * PPL) // answer Measure the tape the same way every time. maybe measure out from the start of the tape on the inside hub. As a check the program should be able to calculate the number of parts on a full reel. +- 1 turn This all depends on the reels being uniformly tensioned. | |
| |
| | (permalink) |
| If you have a decent scale, weigh a full reel and an empty one. The difference in weight is equal to the components. Check with one component to insure you have adequate resolution. | |
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Basic Soldering & Desoldering Guide | ElectroMaster | Electronic Theory | 15 | 13th November 2008 01:23 PM |
| Parts Parts and more Parts | dratomic | Datasheet/Parts Requests | 1 | 17th May 2008 03:21 AM |
| Reel to reel Tape Recorders | RODALCO | Chit-Chat | 8 | 31st August 2007 02:20 PM |
| Good Electronic Supply's Sites, Everyone Come On In! :P | Electric Rain | General Electronics Chat | 44 | 28th August 2007 12:06 AM |
| Pulse to binary Number | waqar | Micro Controllers | 0 | 16th May 2003 11:35 AM |