Height Controller: Difference between revisions
(Created page with "=Discussion= I don't really see capacitive sensing working when the torch is on, since the electrical noise from the arc will be louder than the charge difference we can expec...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Discussion= | =Discussion= | ||
I don't really see capacitive sensing working when the torch is on, since the electrical noise from the arc will be louder than the charge difference we can expect. I've been looking into measuring either the arc voltage or arc current and adjusting to that. | '''Kliment says:''' I don't really see capacitive sensing working when the torch is on, since the electrical noise from the arc will be louder than the charge difference we can expect. I've been looking into measuring either the arc voltage or arc current and adjusting to that. | ||
Arc current would be easiest to measure but I don't know how meaningfully that varies given the plasma torch is a constant current driver. We can measure current without modifying the torch at all, by simply clamping an inductive current sensor to the cable. Measuring voltage is a bit more involved, we would need to attach a very low resistance resistor network inline between the ground return path and the workpiece. That would allow us to measure the arc voltage by measuring across one of the resistors in the network. This also gives us data on arc current, and would be cheaper to implement. The torch itself does measure the voltage internally but it's not exposed anywhere so we can't use it directly without modifying the device. | Arc current would be easiest to measure but I don't know how meaningfully that varies given the plasma torch is a constant current driver. We can measure current without modifying the torch at all, by simply clamping an inductive current sensor to the cable. Measuring voltage is a bit more involved, we would need to attach a very low resistance resistor network inline between the ground return path and the workpiece. That would allow us to measure the arc voltage by measuring across one of the resistors in the network. This also gives us data on arc current, and would be cheaper to implement. The torch itself does measure the voltage internally but it's not exposed anywhere so we can't use it directly without modifying the device. |
Revision as of 17:54, 14 July 2013
Discussion
Kliment says: I don't really see capacitive sensing working when the torch is on, since the electrical noise from the arc will be louder than the charge difference we can expect. I've been looking into measuring either the arc voltage or arc current and adjusting to that.
Arc current would be easiest to measure but I don't know how meaningfully that varies given the plasma torch is a constant current driver. We can measure current without modifying the torch at all, by simply clamping an inductive current sensor to the cable. Measuring voltage is a bit more involved, we would need to attach a very low resistance resistor network inline between the ground return path and the workpiece. That would allow us to measure the arc voltage by measuring across one of the resistors in the network. This also gives us data on arc current, and would be cheaper to implement. The torch itself does measure the voltage internally but it's not exposed anywhere so we can't use it directly without modifying the device.
I've also done some work on the toolpath generator. The latest version (QT based) doesn't seem to work on anything but Windows unfortunately but I grabbed an earlier one (tkinter based) and it had so many configuration parameters that it was easy to configure to be reprap-compatible. I got this to work by ad-hoc playing around, and am working on figuring out which of the changes are actually necessary.
Sorry for being incommunicado for so long, I was on a trip where I expected to have useable internet but turned out not to.