Toad’s z80 assembly and more

April 19, 2007

Applications for X-Y plotter

Filed under: Post Project z80 — Toad @ 6:24 am

In regards to my last post, I didn’t discuss any applications of the X-Y plotter. I’m sure that people can come up with additional ones, these are the ones that I came up with however:

Printer – graphs, charts, documents, etc

PCB creation – using a special pen, have the plotter trace out the circuit layout on to a copper-clad board. This can then be etched normally.

Plasma cutting – combine a plasma cutter and the X-Y plotter to create a crude CNC machine. The plasma torch would be connected where the pen would go. Special design precautions would have to be taken due to the plasma cutter and the relatively heavy weight of the torch head.

Oxy-MAPP torch cutting – similar to the plasma cutter, but instead a small cutting torch. The main disadvantage is the crude cut produced by an oxy-torch, this may be offset by being roughly 20 times cheaper than a plasma cutter. The torch that I am referring to is available at Home Depot for less than 50 dollars. The torch head is very light as well.

PCB hole drilling – By replacing the pen with a drill/Dremel tool, the user can precisely drill holes in circuit boards. In my opinion, this would greatly simplify board creation.

With significant modifications in the z-axis:
Some kind of an arm as well as a third stepper motor would have to be added for this to work.

Milling machine – Computer controlled milling machine capable of cutting metal. The milling machine I link differs from the typical X-Y plotter, this will take analysis to figure out a good compromise.

Drilling through thicker material – Similar to the above idea, something along the lines of a computer controlled drill press.

My goal in this post has been to provide ideas for the reader to be hopefully interested in and possibly build. I have been rather vague in details since I don’t have a working plan designed, and I think it best for the reader to design the plotter that best meets their needs.

My tips on designing a plotter are: make it both modular and robust. By modular I mean able to accept different attachments, pens, torches, small drills, etc. I would also make the components easily changeable. Let’s say the milling attachment will have beefed up X and Y axes to handle the weight. Let’s also say the regular printer needs to have as little mass as possible in-order to move quickly. The user could then switch out components for ones that are more suitable to the task. By robust I mean the design is able to handle a variety of tasks, it’s not optimized to just print paper.

Post project z80 idea: z80 X-Y plotter

Filed under: Post Project z80 — Toad @ 2:10 am

The basic idea here is to take a normal pen and have a computer control it. This is done by attaching the pen to a set of movable arms, the X and Y axes. The arms are controlled by stepper motors, allowing precise control of the pen. The computer will drive the stepper motors, and will also control a mechanism that raises and lowers the pen. Since this is nothing new, I found some links that go more in depth on the subject.

Examples:

April 8, 2007

Updated: LCD Tester Schematic

Filed under: LCD Tester, Project z80 — Toad @ 6:12 pm

I cleaned up the schematic a little; it didn’t turn out as good as I had hoped it would, but it’s better than before. I have also included some labels to ease understanding. SInce it can be improved, I will almost certainly create a better schematic before releasing my page on the LCD Tester.

Disclamer: This is still only a rough schematic, so proceed at your own risk. I am in no way responsible if something bad happens as a result of building this circuit. Infact, there is a great probablility that some of the values are wrong.

Errata:

  • R12 should be 5k ohms.
  • SW10 is all jacked up. Basically SW10 should ground either pin 1 or 3 of the 7404. (I think)

Schematic - Version 2

April 7, 2007

LCD Tester Schematic

Filed under: LCD Tester, Project z80 — Toad @ 6:17 am

I have just completed a rough schematic for this tester. I hope to create a cleaner version at a latter time.

J1 is the group of header pins where the LCD module will connect with the tester. J2 isn’t really a header, it is just for proper interfacing with any LCD module. I plan on using two DIP14 IC sockets to implement J2. The photodiodes are supposed to be LED’s.

Enough blabbing, here’s the pic:

Schematic - Version 1

Blog at WordPress.com.