xuantran Posted August 5, 2022 Share Posted August 5, 2022 Hi, I would like to ask how to change the resolver direction in PowerBrick LV. I followed the User's Manual: Motor[].PhaseOffset = – present value Motor[].PwmSf = – present value PowerBrick[].Chan[].EncCtrl = the opposite decode of the present value (e.g. 7 or 3) If using resolver or halls absolute power-on phasing: Motor[].AbsPhasePosSf = – present value Motor[].AbsPhasePosOffset = 2048 – present value If using resolver absolute power-on position: Motor[].AbsPosSf = – present value After that, I downloaded the code, read absolute position, did manual phasing. Phasing successfully However, the resolver direction did not change. Do you have any idea? Quote Link to comment Share on other sites More sharing options...
steve.milici Posted August 5, 2022 Share Posted August 5, 2022 I think if you change “just” these, it will work: EncTable[].ScaleFactor = – present value Motor[].PhaseOffset = – present value Motor[].PwmSf = – present value Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.