SINE/COSINE Encoders are seen in higher powered PMAC motors like the Motoenergy ME1304. These encoders take the place of hall effect sensors. This feature would be helpful in high power VESC designs like the BESC which would be very useful to drive such large PMAC motors.
Hi Shaman,
you can follow this pull request:
https://github.com/vedderb/bldc/pull/81
If you beat me to testing it with a motor let me know, maybe I can help setting up the bench. In my hardware both analog throttle inputs are protected and buffered, but I guess for very light testing its okay to run an ADC pin that close to the motor (its probably not okay).
Cheers
I saw that too. I've been following marcos and team's controller development. I was really glad to see this!
I have an IPM Motor (Ashwoods IPM 200-33) which I want to run with the Vesc 75/300. As Ive seen Vesc supports Sin/Cos Encoders now but IPM benefits not yet offically? I want to run the motor in FOC with the implemented Sin/Cos Encoder. The Connectors of the Motor are described as VCC, GND, SINE, COSINE, PTTHERM. Where do I connect those wires on the Vesc? VCC, GND and PTTHERM is clear to me, but where do I connect SINE and COSINE? I was looking in the Github pull request but I didnt see the information, maybe because of I have no idea of reading coding :D
Link to forum post: VESC help offered for private persons and companies
Website: www.electricfox.de
I don't think the 75/300 firmware has the adc ports for the sin cos encoder defined. The only spare adc ports you can repurpose are the two analog throttle inputs.
There is a pull request from the Axiom guys with field weakening if you want to build the firmware and vesc tool. I gave it a try with a small outrunner but as soon as the controller tried to field weaken the motor halted and made a high pitched tone =( . I'm probably doing it wrong.
For sin/cos you need to use the accel/regen pins as inputs which forces you to provide torque commands over CANbus. This is natural for an Axiom board, not so much for a smaller vesc.
Some encoders provide sin+, sin-, cos+ and cos-, driven differentialy. Axiom supports that kind of differential signals unlike any other vesc variant. If your encoder provides single ended sin and cos signals, you need to make sure that signal is only lightly filtered, otherwise the waveforms will distort at high rpm. Its a though signal, every millivolt counts and you cant lowpass filter it too much.
The Field Weakening branch also includes Maximum Torque Per Amp control for IPM machines, but its not ready to merge, we had to steer our focus into the hardware side, but we will resume firmware dev asap.
Thank you both for your answers. So, I wont use the Vesc in this case.
Link to forum post: VESC help offered for private persons and companies
Website: www.electricfox.de
Although I wanted to give up, today I tried to use the AM4096 Encoder which is used in the Ashwoods Motor with my VESC 75 300.
I made the connections on COMM PORT:
SIN+ from Encoder to ADC1 (SCK_ADC_EXT) PIN4
COS+ from Encoder to ADC2 (MISO_ADC_EXT2) PIN7
and of course 5V and GND for the Encoder.
Motor Settings:
General-> General -> Sensor Port -> Sin/Cos Encoder
FOC->General->Sensor Mode-> Encoder
App Settings:
General-> App to use-> No App
The motor detection wizard did not detect the encoder and went to sensorless mode.
Under FOC->Encoder trying to use "detect Encoder" an error message appears which says "Encoder support is not enabled. Enable it in the general settings."
In the status bar in it says "Encoder not enabled in firmware".
Do I need a special firmware?
I am using firmware 5.2 and Vesc-Tool 3.
Except from that, could I use PPM Signal to control the motor? I am not enough into the code.
Oliver
Link to forum post: VESC help offered for private persons and companies
Website: www.electricfox.de
Have you (electricfox) find any solution for sin/cos AM4096 sensor integration with VESC?
No, I am using a different controller in this case. There have been changes in the meantime in firmware according to encoders but I can not say if those affect the AM4096.
Link to forum post: VESC help offered for private persons and companies
Website: www.electricfox.de
Has there been any changes on this i have a ME1718 with cosine sensor and would like to try and use a 75/300