Forum Replies Created
-
AuthorPosts
-
Windell OskayKeymaster
Hey!
Yes, there’s a set screw for attaching to a motor shaft; the bore is 5 mm (nominal). We can also sell these winch parts without the cord at lower cost.
Windell OskayKeymasterFantastic; very glad to hear it!
Windell OskayKeymasterJust because a USB cable works on other devices does not necessarily mean that it will work on the EBB. Different USB devices use different wiring within the cable, and we regularly see cases meeting your description where it *was* the cable or usb adapter.
Assuming you purchased the EBB from us, you could return it to us for inspection or repair, or you might consider trying a new cable.
Windell OskayKeymasterTry restarting the computer, and then connect to the EBB with USB only, without any extra power to the board.
If you can’t make a good connection, then try a different USB cable, USB adapter, or USB port. The most likely situation by far is that the USB cable (or adapter, etc) isn’t properly wired for this.
March 17, 2022 at 10:03 am in reply to: Failed to connect AxiDraw despite visible datas on USB #29831Windell OskayKeymasterI see that you’ve written to us by email as well, and I’ve followed up with you by email.
Windell OskayKeymasterThere is no way to “feed paper into the machine” — but that’s correct, there is not a feeder.
Windell OskayKeymasterThe AxiDraw is commonly used for letters, but there is not an available feeder attachment.
Windell OskayKeymasterFirst, turn power off, and don’t turn it back on again until you’ve double checked everything.
The vast majority of issues when you’re getting started happen as the following, in order of how common they are:
* Missing or incomplete solder joints. Check for any solder joints that look dry, cracked, or blobby. Solder joints should form a neat, shiny meniscus without gaps or blobs.
* Short circuits — accidental bridges between neighboring pins or solder dust that makes connections between things.
* Components in the wrong locations
* Missing components
* Components backwards
If it were here on the bench in front of me, those are the things that we would be checking.
Windell OskayKeymasterWe’ve just released software version 3.2, which fixes the bug with programmatic pauses in layers mode. It also changes the initialization sequence when enabling the motors such that the QS EBB command can be used to read out the position.
Here are two short python scripts, usually runnable on a Mac CLI as:
python3 report_pos_inch.py
orpython3 report_pos_mm.py
that will print the XY position after being paused:https://bcdn.evilmadscientist.com/scratch/report_pos_scripts.zip
Windell OskayKeymasterI’m sorry to hear about the trouble. (It looks like you emailed the exact same thing to us as well.)
My first question is whether you are using the original power supplies, and whether you are using any kind of voltage adapter. Second, which software are you using to drive the machines? And, would you also please check which firmware version the different machines are on, perhaps the one that is failing the most, versus one other? (You can query it with the Config tab of AxiDraw Control, for example.) Finally, do all of these machines have USB Micro B connectors, rather than USB Mini-B connectors?
The quality of servo motors seems to vary a lot, often even from the same manufacturers, and we’ve seen servo motors that last for both days (under strenuous use) and years (under light use), but hours definitely indicates that something is wrong.
The usual things that can increase servo life are those that reduce the load on the servo: Ensuring that there’s no added stress (via weight or rubber bands for example), ensuring that the slide moves completely freely, and minimizing the pen-up to pen-down travel distance.
It is possible that there’s a problem with that particular EBB driver board, such it should be replaced. It’s also possible that adjusting the servo timeout value (if you’re using the regular AxiDraw software) can make a significant difference, or potentially moving to a different servo driver pin could make a difference. There may be some interaction between the power switching on the control board and certain servo motors as well.
Windell OskayKeymasterThe voltage regulator on the Alpha Clock Five is only rated for 150 mA, total. A Raspberry Pi Zero can draw up to about 250 mA, even if it’s not driving any external devices that use power. You might consider using an external switching power supply, driven by the 9 V, to power the Pi.
Windell OskayKeymasterIs this a blue/white Alpha Clock Five, or a red one?
Windell OskayKeymasterYes. And, since plot is the default mode, you don’t need to specify it.
Yes, layer order is “bottom to top” in Inkscape’s display. That matches order of creation (putting “one thing on top of another”) and is equivalent to performing actions in the order in which they appear in the SVG file.
Windell OskayKeymasterLet me give a more full example, in case that helps.
Here’s a test file: https://evilmadscientist.s3.amazonaws.com/scratch/reverse_and_joins5_pause.svg
Its layer names, bottom to top, are “2”, “!”, “1” and “layer 3”.
I can start to plot it with:
axicli reverse_and_joins5_pause.svg -o output.svg
That plots layer “2”, alone, and then stops, just as you had pressed the pause button.
We then resume the file with:
axicli output.svg -m res_plot -o output2.svg
That plots layers “1” and “layer 3”, resuming from where it was paused, without returning home.
You can also test these workflows in preview mode, with preview rendering turned on, to see which parts of the file are plotted each time that you do so.
Windell OskayKeymasterThe exclamation point on a new layer acts almost exactly as though you had manually pressed the pause button: It stops the plot at that point.
So, what you would do is put “FRAGILE” on a layer, then add a new layer on top of that, with a name like “! Pause after fragile”.
-
AuthorPosts