Support for AS5311 High Resolution Linear Encoder
-
@Guus said in Support for AS5311 High Resolution Linear Encoder:
The AS5047P is at the "Duet3D Magnetic Encoder".
Ah, yes, so it is! https://github.com/Duet3D/Duet3-Magnetic-Encoder/blob/main/Duet 3 Magnetic Encoder v0.3/MagEnc_Schematic_v0.3.pdf
Can I use the "Duet3D Magnetic Encoder" as an linear encoder instead of on the back of a stepper motor?
No. It communicates via an SPI interface. As far as I know, the 1HCL expects the rotary encoder on the SPI input, and the linear encoder on the quadrature input. You need both for the linear composite encoder that the 1HCL supports.
I would think you could shrink the size of the PCB to NEMA 14, there seems to be a lot of spare space on the PCB. You could also mount the NEMA 17 size Duet 3 Magnetic Encoder on a NEMA 14 motor with a suitable adapter.
Are you sure there is no encoder on the motor shaft already?
Ian
-
@Guus I've taken a look at the AS5311 sensor data sheet. It appears to me that, the quadrature outputs it provides could be used. They would need to be buffered from 3.3V to 5V because the 1HCL board includes pullup resistors to 5V on the A and B inputs. A bi-colour LED should be driven from the MagINCn and MagDECn outputs to indicate whether the magnet strength is in range.
Alternatively, the serial output could be used, provided that it can be guaranteed that this output is read at least three times per pole pair. Unfortunately the maximum clock rate of the serial output is only 1MHz, which is rather low (much lower than for the AS5047).
-
I made a mistake. The steppers for Z and X are Nema 17. So the "Duet3D Magnetic Encoder" will fit.
Only the stepper for Z is Nema 10. I will make an adapter for the "Duet3D Magnetic Encoder" and try to get it working.
The steppers have only 4 wires and were directly connected to stepper drivers. No SPI or anything else.
-
@dc42 I decided not to use the Linear encoder for the time being. I will install end stops. Thanks for the answers.
HHmm. Maybee the linear encoders are only used as end stops.
Question: Can I use the PWM signal from the AR5311 as end-stop signals in RRF?
-
@Guus The processing board and the driver board where not that complex. I don't see it being used with closed-loop steppers.
-
@Guus These are the steppers. atv the X axis. at the two Y steppers and at the Z stepper.
-
@Guus said in Support for AS5311 High Resolution Linear Encoder:
Can I use the PWM signal from the AR5311 as end-stop signals in RRF?
No, but those encoder have an Index output, if that index pulse is at the right point on the axis it might be possible to use that.See DC42's response below. -
@Guus the index pulse is generated once every pole pair (see page 10 of the datasheet), so it's not much use as an endstop. I guess you could use it to detect the passing of a magnet, but a Hall effect device would do that more simply.
-
@Guus The controller board is interesting. It looks like it has an ARM MCU, and the encoder plugs in directly to that. The stepper drivers are standard 'stepstick' plug-in modules, and are probably Allegro A4988 drivers. I'd guess the firmware reads the motor position from the encoder, and maybe adjusts the position, but this isn't quite closed loop, as it's not taking the motor commutation into account, which allows for accurate positioning. The drivers on the Mini 5+, even though in open loop mode, will be nicer!
Interesting that there are 5 drivers on the motor board. I guess it uses three for X, Y and Z. Does it use the driver with 8 output pins for Y? What does it use the other drivers for? I did see it comes with other tools, eg paste dispenser and pick-and-place toolhead, so I assume those.
Ian
-
Here are more photo's. This will explain many questions very fast.
The boards;
MCU board front side
MCU board rear side
Driver board front side with ET4988 chips.
Driver board rear
Bottom with Duet Mini 5. You can see 2 tubes with compressed air and a vacuum pump.
Solder paste head
PnP head The 5the driver is for the motor for positioning
Mill and drill head
This was sold in 2016. It is really not badly designed. But I could not work with the software and never used this machine. Now have to mill small microstrip antennas. And that requires a lot of testing and milling. So this machine would speed up my development time for antennas a lot.
-
@Guus Interesting! As it has an STM32F407, you might be able to run RepRapFirmware on it via the STM port of the firmware: https://teamgloomy.github.io/.
@jay_s_uk might know if it would work, though it may take some effort to get it working, because you would have to define what the pins do. And the linear encoders would still not be supported in firmware.
And you have a Mini 5+ now, so probably not much point.
Ian
-
@droftarts it won't run i'm afraid as it only has 512kb flash. not enough to fit RRF into (we're at about 730kb without the bootloader (another 32kb))
-
@droftarts said in Support for AS5311 High Resolution Linear Encoder:
@Guus The controller board is interesting. It looks like it has an ARM MCU, and the encoder plugs in directly to that. The stepper drivers are standard 'stepstick' plug-in modules, and are probably Allegro A4988 drivers. I'd guess the firmware reads the motor position from the encoder, and maybe adjusts the position, but this isn't quite closed loop, as it's not taking the motor commutation into account, which allows for accurate positioning. The drivers on the Mini 5+, even though in open loop mode, will be nicer!
Interesting that there are 5 drivers on the motor board. I guess it uses three for X, Y and Z. Does it use the driver with 8 output pins for Y? What does it use the other drivers for? I did see it comes with other tools, eg paste dispenser and pick-and-place toolhead, so I assume those.
Ian
There must have been many problems with this early design of the machine. The manufacturer panicked and stopped the production and closed down his company.
By installing a Duet 3 mini 5+ in this machine I have the latest and greatest controller and support!!!!! Thanks!!!!!
I won't be using the linear encoder for the time being. I will install 3 end stops on the machine. And I will install 4 Duet 3 Expansion 1HCL boards and 4 Duet 3 magnetic encoders. This way I will have a closed loop. The machine has robust spindles and I think the linear encoders are no longer necessary. So no new c code is needed.
If this setup is not accurate enough, I will try to figure out how to add the linear encoders to the machine.
Guus