SRT wrote:I have been reading the man hostmot2 and see that there eight pins for the resolver and six for the encoder? I am understanding the position language but not how to name the pins (what order) and how to make the arguement. does anyone have a sample Hal file for the resolver config? I think if I could see it done I would understand it better.
Well, it ought to wire just about exactly the same as an encoder. Except that "scale" probably needs to be the number of resolver cycles per unit distance. (typically there would be one resolver cycle per motor rev, but not always)
Then resolver.n.position gets wired to axis.n.motor-pos-fb
I am not sure you actually need anything more.
resolver.n.rawcounts is for the use of commutation routines with brushless motors, and the resets and indexes are for spindle use (threading/tapping)